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='2114220173' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {10} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {2} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {11} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {0} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.285121s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.014327s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.016223s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.326598s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.009042s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.013114s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.797914s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.197634s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.035329s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.032606s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.027020s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [10.837074s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.029615s] ... ok {4} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [0.118822s] ... 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-23 18:49:05,230 79354 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.034s 2023-07-23 18:49:05,231 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:05 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-db3e335d-3344-40c8-a219-3ef796493392', '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": "9b5e3280b11141ec8c3c095443eabd81", "name": "tempest-DeleteServersTestJSON-2039941965-project-member", "password_expires_at": null}, "audit_ids": ["tvkKVM5sRPW6VsbiDpHvHA"], "expires_at": "2023-07-23T19:49:05.000000Z", "issued_at": "2023-07-23T18:49:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3c271a080ff4c66b982b21d67c6b2e6", "name": "tempest-DeleteServersTestJSON-2039941965"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a3c271a080ff4c66b982b21d67c6b2e6", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a3c271a080ff4c66b982b21d67c6b2e6", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a3c271a080ff4c66b982b21d67c6b2e6", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:05,231 79354 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '4b0e7d8d-8391-4803-b52c-16393c38cf37', 'name': 'tempest-DeleteServersTestJSON-391420307-network', 'tenant_id': 'a3c271a080ff4c66b982b21d67c6b2e6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a3c271a080ff4c66b982b21d67c6b2e6', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17790, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:05,307 79354 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.075s 2023-07-23 18:49:05,308 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-320284135", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "4b0e7d8d-8391-4803-b52c-16393c38cf37"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:05 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-9f881460-6cda-44fd-be8b-2b2f62bff493', 'x-compute-request-id': 'req-9f881460-6cda-44fd-be8b-2b2f62bff493', '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.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.149994s] ... ok {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [8.687247s] ... 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-23 18:49:07,257 79366 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:07,257 79366 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:07,598 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.339s 2023-07-23 18:49:07,599 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-164992604", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVsATQ5dFWQv+4NmY343A74AvaLzlEKRBVcwnmYOxCh2TKilbSGJ/DxMHAWmJUCc31/YAq3JJQHXqy9kVgyTGp69gg4FgoUU5OTD4YBpVaNQbMHh4WE73gjThLbfqqzIw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:07 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-34b59890-f76d-438e-88b1-149e592f5c05', 'x-compute-request-id': 'req-34b59890-f76d-438e-88b1-149e592f5c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-164992604", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVsATQ5dFWQv+4NmY343A74AvaLzlEKRBVcwnmYOxCh2TKilbSGJ/DxMHAWmJUCc31/YAq3JJQHXqy9kVgyTGp69gg4FgoUU5OTD4YBpVaNQbMHh4WE73gjThLbfqqzIw==", "fingerprint": "95:1d:2b:de:ce:b1:5a:92:64:7c:94:fd:61:3c:a8:40", "user_id": "bfa4a773ad464c23bd40aab238652325"}}' 2023-07-23 18:49:07,603 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-164992604 created 2023-07-23 18:49:08,325 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.721s 2023-07-23 18:49:08,325 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1122627495", "description": "tempest-description--1920586191"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-0a12217a-79e5-47b0-83c2-4c046f21d56c', 'date': 'Sun, 23 Jul 2023 18:49:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "name": "tempest-securitygroup--1122627495", "stateful": true, "tenant_id": "1a62068cce6f44d4ac007948615422fa", "description": "tempest-description--1920586191", "shared": false, "security_group_rules": [{"id": "133c5103-e119-4218-a146-11b5e72a2491", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "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": 200, "description": null, "tags": [], "created_at": "2023-07-23T18:49:07Z", "updated_at": "2023-07-23T18:49:07Z", "revision_number": 0}, {"id": "71b8d00e-ed16-4d1b-b215-f4fac45dc3be", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "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": 202, "description": null, "tags": [], "created_at": "2023-07-23T18:49:07Z", "updated_at": "2023-07-23T18:49:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:07Z", "updated_at": "2023-07-23T18:49:07Z", "revision_number": 1, "project_id": "1a62068cce6f44d4ac007948615422fa"}}' 2023-07-23 18:49:08,842 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.517s 2023-07-23 18:49:08,843 79366 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": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "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-dd6eba94-7980-48aa-bf1a-12df814e1ba1', 'date': 'Sun, 23 Jul 2023 18:49:08 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": "8b19d12a-2c85-4dae-9f5d-e39ac317a831", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "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-23T18:49:08Z", "updated_at": "2023-07-23T18:49:08Z", "revision_number": 0}}' 2023-07-23 18:49:09,399 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.555s 2023-07-23 18:49:09,399 79366 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": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-554fce50-f800-48ea-bf96-7716dda744f7', 'date': 'Sun, 23 Jul 2023 18:49:09 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": "11dbd8db-7368-4174-9348-8c1ae71ff7f3", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "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-23T18:49:08Z", "updated_at": "2023-07-23T18:49:08Z", "revision_number": 0}}' 2023-07-23 18:49:09,399 79366 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1122627495 created 2023-07-23 18:49:11,620 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.220s 2023-07-23 18:49:11,620 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-2da03a83-1dea-496a-8a3a-0fa9e8556219', 'date': 'Sun, 23 Jul 2023 18:49:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "813a4545-819d-47cc-8536-0695f573d227", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "floating_ip_address": "172.24.4.233", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1a62068cce6f44d4ac007948615422fa", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:10Z", "updated_at": "2023-07-23T18:49:10Z", "revision_number": 0}}' 2023-07-23 18:49:11,620 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '813a4545-819d-47cc-8536-0695f573d227', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:10Z', 'updated_at': '2023-07-23T18:49:10Z', 'revision_number': 0, 'ip': '172.24.4.233'} created 2023-07-23 18:49:11,702 79366 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.077s 2023-07-23 18:49:11,702 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:11 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-251fd0c5-ef65-4a44-b817-c8861f337133', '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": "bfa4a773ad464c23bd40aab238652325", "name": "tempest-AttachVolumeNegativeTest-1332780550-project-member", "password_expires_at": null}, "audit_ids": ["x77D99XoTTqPYYE7kB_KUA"], "expires_at": "2023-07-23T19:49:11.000000Z", "issued_at": "2023-07-23T18:49:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a62068cce6f44d4ac007948615422fa", "name": "tempest-AttachVolumeNegativeTest-1332780550"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:11,703 79366 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '695d0769-5870-42bc-b141-19bf0b37fecb', 'name': 'tempest-AttachVolumeNegativeTest-1146274849-network', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a62068cce6f44d4ac007948615422fa', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7534, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:11,703 79366 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-164992604', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVsATQ5dFWQv+4NmY343A74AvaLzlEKRBVcwnmYOxCh2TKilbSGJ/DxMHAWmJUCc31/YAq3JJQHXqy9kVgyTGp69gg4FgoUU5OTD4YBpVaNQbMHh4WE73gjThLbfqqzIw==', 'fingerprint': '95:1d:2b:de:ce:b1:5a:92:64:7c:94:fd:61:3c:a8:40', 'user_id': 'bfa4a773ad464c23bd40aab238652325', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA5Jhyr2NXgLjKyqjqibwtGR1DjVPG1Krp1frV+kr1yAKK5CNJF7Lyn\nGaUK8PrZUV2gBwYFK4EEACKhZANiAAQVbAE0OXRVkL/uDZmN+NwO+AL2i85RCkQV\nXMJ5mDsQodkyopW0hifw8TBwFpiVAnN9f2AKtySUB16svZFYMkxqevYIOBYKFFOT\nkw+GAaVWjUGzB4eFhO94I04S236qsyM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dbb5f70b-78b1-4737-9c35-54c2fe78c2a3', 'name': 'tempest-securitygroup--1122627495', 'stateful': True, 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'description': 'tempest-description--1920586191', 'shared': False, 'security_group_rules': [{'id': '133c5103-e119-4218-a146-11b5e72a2491', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': 'dbb5f70b-78b1-4737-9c35-54c2fe78c2a3', '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': 200, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:07Z', 'updated_at': '2023-07-23T18:49:07Z', 'revision_number': 0}, {'id': '71b8d00e-ed16-4d1b-b215-f4fac45dc3be', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': 'dbb5f70b-78b1-4737-9c35-54c2fe78c2a3', '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': 202, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:07Z', 'updated_at': '2023-07-23T18:49:07Z', 'revi sion_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:07Z', 'updated_at': '2023-07-23T18:49:07Z', 'revision_number': 1, 'project_id': '1a62068cce6f44d4ac007948615422fa'}, 'floating_ip': {'id': '813a4545-819d-47cc-8536-0695f573d227', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:10Z', 'updated_at': '2023-07-23T18:49:10Z', 'revision_number': 0, 'ip': '172.24.4.233'}} 2023-07-23 18:49:11,726 79366 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.021s 2023-07-23 18:49:11,726 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-952709455", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "695d0769-5870-42bc-b141-19bf0b37fecb"}], "security_groups": [{"name": "tempest-securitygroup--1122627495"}], "key_name": "tempest-keypair-164992604", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:11 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-d3ed734b-8e19-43c3-9665-9085d49e77fd', 'x-compute-request-id': 'req-d3ed734b-8e19-43c3-9665-9085d49e77fd', '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-23 18:49:11,764 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-164992604 0.035s 2023-07-23 18:49:11,764 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:11 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-634d9b92-fd57-4f6d-af4c-0e2409c049ef', 'x-compute-request-id': 'req-634d9b92-fd57-4f6d-af4c-0e2409c049ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-164992604'} Body: b'' 2023-07-23 18:49:13,113 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dbb5f70b-78b1-4737-9c35-54c2fe78c2a3 1.348s 2023-07-23 18:49:13,113 79366 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-374b6cea-20b6-45d7-ad2c-f37630e40e9a', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dbb5f70b-78b1-4737-9c35-54c2fe78c2a3'} Body: b'' 2023-07-23 18:49:13,168 79366 INFO [t empest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dbb5f70b-78b1-4737-9c35-54c2fe78c2a3 0.054s 2023-07-23 18:49:13,169 79366 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-5da4bc68-daec-4c68-abb5-6d767c5b86ee', 'date': 'Sun, 23 Jul 2023 18:49:13 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dbb5f70b-78b1-4737-9c35-54c2fe78c2a3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dbb5f70b-78b1-4737-9c35-54c2fe78c2a3 does not exist", "detail": ""}}' 2023-07-23 18:49:15,942 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/813a4545-819d-47cc-8536-0695f573d227 2.773s 2023-07-23 18:49:15,943 79366 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-68d3c874-d09f-49fe-a10a-9ed479a0e1e0', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/813a4545-819d-47cc-8536-0695f573d227'} Body: b'' {7} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [8.409657s] ... ok {2} 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.'} {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [10.548301s] ... 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-23 18:49:15,945 79366 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:15,946 79366 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:15,996 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.048s 2023-07-23 18:49:15,996 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1914966359", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBORWPUMLWjYaKQ9fWuNbzIqcMS3ntqU11Ikz3H8J1VONwYpWcJ/GVQXcRs4FGHquONARLncxERlP1jKyLACyZzHOlIqkjG6nMn0BsD+GBbu/3qn+55DTxnggKHPWAc3xWw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:15 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-fb700da7-e9a1-4dbd-8947-db47a7397705', 'x-compute-request-id': 'req-fb700da7-e9a1-4dbd-8947-db47a7397705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1914966359", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBORWPUMLWjYaKQ9fWuNbzIqcMS3ntqU11Ikz3H8J1VONwYpWcJ/GVQXcRs4FGHquONARLncxERlP1jKyLACyZzHOlIqkjG6nMn0BsD+GBbu/3qn+55DTxnggKHPWAc3xWw==", "fingerprint": "57:6d:a9:e2:e9:af:34:0e:89:68:e5:75:e3:dc:0a:8b", "user_id": "bfa4a773ad464c23bd40aab238652325"}}' 2023-07-23 18:49:15,999 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1914966359 created 2023-07-23 18:49:16,982 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.982s 2023-07-23 18:49:16,982 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--67284314", "description": "tempest-description--1145478043"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-23fba400-7c52-4d53-ba7b-63eb2ea8074f', 'date': 'Sun, 23 Jul 2023 18:49:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "221187a5-8a13-49fa-b7df-2dc0598745d1", "name": "tempest-securitygroup--67284314", "stateful": true, "tenant_id": "1a62068cce6f44d4ac007948615422fa", "description": "tempest-description--1145478043", "shared": false, "security_group_rules": [{"id": "16f40f59-2de1-4f80-b609-23e9568df4d0", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "221187a5-8a13-49fa-b7df-2dc0598745d1", "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": 269, "description": null, "tags": [], "created_at": "2023-07-23T18:49:16Z", "updated_at": "2023-07-23T18:49:16Z", "revision_number": 0}, {"id": "491ed265-f6e0-4796-b793-d73ec4643672", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "221187a5-8a13-49fa-b7df-2dc0598745d1", "ethertype": "IPv6", "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": 270, "description": null, "tags": [], "created_at": "2023-07-23T18:49:16Z", "updated_at": "2023-07-23T18:49:16Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:16Z", "updated_at": "2023-07-23T18:49:16Z", "revision_number": 1, "project_id": "1a62068cce6f44d4ac007948615422fa"}}' 2023-07-23 18:49:17,904 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.921s 2023-07-23 18:49:17,904 79366 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": "221187a5-8a13-49fa-b7df-2dc0598745d1", "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-4020fee8-946e-4910-b5f2-a67c956faf21', 'date': 'Sun, 23 Jul 2023 18:49:17 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": "f862be0e-2181-4df3-b609-f867191f8bd5", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "221187a5-8a13-49fa-b7df-2dc0598745d1", "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-23T18:49:17Z", "updated_at": "2023-07-23T18:49:17Z", "revision_number": 0}}' 2023-07-23 18:49:19,026 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.121s 2023-07-23 18:49:19,026 79366 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": "221187a5-8a13-49fa-b7df-2dc0598745d1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e49ddc9a-7f02-478a-aa43-74489319241e', 'date': 'Sun, 23 Jul 2023 18:49:19 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": "44fe9cd4-0430-4c69-9664-8b25c2fb9891", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "221187a5-8a13-49fa-b7df-2dc0598745d1", "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-23T18:49:18Z", "updated_at": "2023-07-23T18:49:18Z", "revision_number": 0}}' 2023-07-23 18:49:19,027 79366 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--67284314 created 2023-07-23 18:49:22,550 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.523s 2023-07-23 18:49:22,551 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-cb27d935-70f7-40a2-bde1-0d98f43ffbd6', 'date': 'Sun, 23 Jul 2023 18:49:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9b143c22-56e5-41c3-a4c5-ef59e6c0d32d", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "floating_ip_address": "172.24.4.219", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1a62068cce6f44d4ac007948615422fa", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:20Z", "updated_at": "2023-07-23T18:49:20Z", "revision_number": 0}}' 2023-07-23 18:49:22,551 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9b143c22-56e5-41c3-a4c5-ef59e6c0d32d', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.219', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:20Z', 'updated_at': '2023-07-23T18:49:20Z', 'revision_number': 0, 'ip': '172.24.4.219'} created 2023-07-23 18:49:22,655 79366 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.099s 2023-07-23 18:49:22,656 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:22 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-05787540-b346-42c4-97ea-434197249eb5', '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": "bfa4a773ad464c23bd40aab238652325", "name": "tempest-AttachVolumeNegativeTest-1332780550-project-member", "password_expires_at": null}, "audit_ids": ["BOwU823wRsmqOyI1jxPdCg"], "expires_at": "2023-07-23T19:49:22.000000Z", "issued_at": "2023-07-23T18:49:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a62068cce6f44d4ac007948615422fa", "name": "tempest-AttachVolumeNegativeTest-1332780550"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region _id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:22,656 79366 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '695d0769-5870-42bc-b141-19bf0b37fecb', 'name': 'tempest-AttachVolumeNegativeTest-1146274849-network', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a62068cce6f44d4ac007948615422fa', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7534, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:22,657 79366 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1914966359', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBORWPUMLWjYaKQ9fWuNbzIqcMS3ntqU11Ikz3H8J1VONwYpWcJ/GVQXcRs4FGHquONARLncxERlP1jKyLACyZzHOlIqkjG6nMn0BsD+GBbu/3qn+55DTxnggKHPWAc3xWw==', 'fingerprint': '57:6d:a9:e2:e9:af:34:0e:89:68:e5:75:e3:dc:0a:8b', 'user_id': 'bfa4a773ad464c23bd40aab238652325', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCB87UTmFpG2SCNMk25P0aPy/SkInWM3fu+d+XxjwCQlK+0MAzQZtRp\nyfGV3KYa8QSgBwYFK4EEACKhZANiAATkVj1DC1o2GikPX1rjW8yKnDEt57alNdSJ\nM9x/CdVTjcGKVnCfxlUF3EbOBRh6rjjQES53MREZT9YysiwAsmcxzpSKpIxupzJ9\nAbA/hgW7v96p/ueQ08Z4IChz1gHN8Vs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '221187a5-8a13-49fa-b7df-2dc0598745d1', 'name': 'tempest-securitygroup--67284314', 'stateful': True, 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'description': 'tempest-description--1145478043', 'shared': False, 'security_group_rules': [{'id': '16f40f59-2de1-4f80-b609-23e9568df4d0', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': '221187a5-8a13-49fa-b7df-2dc0598745d1', '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': 269, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:16Z', 'updated_at': '2023-07-23T18:49:16Z', 'revision_number': 0}, {'id': '491ed265-f6e0-4796-b793-d73ec4643672', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': '221187a5-8a13-49fa-b7df-2dc0598745d1', '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': 270, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:16Z', 'updated_at': '2023-07-23T18:49:16Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:16Z', 'updated_at': '2023-07-23T18:49:16Z', 'revision_number': 1, 'project_id': '1a62068cce6f44d4ac007948615422fa'}, 'floating_ip': {'id': '9b143c22-56e5-41c3-a4c5-ef59e6c0d32d', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.219', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:20Z', 'updated_at': '2023-07-23T18:49:20Z', 'revision_number': 0, 'ip': '172.24.4.219'}} 2023-07-23 18:49:22,678 79366 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.021s 2023-07-23 18:49:22,679 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1607171801", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "695d0769-5870-42bc-b141-19bf0b37fecb"}], "security_groups": [{"name": "tempest-securitygroup--67284314"}], "key_name": "tempest-keypair-1914966359", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:22 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-93cf8823-ad77-4e0a-8e6a-bc77b07544bf', 'x-compute-request-id': 'req-93cf8823-ad77-4e0a-8e6a-bc77b07544bf', '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-23 18:49:22,715 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1914966359 0.035s 2023-07-23 18:49:22,715 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:22 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-87473183-2d14-40ef-a3f3-4fd6955bfb4d', 'x-compute-request-id': 'req-87473183-2d14-40ef-a3f3-4fd6955bfb4d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1914966359'} Body: b'' 2023-07-23 18:49:23,384 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/221187a5-8a13-49fa-b7df-2dc0598745d1 0.668s 2023-07-23 18:49:23,384 79366 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-d72f03e7-48bb-4abc-a4e8-289854954d1a', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/221187a5-8a13-49fa-b7df-2dc0598745d1'} Body: b'' 2023-07-23 18:49:23,690 79366 INFO [tempest.lib.common .rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/221187a5-8a13-49fa-b7df-2dc0598745d1 0.305s 2023-07-23 18:49:23,690 79366 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-d48362b0-6304-4392-b670-3e983dc09908', 'date': 'Sun, 23 Jul 2023 18:49:23 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/221187a5-8a13-49fa-b7df-2dc0598745d1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 221187a5-8a13-49fa-b7df-2dc0598745d1 does not exist", "detail": ""}}' 2023-07-23 18:49:26,492 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9b143c22-56e5-41c3-a4c5-ef59e6c0d32d 2.802s 2023-07-23 18:49:26,493 79366 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-c6fbce71-05d1-4365-9ab6-b4ef032d1771', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9b143c22-56e5-41c3-a4c5-ef59e6c0d32d'} Body: b'' {2} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.091883s] ... ok {2} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.038091s] ... ok {7} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [7.459979s] ... ok {6} 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.'} {3} 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.'} {6} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.685804s] ... ok {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [6.834402s] ... 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-23 18:49:27,487 79348 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:27,763 79348 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.271s 2023-07-23 18:49:27,764 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-251587984", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM3Hs4pJwNAJVY8GhYCen6DpQnZIdRmxhzBbgBqB1XWtKyzSeh/RwgGL1ggVQy7eZlhEVMqlFm+cHHuuG/32lcDUHqHHhX7+LK4f/x4NycWaFUYUCpDOUKZuoUtEtdiZg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:27 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-1a5a79df-913b-4b76-981b-60e509fba526', 'x-compute-request-id': 'req-1a5a79df-913b-4b76-981b-60e509fba526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-251587984", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM3Hs4pJwNAJVY8GhYCen6DpQnZIdRmxhzBbgBqB1XWtKyzSeh/RwgGL1ggVQy7eZlhEVMqlFm+cHHuuG/32lcDUHqHHhX7+LK4f/x4NycWaFUYUCpDOUKZuoUtEtdiZg==", "fingerprint": "22:f0:05:b8:a4:bb:91:80:48:c4:70:de:7f:4b:c5:85", "user_id": "d2051fa9ec924653b7b87bf2744be175"}}' 2023-07-23 18:49:27,769 79348 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-251587984 created 2023-07-23 18:49:28,576 79348 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.806s 2023-07-23 18:49:28,576 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1534473817", "description": "tempest-description--999342856"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-3d021141-4059-4dee-9716-acf2636c1cb1', 'date': 'Sun, 23 Jul 2023 18:49:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "name": "tempest-securitygroup--1534473817", "stateful": true, "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "description": "tempest-description--999342856", "shared": false, "security_group_rules": [{"id": "17487a4c-288d-48ac-85ae-f6a79a71be4a", "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "security_group_id": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "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": 301, "description": null, "tags": [], "created_at": "2023-07-23T18:49:28Z", "updated_at": "2023-07-23T18:49:28Z", "revision_number": 0}, {"id": "7f46c974-0843-4a6d-b6bf-37df44706482", "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "security_group_id": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "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": 302, "description": null, "tags": [], "created_at": "2023-07-23T18:49:28Z", "updated_at": "2023-07-23T18:49:28Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:28Z", "updated_at": "2023-07-23T18:49:28Z", "revision_number": 1, "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb"}}' 2023-07-23 18:49:29,719 79348 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 1.142s 2023-07-23 18:49:29,719 79348 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": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "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-296e5ce8-1952-4108-b5bd-27ff37e64200', 'date': 'Sun, 23 Jul 2023 18:49:29 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": "422f0378-330b-424e-9b03-98e0a882c565", "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "security_group_id": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "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-23T18:49:29Z", "updated_at": "2023-07-23T18:49:29Z", "revision_number": 0}}' 2023-07-23 18:49:30,449 79348 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.729s 2023-07-23 18:49:30,450 79348 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": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3fc6075e-1bac-4ea4-8028-91f8b3e1c275', 'date': 'Sun, 23 Jul 2023 18:49: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": "442443ad-431b-4de3-9326-254afb0814a3", "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "security_group_id": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "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-23T18:49:29Z", "updated_at": "2023-07-23T18:49:29Z", "revision_number": 0}}' 2023-07-23 18:49:30,450 79348 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1534473817 created 2023-07-23 18:49:34,188 79348 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 3.737s 2023-07-23 18:49:34,189 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-8238b0c1-7e84-488d-86ae-15c50d281fe7', 'date': 'Sun, 23 Jul 2023 18:49:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ee50bae7-04af-4cc7-a6f5-3eef62e944bc", "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "floating_ip_address": "172.24.4.104", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:32Z", "updated_at": "2023-07-23T18:49:32Z", "revision_number": 0}}' 2023-07-23 18:49:34,189 79348 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ee50bae7-04af-4cc7-a6f5-3eef62e944bc', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'floating_ip_address': '172.24.4.104', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:32Z', 'updated_at': '2023-07-23T18:49:32Z', 'revision_number': 0, 'ip': '172.24.4.104'} created 2023-07-23 18:49:34,281 79348 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.085s 2023-07-23 18:49:34,281 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-a7e59fd2-ffbb-459f-b1c5-183a31c1b2a0', '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": "d2051fa9ec924653b7b87bf2744be175", "name": "tempest-VolumesAdminNegativeTest-1581687744-project-member", "password_expires_at": null}, "audit_ids": ["xrwvtp82RZm1v47UAxvvqA"], "expires_at": "2023-07-23T19:49:34.000000Z", "issued_at": "2023-07-23T18:49:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "295dfe3c3e204a5ab7b157fb1fa127bb", "name": "tempest-VolumesAdminNegativeTest-1581687744"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", " name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:34,282 79348 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'd2233734-3cf2-48d3-8d0a-bdbd57f0ab21', 'name': 'tempest-VolumesAdminNegativeTest-228991507-network', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46175, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:34,283 79348 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-251587984', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM3Hs4pJwNAJVY8GhYCen6DpQnZIdRmxhzBbgBqB1XWtKyzSeh/RwgGL1ggVQy7eZlhEVMqlFm+cHHuuG/32lcDUHqHHhX7+LK4f/x4NycWaFUYUCpDOUKZuoUtEtdiZg==', 'fingerprint': '22:f0:05:b8:a4:bb:91:80:48:c4:70:de:7f:4b:c5:85', 'user_id': 'd2051fa9ec924653b7b87bf2744be175', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBNmBTaUmRrL8+YHkjufPrwR1F8EIO5X60baOgz+oTJ+RckyirdyQbL\n5lhpuhNJey2gBwYFK4EEACKhZANiAARDNx7OKScDQCVWPBoWAnp+g6UJ2SHUZsYc\nwW4AagdV1rSss0nof0cIBi9YIFUMu3mZYRFTKpRZvnBx7rhv99pXA1B6hx4V+/iy\nuH/8eDcnFmhVGFAqQzlCmbqFLRLXYmY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c3fc4dd7-b854-45a4-845f-aaf8e9e54cef', 'name': 'tempest-securitygroup--1534473817', 'stateful': True, 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'description': 'tempest-description--999342856', 'shared': False, 'security_group_rules': [{'id': '17487a4c-288d-48ac-85ae-f6a79a71be4a', 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'security_group_id': 'c3fc4dd7-b854-45a4-845f-aaf8e9e54cef', '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': 301, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:28Z', 'updated_at': '2023-07-23T18:49:28Z', 'revision_number': 0}, {'id': '7f46c974-0843-4a6d-b6bf-37df44706482', 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'security_group_id': 'c3fc4dd7-b854-45a4-845f-aaf8e9e54cef', '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': 302, 'desc ription': None, 'tags': [], 'created_at': '2023-07-23T18:49:28Z', 'updated_at': '2023-07-23T18:49:28Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:28Z', 'updated_at': '2023-07-23T18:49:28Z', 'revision_number': 1, 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb'}, 'floating_ip': {'id': 'ee50bae7-04af-4cc7-a6f5-3eef62e944bc', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'floating_ip_address': '172.24.4.104', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:32Z', 'updated_at': '2023-07-23T18:49:32Z', 'revision_number': 0, 'ip': '172.24.4.104'}} 2023-07-23 18:49:34,317 79348 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.033s 2023-07-23 18:49:34,317 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1327230118", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "d2233734-3cf2-48d3-8d0a-bdbd57f0ab21"}], "security_groups": [{"name": "tempest-securitygroup--1534473817"}], "key_name": "tempest-keypair-251587984", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-1103c936-1873-4c11-92af-93c5404b07f6', 'x-compute-request-id': 'req-1103c936-1873-4c11-92af-93c5404b07f6', '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-23 18:49:34,318 79348 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 {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [0.261023s] ... 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-23 18:49:34,543 79348 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.214s 2023-07-23 18:49:34,543 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-9c0daea0-2969-4c94-8913-ed94525947bb', '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": "d2051fa9ec924653b7b87bf2744be175", "name": "tempest-VolumesAdminNegativeTest-1581687744-project-member", "password_expires_at": null}, "audit_ids": ["WCVYEd1fSsOy_VdQrWLV4g"], "expires_at": "2023-07-23T19:49:34.000000Z", "issued_at": "2023-07-23T18:49:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "295dfe3c3e204a5ab7b157fb1fa127bb", "name": "tempest-VolumesAdminNegativeTest-1581687744"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:34,544 79348 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'd2233734-3cf2-48d3-8d0a-bdbd57f0ab21', 'name': 'tempest-VolumesAdminNegativeTest-228991507-network', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '295dfe3c3e204a5ab7b 157fb1fa127bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46175, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:34,583 79348 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.038s 2023-07-23 18:49:34,583 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1075019044", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "d2233734-3cf2-48d3-8d0a-bdbd57f0ab21"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-9dbc7810-3ce2-4579-b5b1-76aa2927d7f8', 'x-compute-request-id': 'req-9dbc7810-3ce2-4579-b5b1-76aa2927d7f8', '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} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {5} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [10.446839s] ... 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-23 18:49:26,496 79366 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:26,497 79366 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:26,606 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.106s 2023-07-23 18:49:26,606 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1282889032", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtAjsFJAtaAT8PGZStDvsw4klnU6YU0WWPxgQ+Y2CFfSPsSvQj+9pH9vqcJuWaec+qomHTISy5sAEnW2jUT2oA9nmLnxfiDGLj4aS418Vb1D9xw7+JyRrfxWhqDw63HqQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:26 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-a0c0403f-26cc-4c43-b57d-950425f5154f', 'x-compute-request-id': 'req-a0c0403f-26cc-4c43-b57d-950425f5154f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1282889032", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtAjsFJAtaAT8PGZStDvsw4klnU6YU0WWPxgQ+Y2CFfSPsSvQj+9pH9vqcJuWaec+qomHTISy5sAEnW2jUT2oA9nmLnxfiDGLj4aS418Vb1D9xw7+JyRrfxWhqDw63HqQ==", "fingerprint": "4c:1f:2f:1d:0b:97:6d:64:6d:0a:01:59:30:07:bd:87", "user_id": "bfa4a773ad464c23bd40aab238652325"}}' 2023-07-23 18:49:26,610 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1282889032 created 2023-07-23 18:49:27,612 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.002s 2023-07-23 18:49:27,612 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1477261199", "description": "tempest-description--1622769625"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-fc9253ec-7e19-41fd-8f57-fc668cf5cca4', 'date': 'Sun, 23 Jul 2023 18:49:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "name": "tempest-securitygroup--1477261199", "stateful": true, "tenant_id": "1a62068cce6f44d4ac007948615422fa", "description": "tempest-description--1622769625", "shared": false, "security_group_rules": [{"id": "6eab479d-c8b5-4a52-ac8c-d6d0578d3d71", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "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": 294, "description": null, "tags": [], "created_at": "2023-07-23T18:49:27Z", "updated_at": "2023-07-23T18:49:27Z", "revision_number": 0}, {"id": "c4419c9a-358c-471c-bee9-c954598e758f", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "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": 295, "description": null, "tags": [], "created_at": "2023-07-23T18:49:27Z", "updated_at": "2023-07-23T18:49:27Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:27Z", "updated_at": "2023-07-23T18:49:27Z", "revision_number": 1, "project_id": "1a62068cce6f44d4ac007948615422fa"}}' 2023-07-23 18:49:28,429 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.816s 2023-07-23 18:49:28,430 79366 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": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "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-05e5de46-ec36-4d5a-a556-a8c2f35c8d48', 'date': 'Sun, 23 Jul 2023 18:49:28 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": "9bbc28d5-6d6e-4193-b65c-8b98a66924ea", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "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-23T18:49:27Z", "updated_at": "2023-07-23T18:49:27Z", "revision_number": 0}}' 2023-07-23 18:49:29,436 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.006s 2023-07-23 18:49:29,437 79366 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": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c264e541-0f08-4af8-b7c3-b79145485f0d', 'date': 'Sun, 23 Jul 2023 18:49:29 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": "6d0ae265-e14e-453b-a8ed-102babe4ae9f", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "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-23T18:49:28Z", "updated_at": "2023-07-23T18:49:28Z", "revision_number": 0}}' 2023-07-23 18:49:29,437 79366 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1477261199 created 2023-07-23 18:49:34,011 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 4.574s 2023-07-23 18:49:34,012 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-68f9719e-094d-49f2-8e74-9111929b24e8', 'date': 'Sun, 23 Jul 2023 18:49:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5b134f8f-e06d-4fd1-9388-9216cec06f8a", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "floating_ip_address": "172.24.4.206", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1a62068cce6f44d4ac007948615422fa", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:31Z", "updated_at": "2023-07-23T18:49:31Z", "revision_number": 0}}' 2023-07-23 18:49:34,012 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5b134f8f-e06d-4fd1-9388-9216cec06f8a', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.206', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:31Z', 'updated_at': '2023-07-23T18:49:31Z', 'revision_number': 0, 'ip': '172.24.4.206'} created 2023-07-23 18:49:34,113 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2023-07-23 18:49:34,113 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-c3411b78-a355-4c7a-9cbe-38cdc3d6d8c1', '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": "bfa4a773ad464c23bd40aab238652325", "name": "tempest-AttachVolumeNegativeTest-1332780550-project-member", "password_expires_at": null}, "audit_ids": ["8SsdamT0S8-3u8X2c-CXyQ"], "expires_at": "2023-07-23T19:49:34.000000Z", "issued_at": "2023-07-23T18:49:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a62068cce6f44d4ac007948615422fa", "name": "tempest-AttachVolumeNegativeTest-1332780550"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "Re gionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:34,114 79366 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '695d0769-5870-42bc-b141-19bf0b37fecb', 'name': 'tempest-AttachVolumeNegativeTest-1146274849-network', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a62068cce6f44d4ac007948615422fa', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7534, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:34,114 79366 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1282889032', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtAjsFJAtaAT8PGZStDvsw4klnU6YU0WWPxgQ+Y2CFfSPsSvQj+9pH9vqcJuWaec+qomHTISy5sAEnW2jUT2oA9nmLnxfiDGLj4aS418Vb1D9xw7+JyRrfxWhqDw63HqQ==', 'fingerprint': '4c:1f:2f:1d:0b:97:6d:64:6d:0a:01:59:30:07:bd:87', 'user_id': 'bfa4a773ad464c23bd40aab238652325', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAJxwR5pwafxShV7b9uuwqerhTX+2OCGx8pA3EJtOP+O5qk/fCpNleW\nik57ewJP8B6gBwYFK4EEACKhZANiAASbQI7BSQLWgE/DxmUrQ77MOJJZ1OmFNFlj\n8YEPmNghX0j7Er0I/vaR/b6nCblmnnPqqJh0yEsubABJ1to1E9qAPZ5i58X4gxi4\n+GkuNfFW9Q/ccO/icka38Voag8Otx6k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4c06d981-7eb7-4e55-8c64-0c5fd4298376', 'name': 'tempest-securitygroup--1477261199', 'stateful': True, 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'description': 'tempest-description--1622769625', 'shared': False, 'security_group_rules': [{'id': '6eab479d-c8b5-4a52-ac8c-d6d0578d3d71', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': '4c06d981-7eb7-4e55-8c64-0c5fd4298376', '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': 294, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:27Z', 'updated_at': '2023-07-23T18:49:27Z', 'revision_number': 0}, {'id': 'c4419c9a-358c-471c-bee9-c954598e758f', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': '4c06d981-7eb7-4e55-8c64-0c5fd4298376', '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': 295, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:27Z', 'updated_at': '2023-07-23T18:49:27Z', 'revision_number': 0}], 'tags': [], 'crea ted_at': '2023-07-23T18:49:27Z', 'updated_at': '2023-07-23T18:49:27Z', 'revision_number': 1, 'project_id': '1a62068cce6f44d4ac007948615422fa'}, 'floating_ip': {'id': '5b134f8f-e06d-4fd1-9388-9216cec06f8a', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.206', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:31Z', 'updated_at': '2023-07-23T18:49:31Z', 'revision_number': 0, 'ip': '172.24.4.206'}} 2023-07-23 18:49:34,159 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.044s 2023-07-23 18:49:34,159 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1001820164", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "695d0769-5870-42bc-b141-19bf0b37fecb"}], "security_groups": [{"name": "tempest-securitygroup--1477261199"}], "key_name": "tempest-keypair-1282889032", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-feb3e502-676f-49d7-91e1-add703944395', 'x-compute-request-id': 'req-feb3e502-676f-49d7-91e1-add703944395', '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-23 18:49:34,197 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1282889032 0.036s 2023-07-23 18:49:34,197 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-508252f1-2dd8-4c6c-b91d-486181df31d9', 'x-compute-request-id': 'req-508252f1-2dd8-4c6c-b91d-486181df31d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1282889032'} Body: b'' 2023-07-23 18:49:35,157 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/4c06d981-7eb7-4e55-8c64-0c5fd4298376 0.959s 2023-07-23 18:49:35,158 79366 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-633b3992-81f0-4fa6-bd0d-c0fb783e6f28', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4c06d981-7eb7-4e55-8c64-0c5fd4298376'} Body: b'' 2023-07-23 18:49:35,200 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolume NegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/4c06d981-7eb7-4e55-8c64-0c5fd4298376 0.042s 2023-07-23 18:49:35,200 79366 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-992d6a24-f45c-4929-82df-600240af09d8', 'date': 'Sun, 23 Jul 2023 18:49:35 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4c06d981-7eb7-4e55-8c64-0c5fd4298376'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4c06d981-7eb7-4e55-8c64-0c5fd4298376 does not exist", "detail": ""}}' 2023-07-23 18:49:36,942 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5b134f8f-e06d-4fd1-9388-9216cec06f8a 1.741s 2023-07-23 18:49:36,942 79366 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-11950fbe-c666-48e8-88ed-b0add99e1502', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5b134f8f-e06d-4fd1-9388-9216cec06f8a'} Body: b'' {6} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {9} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [13.599362s] ... 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-23 18:49:32,349 79364 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/0ddd5893-6f1b-4fee-96d3-85d2004225cc 0.529s 2023-07-23 18:49:32,349 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7b359032-1385-4882-9315-dff8123af06d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc'} 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": "c16e68c26d9244c4985595b2be0fa9e8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "created_at": "2023-07-23T18:45:22Z", "updated_at": "2023-07-23T18:45:23Z", "tags": [], "self": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc", "file": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:49:33,175 79364 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.792s 2023-07-23 18:49:33,175 79364 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': 'Sun, 23 Jul 2023 18:49:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1f3e7d37-1937-48ad-b483-966209472268', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-52bbd398-9081-4bc7-a0bd-e42ea6c9913d', '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": "83f510e67e2f421788455fee7ce4dba5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1f3e7d37-1937-48ad-b483-966209472268", "created_at": "2023-07-23T18:49:33Z", "updated_at": "2023-07-23T18:49:33Z", "tags": [], "self": "/v2/images/1f3e7d37-1937-48ad-b483-966209472268", "file": "/v2/images/1f3e7d37-1937-48ad-b483-966209472268/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:49:35,406 79364 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-23 18:49:35,407 79364 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/1f3e7d37-1937-48ad-b483-966209472268/file 2.231s 2023-07-23 18:49:35,407 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-fdb65aa0-52ba-4f6c-b0ec-dc9ac60e3169', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1f3e7d37-1937-48ad-b483-966209472268/file'} Body: b'' 2023-07-23 18:49:35,408 79364 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:35,408 79364 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:35,634 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.223s 2023-07-23 18:49:35,635 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1894210897", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOh3KJ0Blj59sz4N1KG/s6isdzfeG7SqF8asz8bgzL+sEyefTMWDCxrQQobNuIIMvYQjQGvzD4hHwUksIBfQ3UqNXKNUfbPOEQEm/flcJ92H+M6tkmz3GI0QWKdnCOM80A=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:35 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-c218f557-e598-4b42-8491-9b6235247591', 'x-compute-request-id': 'req-c218f557-e598-4b42-8491-9b6235247591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1894210897", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOh3KJ0Blj59sz4N1KG/s6isdzfeG7SqF8asz8bgzL+sEyefTMWDCxrQQobNuIIMvYQjQGvzD4hHwUksIBfQ3UqNXKNUfbPOEQEm/flcJ92H+M6tkmz3GI0QWKdnCOM80A==", "fingerprint": "30:63:51:db:c4:be:b4:eb:21:b3:59:65:3a:32:de:db", "user_id": "921aac6530184cb491762bdaf61f3bd8"}}' 2023-07-23 18:49:35,640 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1894210897 created 2023-07-23 18:49:36,550 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.909s 2023-07-23 18:49:36,550 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--697728253", "description": "tempest-description--1458551800"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7cea7342-aca0-450d-8cce-bbd98cc92f78', 'date': 'Sun, 23 Jul 2023 18:49:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "41432d23-863e-4d90-9e4b-725d3569dfe4", "name": "tempest-securitygroup--697728253", "stateful": true, "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "description": "tempest-description--1458551800", "shared": false, "security_group_rules": [{"id": "511beb8a-1359-4ef8-856b-4922a276e9de", "project_id": "c9423eb1386948e2b18891e5c22ef7a6", "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "security_group_id": "41432d23-863e-4d90-9e4b-725d3569dfe4", "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 ": 351, "description": null, "tags": [], "created_at": "2023-07-23T18:49:36Z", "updated_at": "2023-07-23T18:49:36Z", "revision_number": 0}, {"id": "940ed112-8b9c-44c6-8154-1c95280731ae", "project_id": "c9423eb1386948e2b18891e5c22ef7a6", "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "security_group_id": "41432d23-863e-4d90-9e4b-725d3569dfe4", "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": 349, "description": null, "tags": [], "created_at": "2023-07-23T18:49:35Z", "updated_at": "2023-07-23T18:49:35Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:35Z", "updated_at": "2023-07-23T18:49:36Z", "revision_number": 1, "project_id": "c9423eb1386948e2b18891e5c22ef7a6"}}' 2023-07-23 18:49:37,931 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.380s 2023-07-23 18:49:37,931 79364 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": "41432d23-863e-4d90-9e4b-725d3569dfe4", "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-79aa1687-a02b-4781-89b7-768ff69763ec', 'date': 'Sun, 23 Jul 2023 18:49:37 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": "58dcd58b-516f-4028-83ce-08f3d2c44ed2", "project_id": "c9423eb1386948e2b18891e5c22ef7a6", "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "security_group_id": "41432d23-863e-4d90-9e4b-725d3569dfe4", "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-23T18:49:37Z", "updated_at": "2023-07-23T18:49:37Z", "revision_number": 0}}' 2023-07-23 18:49:38,607 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.676s 2023-07-23 18:49:38,608 79364 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": "41432d23-863e-4d90-9e4b-725d3569dfe4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-097d9ada-c9ca-4cc4-add2-0d7614a06389', 'date': 'Sun, 23 Jul 2023 18:49: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": "3829e244-905d-425b-a0ce-b6eee7cfdbbe", "project_id": "c9423eb1386948e2b18891e5c22ef7a6", "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "security_group_id": "41432d23-863e-4d90-9e4b-725d3569dfe4", "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-23T18:49:38Z", "updated_at": "2023-07-23T18:49:38Z", "revision_number": 0}}' 2023-07-23 18:49:38,608 79364 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--697728253 created 2023-07-23 18:49:42,144 79364 INFO [tempest.lib.common.rest_client] Request ( ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.536s 2023-07-23 18:49:42,145 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-fa0e0163-e6de-491d-87b9-7ce0057a7ad5', 'date': 'Sun, 23 Jul 2023 18:49:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "eedff3fa-c922-4e95-86fa-14aecf9c2b5a", "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "floating_ip_address": "172.24.4.111", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c9423eb1386948e2b18891e5c22ef7a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:40Z", "updated_at": "2023-07-23T18:49:40Z", "revision_number": 0}}' 2023-07-23 18:49:42,145 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'eedff3fa-c922-4e95-86fa-14aecf9c2b5a', 'tenant_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'floating_ip_address': '172.24.4.111', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 0, 'ip': '172.24.4.111'} created 2023-07-23 18:49:42,266 79364 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.109s 2023-07-23 18:49:42,267 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:42 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-1d0c03b7-7af5-4dd4-9d6e-c2bc8ddd409c', '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": "921aac6530184cb491762bdaf61f3bd8", "name": "tempest-AttachSCSIVolumeTestJSON-1036464759-project-member", "password_expires_at": null}, "audit_ids": ["swISXIJIQNuW7cAfA-AoCA"], "expires_at": "2023-07-23T19:49:42.000000Z", "issued_at": "2023-07-23T18:49:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9423eb1386948e2b18891e5c22ef7a6", "name": "tempest-AttachSCSIVolumeTestJSON-1036464759"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c9423eb1386948e2b18891e5c22ef7a6", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "Reg ionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c9423eb1386948e2b18891e5c22ef7a6", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c9423eb1386948e2b18891e5c22ef7a6", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:42,268 79364 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'e470f5bd-8947-458f-a2c0-d1a43a1dc92e', 'name': 'tempest-AttachSCSIVolumeTestJSON-368976363-network', 'tenant_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 1868, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:42,268 79364 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1894210897', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOh3KJ0Blj59sz4N1KG/s6isdzfeG7SqF8asz8bgzL+sEyefTMWDCxrQQobNuIIMvYQjQGvzD4hHwUksIBfQ3UqNXKNUfbPOEQEm/flcJ92H+M6tkmz3GI0QWKdnCOM80A==', 'fingerprint': '30:63:51:db:c4:be:b4:eb:21:b3:59:65:3a:32:de:db', 'user_id': '921aac6530184cb491762bdaf61f3bd8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBttB9OeYVyZbe2UejSovKJ07qS0gHyQTBwxPmyPRAtadB+lCb+i36d\nJL684JQrGAmgBwYFK4EEACKhZANiAATodyidAZY+fbM+DdShv7OorHc33hu0qhfG\nrM/G4My/rBMnn0zFgwsa0EKGzbiCDL2EI0Br8w+IR8FJLCAX0N1KjVyjVH2zzhEB\nJv35XCfdh/jOrZJs9xiNEFinZwjjPNA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '41432d23-863e-4d90-9e4b-725d3569dfe4', 'name': 'tempest-securitygroup--697728253', 'stateful': True, 'tenant_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'description': 'tempest-description--1458551800', 'shared': False, 'security_group_rules': [{'id': '511beb8a-1359-4ef8-856b-4922a276e9de', 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'tenant_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'security_group_id': '41432d23-863e-4d90-9e4b-725d3569dfe4', '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': 351, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:36Z', 'updated_at': '2023-07-23T18:49:36Z', 'revision_number': 0}, {'id': '940ed112-8b9c-44c6-8154-1c95280731ae', 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'tenant_id': ' c9423eb1386948e2b18891e5c22ef7a6', 'security_group_id': '41432d23-863e-4d90-9e4b-725d3569dfe4', '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': 349, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:35Z', 'updated_at': '2023-07-23T18:49:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:35Z', 'updated_at': '2023-07-23T18:49:36Z', 'revision_number': 1, 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6'}, 'floating_ip': {'id': 'eedff3fa-c922-4e95-86fa-14aecf9c2b5a', 'tenant_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'floating_ip_address': '172.24.4.111', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 0, 'ip': '172.24.4.111'}} 2023-07-23 18:49:42,306 79364 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.036s 2023-07-23 18:49:42,306 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-2073355293", "imageRef": "1f3e7d37-1937-48ad-b483-966209472268", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "e470f5bd-8947-458f-a2c0-d1a43a1dc92e"}], "security_groups": [{"name": "tempest-securitygroup--697728253"}], "key_name": "tempest-keypair-1894210897", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:42 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-9e3e7684-23ea-4b0a-a8a4-498f1de7ac00', 'x-compute-request-id': 'req-9e3e7684-23ea-4b0a-a8a4-498f1de7ac00', '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-23 18:49:42,345 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1894210897 0.036s 2023-07-23 18:49:42,346 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:42 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-d4265c4c-3ae9-4127-aeb1-833b36638900', 'x-compute-request-id': 'req-d4265c4c-3ae9-4127-aeb1-833b36638900', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1894210897'} Body: b'' 2023-07-23 18:49:43,570 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/41432d23-863e-4d90-9e4b-725d3569dfe4 1.223s 2023-07-23 18:49:43,570 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-a7d1eede-4aae-4675-89a1-4f17ba17e0f7', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/41432d23-863e-4d90-9e4b-725d3569dfe4'} Body: b'' 2023-07-23 18:49:43,678 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/41432d23-863e-4d90-9e4b-725d3569dfe4 0.107s 2023-07-23 18:49:43,679 79364 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-e5dcf02a-6119-454b-ad62-94482ba2b65e', 'date': 'Sun, 23 Jul 2023 18:49:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/41432d23-863e-4d90-9e4b-725d3569dfe4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 41432d23-863e-4d90-9e4b-725d3569dfe4 does not exist", "detail": ""}}' 2023-07-23 18:49:45,075 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/eedff3fa-c922-4e95-86fa-14aecf9c2b5a 1.396s 2023-07-23 18:49:45,076 79364 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-fd9453dc-56b5-4fbd-b54d-97a8ea3da728', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/eedff3fa-c922-4e95-86fa-14aecf9c2b5a'} Body: b'' 2023-07-23 18:49:45,399 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/1f3e7d37-1937-48ad-b483-966209472268 0.323s 2023-07-23 18:49:45,399 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e64af636-9d8c-488a-835b-357f49bcce0a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1f3e7d37-1937-48ad-b483-966209472268'} Body: b'' 2023-07-23 18:49:45,417 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/1f3e7d37-1937-48ad-b483-966209472268 0.017s 2023-07-23 18:49:45,417 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c692fa2e-c2e4-45b2-a17c-314d0340aee5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/1f3e7d37-1937-48ad-b483-966209472268'} Body: b'{"message": "No image found with ID 1f3e7d37-1937-48ad-b483-966209472268

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {8} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [11.677105s] ... 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-23 18:49:35,405 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes 0.411s 2023-07-23 18:49:35,405 79362 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-1899845852"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0982009b-dc83-472c-b8c8-240ee9bf1dc9', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0982009b-dc83-472c-b8c8-240ee9bf1dc9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes'} Body: b'{"volume": {"id": "c35afa78-258a-4575-9b2a-8cdef9fcd028", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:35.337538", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1899845852", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:49:35,474 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028 0.045s 2023-07-23 18:49:35,474 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aedebb89-54ba-4e62-a716-0982cfc35514', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aedebb89-54ba-4e62-a716-0982cfc35514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028'} Body: b'{"volume": {"id": "c35afa78-258a-4575-9b2a-8cdef9fcd028", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:35.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1899845852", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:36,582 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028 0.096s 2023-07-23 18:49:36,582 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed0cdd19-34b1-45b5-ab9e-bba970572117', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed0cdd19-34b1-45b5-ab9e-bba970572117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028'} Body: b'{"volume": {"id": "c35afa78-258a-4575-9b2a-8cdef9fcd028", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:35.000000", "updated_at": "2023-07-23T18:49:35.000000", "name": "tempest-TestVolumeSwap-volume-1899845852", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:37,632 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028 0.038s 2023-07-23 18:49:37,632 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ef9daab-86fc-41ba-9eb1-3b60cf21637c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ef9daab-86fc-41ba-9eb1-3b60cf21637c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028'} Body: b'{"volume": {"id": "c35afa78-258a-4575-9b2a-8cdef9fcd028", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:35.000000", "updated_at": "2023-07-23T18:49:37.000000", "name": "tempest-TestVolumeSwap-volume-1899845852", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:37,642 79362 INFO [tempest.common.waiters] volume c35afa78-258a-4575-9b2a-8cdef9fcd028 reached available after waiting for 2.642333 seconds 2023-07-23 18:49:38,062 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes 0.419s 2023-07-23 18:49:38,062 79362 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-611831458"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5056b222-b779-4d14-90d5-a6730a804918', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5056b222-b779-4d14-90d5-a6730a804918', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes'} Body: b'{"volume": {"id": "ecc929ad-94d7-4d27-929b-eef6d371103b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:37.982314", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-611831458", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:49:38,118 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b 0.047s 2023-07-23 18:49:38,119 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ae842da-052f-4a56-bb25-eac9be355dac', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ae842da-052f-4a56-bb25-eac9be355dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b'} Body: b'{"volume": {"id": "ecc929ad-94d7-4d27-929b-eef6d371103b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:38.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-611831458", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:39,186 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b 0.056s 2023-07-23 18:49:39,186 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-374d7f13-5bef-42e1-ab7e-82fb0e3a857f', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-374d7f13-5bef-42e1-ab7e-82fb0e3a857f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35 e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b'} Body: b'{"volume": {"id": "ecc929ad-94d7-4d27-929b-eef6d371103b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:38.000000", "updated_at": "2023-07-23T18:49:38.000000", "name": "tempest-TestVolumeSwap-volume-611831458", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:40,241 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b 0.037s 2023-07-23 18:49:40,241 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-013cf7ec-f46d-4338-a4bf-2f58e1a0f95d', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-013cf7ec-f46d-4338-a4bf-2f58e1a0f95d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b'} Body: b'{"volume": {"id": "ecc929ad-94d7-4d27-929b-eef6d371103b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:38.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TestVolumeSwap-volume-611831458", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:40,251 79362 INFO [tempest.common.waiters] volume ecc929ad-94d7-4d27-929b-eef6d371103b reached available after waiting for 2.251844 seconds 2023-07-23 18:49:40,252 79362 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:40,310 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-07-23 18:49:40,310 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-260833775", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPBVnQ1zdpI1AXUoE+utChN3opDge2RUEFrGfxKU1GMTRpuuhyWZCsu4zRYRZiuej47bNtNLbEkL6MZrFZTZmMDSTZHTPMC5JIkMIHbFC1Nu4bgyp7av5YWGXJqbQU5AnA=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:40 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-70931108-e204-4a68-b5c2-60004923039d', 'x-compute-request-id': 'req-70931108-e204-4a68-b5c2-60004923039d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-260833775", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPBVnQ1zdpI1AXUoE+utChN3opDge2RUEFrGfxKU1GMTRpuuhyWZCsu4zRYRZiuej47bNtNLbEkL6MZrFZTZmMDSTZHTPMC5JIkMIHbFC1Nu4bgyp7av5YWGXJqbQU5AnA==", "fingerprint": "81:84:df:bc:12:63:4c:dc:d6:39:05:da:84:8f:29:17", "user_id": "67364ec4daf642a2a56eedff526f0ce8"}}' 2023-07-23 18:49:40,313 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-260833775 created 2023-07-23 18:49:41,151 79362 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.837s 2023-07-23 18:49:41,151 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--303768158", "description": "tempest-description--895573153"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f1d04110-78f5-41dd-a075-d8a0803d07c0', 'date': 'Sun, 23 Jul 2023 18:49:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "96c855ec-37d2-4936-85c7-18111b9885af", "name": "tempest-securitygroup--303768158", "stateful": true, "tenant_id": "ba307da35e204d1994ad099726df31ab", "description": "tempest-description--895573153", "shared": false, "security_group_rules": [{"id": "22a31816-8a60-440b-b244-774b8cdc422c", "project_id": "ba307da35e204d1994ad099726df31ab", "tenant_id": "ba307da35e204d1994ad099726df31ab", "security_group_id": "96c855ec-37d2-4936-85c7-18111b9885af", "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": 378, "description": null, "tags": [], "created_at": "2023-07-23T18:49:40Z", "updated_at": "2023-07-23T18:49:40Z", "revision_number": 0}, {"id": "7752fd25-21f8-441e-a316-6a05e8e7af16", "project_id": "ba307da35e204d1994ad099726df31ab", "tenant_id": "ba307da35e204d1994ad099726df31ab", "security_group_id": "96c855ec-37d2-4936-85c7-18111b9885af", "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": 379, "description": null, "tags": [], "created_at": "2023-07-23T18:49:40Z", "updated_at": "2023-07-23T18:49:40Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:40Z", "updated_at": "2023-07-23T18:49:40Z", "revision_number": 1, "project_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:42,115 79362 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.963s 2023-07-23 18:49:42,116 79362 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": "96c855ec-37d2-4936-85c7-18111b9885af", "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-2442dc1a-74bc-415f-bfcc-376358c0ad31', 'date': 'Sun, 23 Jul 2023 18:49:42 GMT', 'connection': 'cl ose', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "da3f6ce4-5655-4438-a54f-e3c8994e5d08", "project_id": "ba307da35e204d1994ad099726df31ab", "tenant_id": "ba307da35e204d1994ad099726df31ab", "security_group_id": "96c855ec-37d2-4936-85c7-18111b9885af", "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-23T18:49:41Z", "updated_at": "2023-07-23T18:49:41Z", "revision_number": 0}}' 2023-07-23 18:49:42,876 79362 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.760s 2023-07-23 18:49:42,877 79362 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": "96c855ec-37d2-4936-85c7-18111b9885af", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4b57f509-f5ad-4a75-ae61-6e6d3378dd9f', 'date': 'Sun, 23 Jul 2023 18:49:42 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": "0d42a655-6a80-4935-952e-a293a1e391d1", "project_id": "ba307da35e204d1994ad099726df31ab", "tenant_id": "ba307da35e204d1994ad099726df31ab", "security_group_id": "96c855ec-37d2-4936-85c7-18111b9885af", "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-23T18:49:42Z", "updated_at": "2023-07-23T18:49:42Z", "revision_number": 0}}' 2023-07-23 18:49:42,877 79362 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--303768158 created 2023-07-23 18:49:46,463 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.585s 2023-07-23 18:49:46,464 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b3a30d72-946b-4cd7-90e2-9907271a4c3e', 'date': 'Sun, 23 Jul 2023 18:49:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "436d2651-05e5-4bd5-a362-5beb6766ff6b", "tenant_id": "ba307da35e204d1994ad099726df31ab", "floating_ip_address": "172.24.4.129", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ba307da35e204d1994ad099726df31ab", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:44Z", "updated_at": "2023-07-23T18:49:44Z", "revision_number": 0}}' 2023-07-23 18:49:46,464 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '436d2651-05e5-4bd5-a362-5beb6766ff6b', 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'floating_ip_address': '172.24.4.129', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ba307da35e204d1994ad099726df31ab', 'descript ion': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:44Z', 'updated_at': '2023-07-23T18:49:44Z', 'revision_number': 0, 'ip': '172.24.4.129'} created 2023-07-23 18:49:46,611 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.135s 2023-07-23 18:49:46,612 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2801', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-221c62f3-0ba9-4bfd-9267-6d818659ce6c', '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": "67364ec4daf642a2a56eedff526f0ce8", "name": "tempest-TestVolumeSwap-2103975141-project-member", "password_expires_at": null}, "audit_ids": ["tN1diLftT5ynG4qwX14atA"], "expires_at": "2023-07-23T19:49:46.000000Z", "issued_at": "2023-07-23T18:49:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba307da35e204d1994ad099726df31ab", "name": "tempest-TestVolumeSwap-2103975141"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ba307da35e204d1994ad099726df31ab", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:46,612 79362 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': 'f77a7c2c-1492-4089-a441-023e8e35339e', 'name': 'tempest-TestVolumeSwap-568460998-network', 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACT IVE', 'subnets': [], 'shared': False, 'project_id': 'ba307da35e204d1994ad099726df31ab', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54185, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:46,613 79362 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-260833775', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPBVnQ1zdpI1AXUoE+utChN3opDge2RUEFrGfxKU1GMTRpuuhyWZCsu4zRYRZiuej47bNtNLbEkL6MZrFZTZmMDSTZHTPMC5JIkMIHbFC1Nu4bgyp7av5YWGXJqbQU5AnA==', 'fingerprint': '81:84:df:bc:12:63:4c:dc:d6:39:05:da:84:8f:29:17', 'user_id': '67364ec4daf642a2a56eedff526f0ce8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAda4D3Yl+Sb9x1cKCqwrj8/IKRO989UhHlSV+adS5NFY+DWf8abXkC\nIgyfCXDjyrOgBwYFK4EEACKhZANiAATwVZ0Nc3aSNQF1KBPrrQoTd6KQ4HtkVBBa\nxn8SlNRjE0abroclmQrLuM0WEWYrno+O2zbTS2xJC+jGaxWU2ZjA0k2R0zzAuSSJ\nDCB2xQtTbuG4Mqe2r+WFhlyam0FOQJw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '96c855ec-37d2-4936-85c7-18111b9885af', 'name': 'tempest-securitygroup--303768158', 'stateful': True, 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'description': 'tempest-description--895573153', 'shared': False, 'security_group_rules': [{'id': '22a31816-8a60-440b-b244-774b8cdc422c', 'project_id': 'ba307da35e204d1994ad099726df31ab', 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'security_group_id': '96c855ec-37d2-4936-85c7-18111b9885af', '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': 378, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 0}, {'id': '7752fd25-21f8-441e-a316-6a05e8e7af16', 'project_id': 'ba307da35e204d1994ad099726df31ab', 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'security_group_id': '96c855ec-37d2-4936-85c7-18111b9885af', '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': 379, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 1, 'project_id': 'ba307da35e204d1994ad099726df31ab'}, 'floating_ip': {'id': '436d2651-05e5-4bd5-a362-5beb6766ff6b', 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'floating_ip_address': '172.24.4.129', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ba307da35e204d1994ad099726df31ab', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:44Z', 'updated_at': '2023-07-23T18:49:44Z', 'revision_number': 0, 'ip': '172.24.4.129'}} 2023-07-23 18:49:46,666 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.052s 2023-07-23 18:49:46,667 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-612717306", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "f77a7c2c-1492-4089-a441-023e8e35339e"}], "security_groups": [{"name": "tem pest-securitygroup--303768158"}], "key_name": "tempest-keypair-260833775", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:46 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-c7dc4c34-cda9-46fa-b87d-c34d2b421f99', 'x-compute-request-id': 'req-c7dc4c34-cda9-46fa-b87d-c34d2b421f99', '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_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.348112s] ... ok {6} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.081324s] ... ok {4} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [5.395653s] ... 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-23 18:49:46,603 79354 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:46,844 79354 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.238s 2023-07-23 18:49:46,844 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1269315872", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBChSWrXJH4Xi2z08l3Raqs9yHmbEOC4N5V23FZll7W8NIMOZg6b3SNxRBpr3eKXst9ZAwbRhFPR3GQKjXVAGMEVQHuQtpyR7M3TgzyWcF4mlR9sniV1QHsTIpXXXknqFg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49: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-362e9a11-8b88-49a8-b355-59aded37878a', 'x-compute-request-id': 'req-362e9a11-8b88-49a8-b355-59aded37878a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1269315872", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBChSWrXJH4Xi2z08l3Raqs9yHmbEOC4N5V23FZll7W8NIMOZg6b3SNxRBpr3eKXst9ZAwbRhFPR3GQKjXVAGMEVQHuQtpyR7M3TgzyWcF4mlR9sniV1QHsTIpXXXknqFg==", "fingerprint": "3d:22:db:78:bf:0d:9e:e6:ef:6f:24:ff:37:ad:60:96", "user_id": "5fd301a8401549d9a0524959b36450ea"}}' 2023-07-23 18:49:46,850 79354 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1269315872 created 2023-07-23 18:49:48,281 79354 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 1.430s 2023-07-23 18:49:48,281 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2053366431", "description": "tempest-description--1741309538"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-7488f85e-3416-4572-ae73-208b0df83ad6', 'date': 'Sun, 23 Jul 2023 18:49:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6017e8d9-9088-4578-93f4-263cb435378a", "name": "tempest-securitygroup--2053366431", "stateful": true, "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "description": "tempest-description--1741309538", "shared": false, "security_group_rules": [{"id": "1a5213c4-c78c-4cf0-95eb-a39f14bd7f97", "project_id": "452669451a0746bd81790e3dc2a7bf7b", "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "security_group_id": "6017e8d9-9088-4578-93f4-263cb435378a", "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": 396, "description": null, "tags": [], "created_at": "2023-07-23T18:49:47Z", "updated_at": "2023-07-23T18:49:47Z", "revision_number": 0}, {"id": "625bc417-47d6-4178-be19-1017e0df7bd4", "project_id": "452669451a0746bd81790e3dc2a7bf7b", "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "security_group_id": "6017e8d9-9088-4578-93f4-263cb435378a", "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": 397, "description": null, "tags": [], "created_at": "2023-07-23T18:49:47Z", "updated_at": "2023-07-23T18:49:47Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:47Z", "updated_at": "2023-07-23T18:49:47Z", "revision_number": 1, "project_id": "452669451a0746bd81790e3dc2a7bf7b"}}' 2023-07-23 18:49:49,056 79354 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.774s 2023-07-23 18:49:49,056 79354 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": "6017e8d9-9088-4578-93f4-263cb435378a", "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-eddbd268-8a08-474e-b389-29cfa72b7c1c', 'date': 'Sun, 23 Jul 2023 18:49: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": "bc296b5e-7fa5-4d5c-a5f2-e00046757e4f", "project_id": "452669451a0746bd81790e3dc2a7bf7b", "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "security_group_id": "6017e8d9-9088-4578-93f4-263cb435378a", "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-23T18:49:48Z", "updated_at": "2023-07-23T18:49:48Z", "revision_number": 0}}' 2023-07-23 18:49:49,699 79354 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.642s 2023-07-23 18:49:49,699 79354 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": "6017e8d9-9088-4578-93f4-263cb435378a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-83c19877-1ac7-4e1f-8832-d992f85e4026', 'date': 'Sun, 23 Jul 2023 18:49: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": "9f90900f-2095-4210-84d6-6c2723db29be", "project_id": "452669451a0746bd81790e3dc2a7bf7b", "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "security_group_id": "6017e8d9-9088-4578-93f4-263cb435378a", "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-23T18:49:49Z", "updated_at": "2023-07-23T18:49:49Z", "revision_number": 0}}' 2023-07-23 18:49:49,700 79354 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2053366431 created 2023-07-23 18:49:51,847 79354 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.147s 2023-07-23 18:49:51,847 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1 e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-51b5f6f9-1b14-4371-857e-0d4ab113f143', 'date': 'Sun, 23 Jul 2023 18:49:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bff8eae6-df95-45bd-ba58-46c423089fe2", "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "floating_ip_address": "172.24.4.199", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "452669451a0746bd81790e3dc2a7bf7b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:50Z", "updated_at": "2023-07-23T18:49:50Z", "revision_number": 0}}' 2023-07-23 18:49:51,848 79354 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bff8eae6-df95-45bd-ba58-46c423089fe2', 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '452669451a0746bd81790e3dc2a7bf7b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0, 'ip': '172.24.4.199'} created 2023-07-23 18:49:51,971 79354 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.117s 2023-07-23 18:49:51,971 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4eb55bab-2c6e-475a-af2e-89ecbcd1463b', '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": "5fd301a8401549d9a0524959b36450ea", "name": "tempest-ServerStableDeviceRescueTest-1351682066-project-member", "password_expires_at": null}, "audit_ids": ["dDgJifwLTZihYEHQukW0SQ"], "expires_at": "2023-07-23T19:49:51.000000Z", "issued_at": "2023-07-23T18:49:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "452669451a0746bd81790e3dc2a7bf7b", "name": "tempest-ServerStableDeviceRescueTest-1351682066"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/452669451a0746bd81790e3dc2a7bf7b", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/452669451a0746bd81790e3dc2a7bf7b", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d3 3b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/452669451a0746bd81790e3dc2a7bf7b", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:51,971 79354 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '1a9699ac-0012-4cf3-9947-9b9ffbdaeb69', 'name': 'tempest-ServerStableDeviceRescueTest-1676494211-network', 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '452669451a0746bd81790e3dc2a7bf7b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38286, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:49:24Z', 'updated_at': '2023-07-23T18:49:24Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:51,972 79354 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1269315872', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBChSWrXJH4Xi2z08l3Raqs9yHmbEOC4N5V23FZll7W8NIMOZg6b3SNxRBpr3eKXst9ZAwbRhFPR3GQKjXVAGMEVQHuQtpyR7M3TgzyWcF4mlR9sniV1QHsTIpXXXknqFg==', 'fingerprint': '3d:22:db:78:bf:0d:9e:e6:ef:6f:24:ff:37:ad:60:96', 'user_id': '5fd301a8401549d9a0524959b36450ea', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDBoMRBlUmUfc5zREfoKW2X+jrxWSFYcgYqJI60bRwP4jE8CuBsxuFr\nKI6WGWsfKnygBwYFK4EEACKhZANiAAQQoUlq1yR+F4ts9PJd0WqrPch5mxDguDeV\ndtxWZZe1vDSDDmYOm90jcUQaa93il7LfWQMG0YRT0dxkCo11QBjBFUB7kLackezN\n04M8lnBeJpUfbJ4ldUB7EyKV115J6hY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6017e8d9-9088-4578-93f4-263cb435378a', 'name': 'tempest-securitygroup--2053366431', 'stateful': True, 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'description': 'tempest-description--1741309538', 'shared': False, 'security_group_rules': [{'id': '1a5213c4-c78c-4cf0-95eb-a39f14bd7f97', 'project_id': '452669451a0746bd81790e3dc2a7bf7b', 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'security_group_id': '6017e8d9-9088-4578-93f4-263cb435378a', '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': 396, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:47Z', 'updated_at': '2023-07-23T18:49:47Z', 'revision_number': 0}, {'id': '625bc417-47d6-4178-be19-1017e0df7bd4', 'project_id': '452669451a0746bd81790e3dc2a7bf7b', 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'security_group_id': '6017e8d9-9088-4578-93f4-263cb435378a', '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': 397, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:47Z', 'updated_at': '2023-07-23T18:49:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:47Z', 'updated_at': '2023-07-23T18:49:47Z', 'revision_number': 1, 'project_id': '452669451a0746bd81790e3dc2a7bf7b'}, 'floating_ip': {'id': 'bff8eae6-df95-45bd-ba58-46c423089fe2', 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '452669451a0746bd81790e3dc2a7bf7b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0, 'ip': '172.24.4.199'}} 2023-07-23 18:49:51,996 79354 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.023s 2023-07-23 18:49:51,997 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1641245297", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "1a9699ac-0012-4cf3-9947-9b9ffbdaeb69"}], "security_groups": [{"name": "tempest-securitygroup--2053366431"}], "key_name": "tempest-keypair-1269315872", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49: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-51c32a64-4616-4937-8e3b-d50f3bb9dede', 'x-compute-request-id': 'req-51c32a64-4616-4937-8e3b-d50f3bb9dede', '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.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [20.864394s] ... ok {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [6.861248s] ... 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-23 18:49:50,103 79352 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:50,103 79352 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:50,280 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.174s 2023-07-23 18:49:50,281 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-98182177", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxPurN3akowrwZ6UJoLj0qld/hbwIKj7tauHmYA4NzjPGBzuHoV8tRgDRgTWX76muLW7ZHRJdYT4KUrs89JdoQwKrZdAM4MXrdvmD6cHNVYOKAE2rrcXUjmtOpxT2DgQQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae985999-b96b-4462-b1f4-bf5a0ba80482', 'x-compute-request-id': 'req-ae985999-b96b-4462-b1f4-bf5a0ba80482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-98182177", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxPurN3akowrwZ6UJoLj0qld/hbwIKj7tauHmYA4NzjPGBzuHoV8tRgDRgTWX76muLW7ZHRJdYT4KUrs89JdoQwKrZdAM4MXrdvmD6cHNVYOKAE2rrcXUjmtOpxT2DgQQ==", "fingerprint": "8d:30:5b:87:e6:a4:27:2a:9f:76:24:a2:a0:8b:b3:5e", "user_id": "9db80aa503644e2d91fb0d99466aeac0"}}' 2023-07-23 18:49:50,285 79352 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-98182177 created 2023-07-23 18:49:50,980 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.694s 2023-07-23 18:49:50,981 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--101359527", "description": "tempest-description--772014469"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-0073018e-85c6-45ba-8b17-84513cce381a', 'date': 'Sun, 23 Jul 2023 18:49:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ce079746-af09-4fb7-a474-8a509322e37b", "name": "tempest-securitygroup--101359527", "stateful": true, "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "description": "tempest-description--772014469", "shared": false, "security_group_rules": [{"id": "64127f4f-0ab3-49a8-b1f6-f2acfadb2853", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "ce079746-af09-4fb7-a474-8a509322e37b", "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": 404, "description": null, "tags": [], "created_at": "2023-07-23T18:49:50Z", "updated_at": "2023-07-23T18:49:50Z", "revision_number": 0}, {"id": "87de79c6-cdb0-4bf6-b78e-50abec5bd67a", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "ce079746-af09-4fb7-a474-8a509322e37b", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": nu ll, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 403, "description": null, "tags": [], "created_at": "2023-07-23T18:49:50Z", "updated_at": "2023-07-23T18:49:50Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:50Z", "updated_at": "2023-07-23T18:49:50Z", "revision_number": 1, "project_id": "628176a4310c4cd3b514ce7e4908b04d"}}' 2023-07-23 18:49:51,678 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.697s 2023-07-23 18:49:51,679 79352 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": "ce079746-af09-4fb7-a474-8a509322e37b", "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-846b23c7-a06d-45cd-b25a-bd6fef99c6ab', 'date': 'Sun, 23 Jul 2023 18:49:51 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": "41b59944-1e21-42b5-bb3f-e4d95d93700b", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "ce079746-af09-4fb7-a474-8a509322e37b", "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-23T18:49:51Z", "updated_at": "2023-07-23T18:49:51Z", "revision_number": 0}}' 2023-07-23 18:49:52,180 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.500s 2023-07-23 18:49:52,180 79352 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": "ce079746-af09-4fb7-a474-8a509322e37b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bc4336ab-7f3b-4188-bd97-812fb5e8fcf1', 'date': 'Sun, 23 Jul 2023 18:49:52 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": "1a4a1f46-aad2-4715-ac5e-a7a400b9c3a9", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "ce079746-af09-4fb7-a474-8a509322e37b", "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-23T18:49:51Z", "updated_at": "2023-07-23T18:49:51Z", "revision_number": 0}}' 2023-07-23 18:49:52,180 79352 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--101359527 created 2023-07-23 18:49:55,256 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.075s 2023-07-23 18:49:55,256 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-opensta ck-request-id': 'req-3d40aac4-d1b4-4c4a-a1c4-696be96275aa', 'date': 'Sun, 23 Jul 2023 18:49:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bacf96cd-df31-4dae-8e2c-295a0eee0577", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "floating_ip_address": "172.24.4.107", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:53Z", "updated_at": "2023-07-23T18:49:53Z", "revision_number": 0}}' 2023-07-23 18:49:55,257 79352 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bacf96cd-df31-4dae-8e2c-295a0eee0577', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:53Z', 'updated_at': '2023-07-23T18:49:53Z', 'revision_number': 0, 'ip': '172.24.4.107'} created 2023-07-23 18:49:55,326 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.062s 2023-07-23 18:49:55,326 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:55 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-ee4dc5d9-2a47-46fc-92b8-f8a2c6dae5f3', '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": "9db80aa503644e2d91fb0d99466aeac0", "name": "tempest-AttachVolumeTestJSON-1925555061-project-member", "password_expires_at": null}, "audit_ids": ["r1zmW-NXTPyxl3Img-LVGg"], "expires_at": "2023-07-23T19:49:55.000000Z", "issued_at": "2023-07-23T18:49:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "628176a4310c4cd3b514ce7e4908b04d", "name": "tempest-AttachVolumeTestJSON-1925555061"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http:// 10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:55,327 79352 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'e8123d14-2ee7-471f-a5ff-b857f69938ce', 'name': 'tempest-AttachVolumeTestJSON-747754321-network', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34574, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:49:34Z', 'updated_at': '2023-07-23T18:49:34Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:55,327 79352 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-98182177', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxPurN3akowrwZ6UJoLj0qld/hbwIKj7tauHmYA4NzjPGBzuHoV8tRgDRgTWX76muLW7ZHRJdYT4KUrs89JdoQwKrZdAM4MXrdvmD6cHNVYOKAE2rrcXUjmtOpxT2DgQQ==', 'fingerprint': '8d:30:5b:87:e6:a4:27:2a:9f:76:24:a2:a0:8b:b3:5e', 'user_id': '9db80aa503644e2d91fb0d99466aeac0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDFhtZ8LJ9RcckIoy3bdoqGB7G17R+Rdg1+OZtBIlpEmql1OYBBI6rC\n1bp1as6jW0+gBwYFK4EEACKhZANiAASMT7qzd2pKMK8GelCaC49KpXf4W8CCo+7W\nrh5mAODc4zxgc7h6FfLUYA0YE1l++pri1u2R0SXWE+ClK7PPSXaEMCq2XQDODF63\nb5g+nBzVWDigBNq63F1I5rTqcU9g4EE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ce079746-af09-4fb7-a474-8a509322e37b', 'name': 'tempest-securitygroup--101359527', 'stateful': True, 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': 'tempest-description--772014469', 'shared': False, 'security_group_rules': [{'id': '64127f4f-0ab3-49a8-b1f6-f2acfadb2853', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'security_group_id': 'ce079746-af09-4fb7-a474-8a509322e37b', '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': 404, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0}, {'id': '87de79c6-cdb0-4bf6-b78e-50abec5bd67a', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'security_group_id': 'ce079746-af09-4fb7-a474-8a509322e37b', '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': 403, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updat ed_at': '2023-07-23T18:49:50Z', 'revision_number': 1, 'project_id': '628176a4310c4cd3b514ce7e4908b04d'}, 'floating_ip': {'id': 'bacf96cd-df31-4dae-8e2c-295a0eee0577', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:53Z', 'updated_at': '2023-07-23T18:49:53Z', 'revision_number': 0, 'ip': '172.24.4.107'}} 2023-07-23 18:49:55,350 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.022s 2023-07-23 18:49:55,351 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1675184413", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e8123d14-2ee7-471f-a5ff-b857f69938ce"}], "security_groups": [{"name": "tempest-securitygroup--101359527"}], "key_name": "tempest-keypair-98182177", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49: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-90743c2e-a562-474a-975e-805d4af320ef', 'x-compute-request-id': 'req-90743c2e-a562-474a-975e-805d4af320ef', '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-23 18:49:55,403 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-98182177 0.050s 2023-07-23 18:49:55,403 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49: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-4a1b8979-1791-4d48-82e6-a2285b74ffad', 'x-compute-request-id': 'req-4a1b8979-1791-4d48-82e6-a2285b74ffad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-98182177'} Body: b'' 2023-07-23 18:49:55,732 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ce079746-af09-4fb7-a474-8a509322e37b 0.328s 2023-07-23 18:49:55,732 79352 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-b3470012-957e-4fcc-8d5e-0c355d073bc8', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce079746-af09-4fb7-a474-8a509322e37b'} Body: b'' 2023-07-23 18:49:55,781 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networki ng/v2.0/security-groups/ce079746-af09-4fb7-a474-8a509322e37b 0.048s 2023-07-23 18:49:55,781 79352 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-b36cb984-5e54-4ccd-b9d0-f1d2d30d4fcf', 'date': 'Sun, 23 Jul 2023 18:49:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce079746-af09-4fb7-a474-8a509322e37b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ce079746-af09-4fb7-a474-8a509322e37b does not exist", "detail": ""}}' 2023-07-23 18:49:56,963 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/bacf96cd-df31-4dae-8e2c-295a0eee0577 1.181s 2023-07-23 18:49:56,963 79352 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-50b46a77-6f26-4274-8176-0387a508e207', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/bacf96cd-df31-4dae-8e2c-295a0eee0577'} Body: b'' {11} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [23.461880s] ... 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-23 18:49:37,547 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.488s 2023-07-23 18:49:37,547 79369 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-1172365738"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-c2bbbfa5-e919-4c0d-9251-c70efb520e38', 'date': 'Sun, 23 Jul 2023 18:49:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"3a5db0a5-25d7-4d38-8d43-f03f6a44335a","name":"tempest-tagged-attachments-test-net-1172365738","tenant_id":"76f270aa2fbc491aa4ac398e191d6f80","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"76f270aa2fbc491aa4ac398e191d6f80","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-23T18:49:34Z","updated_at":"2023-07-23T18:49:34Z","revision_number":1}}' 2023-07-23 18:49:41,296 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.748s 2023-07-23 18:49:41,296 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "3a5db0a5-25d7-4d38-8d43-f03f6a44335a", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-7ca9ef12-42b1-4abd-adb4-ad74adbdf5e5', 'date': 'Sun, 23 Jul 2023 18:49:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"931e3cb0-7f09-4356-80c0-72b5054e82e4","name":"","tenant_id":"76f270aa2fbc491aa4ac398e191d6f80","network_id":"3a5db0a5-25d7-4d38-8d43-f03f6a44335a","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-23T18:49:38Z","updated_at":"2023-07-23T18:49:38Z","revision_number":0,"project_id":"76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:41,537 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes 0.240s 2023-07-23 18:49:41,537 79369 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-933193485"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c5f6f95-c7bc-4f65-a188-028ce0dd98e6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c5f6f95-c7bc-4f65-a188-028ce0dd98e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes'} Body: b'{"volume": {"id": "44d77bd1-3419-4452-950d-b5d69dbe5239", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:41.470411", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-933193485", "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/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}], "user_id": "3e62d85caa284bbbb2744cde02aa6828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:49:41,594 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239 0.044s 2023-07-23 18:49:41,594 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bc5ad05-13c2-4271-9b01-c5b4103b7106', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bc5ad05-13c2-4271-9b01-c5b4103b7106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239'} Body: b'{"volume": {"id": "44d77bd1-3419-4452-950d-b5d69dbe5239", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:41.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-933193485", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}], "user_id": "3e62d85caa284bbbb2744cde02aa6828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:42,653 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239 0.047s 2023-07-23 18:49:42,654 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-285b8ec9-034a-4bd7-a530-090aa849a808', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-285b8ec9-034a-4bd7-a530-090aa849a808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239'} Body: b'{"volume": {"id": "44d77bd1-3419-4452-950d-b5d69dbe5239", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:41.000000", "updated_at": "2023-07-23T18:49:42.000000", "name": "tempest-TaggedAttachmentsTest-volume-933193485", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4 452-950d-b5d69dbe5239"}], "user_id": "3e62d85caa284bbbb2744cde02aa6828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:43,714 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239 0.047s 2023-07-23 18:49:43,715 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661fcfa1-16a9-4ba3-af4d-36da9a75d09f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661fcfa1-16a9-4ba3-af4d-36da9a75d09f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239'} Body: b'{"volume": {"id": "44d77bd1-3419-4452-950d-b5d69dbe5239", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:41.000000", "updated_at": "2023-07-23T18:49:42.000000", "name": "tempest-TaggedAttachmentsTest-volume-933193485", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}], "user_id": "3e62d85caa284bbbb2744cde02aa6828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:44,776 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239 0.049s 2023-07-23 18:49:44,776 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7ec9ac7-d178-4852-b065-a35666bccb4b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7ec9ac7-d178-4852-b065-a35666bccb4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239'} Body: b'{"volume": {"id": "44d77bd1-3419-4452-950d-b5d69dbe5239", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:41.000000", "updated_at": "2023-07-23T18:49:44.000000", "name": "tempest-TaggedAttachmentsTest-volume-933193485", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}], "user_id": "3e62d85caa284bbbb2744cde02aa6828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": " 76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:44,786 79369 INFO [tempest.common.waiters] volume 44d77bd1-3419-4452-950d-b5d69dbe5239 reached available after waiting for 3.786673 seconds 2023-07-23 18:49:44,787 79369 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:44,787 79369 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:44,852 79369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.062s 2023-07-23 18:49:44,852 79369 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-1115043292", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJXH/k4mdCI+Ap9nEpcHf027JozLcxxhHjXb6j8cezfMYHo87pzgNY3tDNFROR+xN123H7eXYG3L6VZRATuuDJ1J78bFZjfrEFrBqBehaKl0+KTgm026756pusU+nEDXIQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:44 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-c6b21a35-3350-4b1c-ae56-307f682caac6', 'x-compute-request-id': 'req-c6b21a35-3350-4b1c-ae56-307f682caac6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1115043292", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJXH/k4mdCI+Ap9nEpcHf027JozLcxxhHjXb6j8cezfMYHo87pzgNY3tDNFROR+xN123H7eXYG3L6VZRATuuDJ1J78bFZjfrEFrBqBehaKl0+KTgm026756pusU+nEDXIQ==", "fingerprint": "b3:5e:35:80:2c:db:8b:6d:bd:17:2b:dd:69:2d:3c:05", "user_id": "3e62d85caa284bbbb2744cde02aa6828"}}' 2023-07-23 18:49:44,855 79369 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1115043292 created 2023-07-23 18:49:46,029 79369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.174s 2023-07-23 18:49:46,030 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1627137665", "description": "tempest-description--1789099572"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-d0ba53c3-dfc8-490d-b777-80fad26bbd76', 'date': 'Sun, 23 Jul 2023 18:49:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "name": "tempest-securitygroup--1627137665", "stateful": true, "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "description": "tempest-description--1789099572", "shared": false, "security_group_rules": [{"id": "4664e0cb-6145-430b-bd4e-51866688a1e0", "project_id": "76f270aa2fbc491aa4ac398e191d6f80", "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "security_group_id": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "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": 390, "description": null, "tags": [], "created_at": "2023-07-23T18:49:45Z", "updated_at": "2023-07-23T18:49:45Z", "revision_number": 0}, {"id": "f1b1c04d-56cd-47c1-a139-9e3b0c6e793c", "project_id": "76f270aa2fbc 491aa4ac398e191d6f80", "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "security_group_id": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "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": 391, "description": null, "tags": [], "created_at": "2023-07-23T18:49:45Z", "updated_at": "2023-07-23T18:49:45Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:45Z", "updated_at": "2023-07-23T18:49:45Z", "revision_number": 1, "project_id": "76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:46,945 79369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.914s 2023-07-23 18:49:46,945 79369 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": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "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-b86dbb88-c8f7-4c2a-a2c0-c7f566e8f64b', 'date': 'Sun, 23 Jul 2023 18:49: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": "5b439295-faaf-4def-8467-ff552f980122", "project_id": "76f270aa2fbc491aa4ac398e191d6f80", "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "security_group_id": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "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-23T18:49:46Z", "updated_at": "2023-07-23T18:49:46Z", "revision_number": 0}}' 2023-07-23 18:49:47,657 79369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.711s 2023-07-23 18:49:47,657 79369 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": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1200ac84-6eda-4035-9aa4-48884d80cf6a', 'date': 'Sun, 23 Jul 2023 18:49:47 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": "41a2b538-52ba-4299-9063-582e5316bdb7", "project_id": "76f270aa2fbc491aa4ac398e191d6f80", "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "security_group_id": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "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-23T18:49:47Z", "updated_at": "2023-07-23T18:49:47Z", "revision_number": 0}}' 2023-07-23 18:49:47,657 79369 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1627137665 created 2023-07-23 18:49:52,503 79369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 4.845s 2023-07-23 18:49:52,504 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5898aa02-3954-44b6-8717-1842cbd225c6', 'date': 'Sun, 23 Jul 2023 18:49:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "407980b6-c984-41ee-8673-9e8b21777e90", "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "floating_ip_address": "172.24.4.70", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "76f270aa2fbc491aa4ac398e191d6f80", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:50Z", "updated_at": "2023-07-23T18:49:50Z", "revision_number": 0}}' 2023-07-23 18:49:52,504 79369 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '407980b6-c984-41ee-8673-9e8b21777e90', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0, 'ip': '172.24.4.70'} created 2023-07-23 18:49:52,626 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.116s 2023-07-23 18:49:52,627 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:52 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-c4e87867-cac9-4cf7-9eb5-8e6011efe9e4', '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": "3e62d85caa284bbbb2744cde02aa6828", "name": "tempest-TaggedAttachmentsTest-1281433286-project-member", "password_expires_at": null}, "audit_ids": ["WNKrAVYUSwCCuF2xdQu4eg"], "expires_at": "2023-07-23T19:49:52.000000Z", "issued_at": "2023-07-23T18:49:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76f270aa2fbc491aa4ac398e191d6f80", "name": "tempest-TaggedAttachmentsTest-1281433286"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/76f270aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76f27 0aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:52,627 79369 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'b0b02a1e-2c26-401a-b9e3-6484b315a722', 'name': 'tempest-TaggedAttachmentsTest-1092727917-network', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60852, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:52,669 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.037s 2023-07-23 18:49:52,669 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:52 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-27b4cc3d-580e-4adc-ac4b-91a1f6cb3031', '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": "3e62d85caa284bbbb2744cde02aa6828", "name": "tempest-TaggedAttachmentsTest-1281433286-project-member", "password_expires_at": null}, "audit_ids": ["2iErqLuSQyGUJxLPjPKNog"], "expires_at": "2023-07-23T19:49:52.000000Z", "issued_at": "2023-07-23T18:49:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76f270aa2fbc491aa4ac398e191d6f80", "name": "tempest-TaggedAttachmentsTest-1281433286"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/76f270aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6 ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:52,669 79369 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'b0b02a1e-2c26-401a-b9e3-6484b315a722', 'name': 'tempest-TaggedAttachmentsTest-1092727917-network', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60852, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:52,670 79369 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1115043292', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJXH/k4mdCI+Ap9nEpcHf027JozLcxxhHjXb6j8cezfMYHo87pzgNY3tDNFROR+xN123H7eXYG3L6VZRATuuDJ1J78bFZjfrEFrBqBehaKl0+KTgm026756pusU+nEDXIQ==', 'fingerprint': 'b3:5e:35:80:2c:db:8b:6d:bd:17:2b:dd:69:2d:3c:05', 'user_id': '3e62d85caa284bbbb2744cde02aa6828', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDqFC9EU17mm5OVZvDh2VjH6LGamEa5qYBsOUcHWuzD4RGT3nVxZGFT\nFRN5l5rKTK2gBwYFK4EEACKhZANiAASVx/5OJnQiPgKfZxKXB39NuyaMy3McYR41\n2+o/HHs3zGB6PO6c4DWN7QzRUTkfsTddtx+3l2Bty+lWUQE7rgydSe/GxWY36xBa\nwagXoWipdPik4JtNuu+eqbrFPpxA1yE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3ed3ef14-01b0-400f-af9c-2c0c011fbd46', 'name': 'tempest-securitygroup--1627137665', 'stateful': True, 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'description': 'tempest-description--1789099572', 'shared': False, 'security_group_rules': [{'id': '4664e0cb-6145-430b-bd4e-51866688a1e0', 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'security_group_id': '3ed3ef14-01b0-400f-af9c-2c0c011fbd46', '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': 390, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:45Z', 'updated_at': '2023-07-23T18:49:45Z', 'revi sion_number': 0}, {'id': 'f1b1c04d-56cd-47c1-a139-9e3b0c6e793c', 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'security_group_id': '3ed3ef14-01b0-400f-af9c-2c0c011fbd46', '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': 391, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:45Z', 'updated_at': '2023-07-23T18:49:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:45Z', 'updated_at': '2023-07-23T18:49:45Z', 'revision_number': 1, 'project_id': '76f270aa2fbc491aa4ac398e191d6f80'}, 'floating_ip': {'id': '407980b6-c984-41ee-8673-9e8b21777e90', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0, 'ip': '172.24.4.70'}} 2023-07-23 18:49:52,704 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.033s 2023-07-23 18:49:52,705 79369 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-498120364", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "b0b02a1e-2c26-401a-b9e3-6484b315a722"}], "security_groups": [{"name": "tempest-securitygroup--1627137665"}], "key_name": "tempest-keypair-1115043292", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-1fc51cba-47f7-4c78-a027-666e99e5c632', 'x-compute-request-id': 'req-1fc51cba-47f7-4c78-a027-666e99e5c632', '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-23 18:49:52,748 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1115043292 0.040s 2023-07-23 18:49:52,749 79369 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': 'Sun, 23 Jul 2023 18:49:52 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-cf086080-ee17-4be5-b0a8-fd4c6d4749c5', 'x-compute-request-id': 'req-cf086080-ee17-4be5-b0a8-fd4c6d4749c5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1115043292'} Body: b'' 2023-07-23 18:49:53,547 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3ed3ef14-01b0-400f-af9c-2 c0c011fbd46 0.798s 2023-07-23 18:49:53,547 79369 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-d4202cfb-dc0c-4d64-b3f9-7d1cae25dbf8', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3ed3ef14-01b0-400f-af9c-2c0c011fbd46'} Body: b'' 2023-07-23 18:49:53,582 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3ed3ef14-01b0-400f-af9c-2c0c011fbd46 0.033s 2023-07-23 18:49:53,582 79369 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-c55da12d-e7ba-4115-a2ef-f2358c692e86', 'date': 'Sun, 23 Jul 2023 18:49:53 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3ed3ef14-01b0-400f-af9c-2c0c011fbd46'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3ed3ef14-01b0-400f-af9c-2c0c011fbd46 does not exist", "detail": ""}}' 2023-07-23 18:49:55,672 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/407980b6-c984-41ee-8673-9e8b21777e90 2.089s 2023-07-23 18:49:55,673 79369 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-d4da31da-c221-44b5-9e6e-5e4a5cc6c797', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/407980b6-c984-41ee-8673-9e8b21777e90'} Body: b'' 2023-07-23 18:49:56,351 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/931e3cb0-7f09-4356-80c0-72b5054e82e4 0.678s 2023-07-23 18:49:56,352 79369 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-50010e09-1e40-45f5-bf2f-5292321357ff', 'date': 'Sun, 23 Jul 2023 18:49:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/931e3cb0-7f09-4356-80c0-72b5054e82e4'} Body: b'' 2023-07-23 18:49:57,518 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/3a5db0a5-25d7-4d38-8d43-f03f6a44335a 1.165s 2023-07-23 18:49:57,518 79369 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-c8487344-c61f-4449-9ca8-7373eaee5712', 'date': 'Sun, 23 Jul 2023 18:49:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/3a5db0a5-25d7-4d38-8d43-f03f6a44335a'} Body: b'' {10} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.141939s] ... ok {10} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.350808s] ... ok {10} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.252400s] ... ok {10} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.115148s] ... ok {10} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.256721s] ... ok {10} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.207448s] ... ok {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [4.550488s] ... 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-23 18:49:56,967 79352 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:56,967 79352 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:57,036 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.066s 2023-07-23 18:49:57,036 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-463183381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHSZG6HfCa2+e011ScQY58aDcAXD6RtblNnBKqHhHhO9cEFUZZrhXapj18z1HTXsoYbMDtnTwySyKC3it8Jy5J//vP6khbPj/oZI50s87kr8nMQ4ZnILqdeOVR88WbKsQg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:56 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-9fae1f9d-30a6-4bb3-9ae3-091dad771fc6', 'x-compute-request-id': 'req-9fae1f9d-30a6-4bb3-9ae3-091dad771fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-463183381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHSZG6HfCa2+e011ScQY58aDcAXD6RtblNnBKqHhHhO9cEFUZZrhXapj18z1HTXsoYbMDtnTwySyKC3it8Jy5J//vP6khbPj/oZI50s87kr8nMQ4ZnILqdeOVR88WbKsQg==", "fingerprint": "06:f8:60:3c:93:85:9d:a9:1c:7b:07:7e:df:56:d4:2e", "user_id": "9db80aa503644e2d91fb0d99466aeac0"}}' 2023-07-23 18:49:57,039 79352 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-463183381 created 2023-07-23 18:49:57,806 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.767s 2023-07-23 18:49:57,807 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1628243774", "description": "tempest-description--1336852817"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-0501f59e-5f5f-4719-bdf7-8ebe990298f8', 'date': 'Sun, 23 Jul 2023 18:49:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "71f19888-cb17-4537-8729-9bb3d88076c2", "name": "tempest-securitygroup--1628243774", "stateful": true, "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "description": "tempest-description--1336852817", "shared": false, "security_group_rules": [{"id": "5fdf40e0-5fae-44c0-9088-2242f78a3c59", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "71f19888-cb17-4537-8729-9bb3d88076c2", "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": 421, "description": null, "tags": [], "created_at": "2023-07-23T18:49:57Z", "updated_at": "2023-07-23T18:49:57Z", "revision_number": 0}, {"id": "8a3e84a4-0f54-4ee9-802f-11bc794ff0c7", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "71f19888-cb17-4537-8729-9bb3d88076c2", "ethertype": "IPv4", "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": 419, "description": null, "tags": [], "created_at": "2023-07-23T18:49:57Z", "updated_at": "2023-07-23T18:49:57Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:57Z", "updated_at": "2023-07-23T18:49:57Z", "revision_number": 1, "project_id": "628176a4310c4cd3b514ce7e4908b04d"}}' 2023-07-23 18:49:58,163 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.355s 2023-07-23 18:49:58,163 79352 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": "71f19888-cb17-4537-8729-9bb3d88076c2", "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-111a7424-8b86-46b7-850d-93e05846466b', 'date': 'Sun, 23 Jul 2023 18:49:58 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": "f947be06-16e7-40d6-a46e-05f61b3246ea", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "71f19888-cb17-4537-8729-9bb3d88076c2", "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-23T18:49:57Z", "updated_at": "2023-07-23T18:49:57Z", "revision_number": 0}}' 2023-07-23 18:49:58,430 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.267s 2023-07-23 18:49:58,431 79352 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": "71f19888-cb17-4537-8729-9bb3d88076c2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3cf8025e-328a-45d1-8f9d-2a7246a75419', 'date': 'Sun, 23 Jul 2023 18:49:58 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": "ded77163-f37d-4d34-a8b3-2a3d2db12d81", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "71f19888-cb17-4537-8729-9bb3d88076c2", "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-23T18:49:58Z", "updated_at": "2023-07-23T18:49:58Z", "revision_number": 0}}' 2023-07-23 18:49:58,431 79352 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1628243774 created 2023-07-23 18:50:00,226 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.794s 2023-07-23 18:50:00,226 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-ca4a5df1-2845-4407-8e4a-94ad0dd222de', 'date': 'Sun, 23 Jul 2023 18:50:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1e04cb54-b275-4329-9a17-14e180c75d85", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "floating_ip_address": "172.24.4.15", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:59Z", "updated_at": "2023-07-23T18:49:59Z", "revision_number": 0}}' 2023-07-23 18:50:00,227 79352 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1e04cb54-b275-4329-9a17-14e180c75d85', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:59Z', 'updated_at': '2023-07-23T18:49:59Z', 'revision_number': 0, 'ip': '172.24.4.15'} created 2023-07-23 18:50:00,337 79352 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.104s 2023-07-23 18:50:00,337 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:00 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-094be9b8-651e-42e5-ae64-d367e5432daf', '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": "9db80aa503644e2d91fb0d99466aeac0", "name": "tempest-AttachVolumeTestJSON-1925555061-project-member", "password_expires_at": null}, "audit_ids": ["LBKntNS6RZSDuhv6-B3EtA"], "expires_at": "2023-07-23T19:50:00.000000Z", "issued_at": "2023-07-23T18:50:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "628176a4310c4cd3b514ce7e4908b04d", "name": "tempest-AttachVolumeTestJSON-1925555061"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "ur l": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:00,338 79352 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'e8123d14-2ee7-471f-a5ff-b857f69938ce', 'name': 'tempest-AttachVolumeTestJSON-747754321-network', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34574, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:49:34Z', 'updated_at': '2023-07-23T18:49:34Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:00,339 79352 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-463183381', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHSZG6HfCa2+e011ScQY58aDcAXD6RtblNnBKqHhHhO9cEFUZZrhXapj18z1HTXsoYbMDtnTwySyKC3it8Jy5J//vP6khbPj/oZI50s87kr8nMQ4ZnILqdeOVR88WbKsQg==', 'fingerprint': '06:f8:60:3c:93:85:9d:a9:1c:7b:07:7e:df:56:d4:2e', 'user_id': '9db80aa503644e2d91fb0d99466aeac0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBFeps8bDaHrpMwQfGQInr23KL8MIPNJ6dCFp7KddyRa8qI/gDzKB+2\ndIFLCo1BF0KgBwYFK4EEACKhZANiAAR0mRuh3wmtvntNdUnEGOfGg3AFw+kbW5TZ\nwSqh4R4TvXBBVGWa4V2qY9fM9R017KGGzA7Z08Mksigt4rfCcuSf/7z+pIWz4/6G\nSOdLPO5K/JzEOGZyC6nXjlUfPFmyrEI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '71f19888-cb17-4537-8729-9bb3d88076c2', 'name': 'tempest-securitygroup--1628243774', 'stateful': True, 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': 'tempest-description--1336852817', 'shared': False, 'security_group_rules': [{'id': '5fdf40e0-5fae-44c0-9088-2242f78a3c59', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'security_group_id': '71f19888-cb17-4537-8729-9bb3d88076c2', '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': 421, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:57Z', 'updated_at': '2023-07-23T18:49:57Z', 'revision_number': 0}, {'id': '8a3e84a4-0f54-4ee9-802f-11bc794ff0c7', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'security_group_id': '71f19888-cb17-4537-8729-9bb3d88076c2', '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': 419, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:57Z', 'updated_at': '2023-07-23T18:49:57Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07 -23T18:49:57Z', 'updated_at': '2023-07-23T18:49:57Z', 'revision_number': 1, 'project_id': '628176a4310c4cd3b514ce7e4908b04d'}, 'floating_ip': {'id': '1e04cb54-b275-4329-9a17-14e180c75d85', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:59Z', 'updated_at': '2023-07-23T18:49:59Z', 'revision_number': 0, 'ip': '172.24.4.15'}} 2023-07-23 18:50:00,363 79352 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-23 18:50:00,364 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1275760055", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e8123d14-2ee7-471f-a5ff-b857f69938ce"}], "security_groups": [{"name": "tempest-securitygroup--1628243774"}], "key_name": "tempest-keypair-463183381", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:00 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-f06b9f10-889f-48fd-badc-b28b6c43997c', 'x-compute-request-id': 'req-f06b9f10-889f-48fd-badc-b28b6c43997c', '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-23 18:50:00,418 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-463183381 0.053s 2023-07-23 18:50:00,418 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:00 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-8a6136a9-de19-4657-b996-6642fae84a0d', 'x-compute-request-id': 'req-8a6136a9-de19-4657-b996-6642fae84a0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-463183381'} Body: b'' 2023-07-23 18:50:00,731 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/71f19888-cb17-4537-8729-9bb3d88076c2 0.312s 2023-07-23 18:50:00,731 79352 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-ab522916-abab-47ce-8014-c86b23786734', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:50:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/71f19888-cb17-4537-8729-9bb3d88076c2'} Body: b'' 2023-07-23 18:50:00,756 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/71f19888-cb17-4537-8729-9bb3d88076c2 0.024s 2023-07-23 18:50:00,756 79352 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-2d9c3ac8-98f5-4c2f-83e4-56573fb7ee3d', 'date': 'Sun, 23 Jul 2023 18:50:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/71f19888-cb17-4537-8729-9bb3d88076c2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 71f19888-cb17-4537-8729-9bb3d88076c2 does not exist", "detail": ""}}' 2023-07-23 18:50:01,516 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1e04cb54-b275-4329-9a17-14e180c75d85 0.758s 2023-07-23 18:50:01,516 79352 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-66ecad11-b692-4a9e-afe5-dc8988750a2d', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:50:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1e04cb54-b275-4329-9a17-14e180c75d85'} Body: b'' {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.041834s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.033926s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.035982s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.037472s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.039814s] ... ok {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.025507s] ... ok {6} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.209785s] ... ok {1} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [4.255133s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.259362s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.125559s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.328978s] ... ok {2} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.299494s] ... ok {3} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.897524s] ... ok {7} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [10.086125s] ... 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-23 18:50:10,182 79360 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.727s 2023-07-23 18:50:10,182 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-758964019", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGB0pk4PsJEeu/zzkeRvVcCX0jwenhWpRT/cxbGmLGqxN0KYV4QCziaux3QmkZQ2WzfMlvejMqYqPCDrAYLZIhRiwQ0plWbYbm1lxUKsUUkxSokRCxDrvcE7lxB+9bzUfA=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c682bae-605d-48a7-94e6-8eac0abe21cc', 'x-compute-request-id': 'req-6c682bae-605d-48a7-94e6-8eac0abe21cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-758964019", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGB0pk4PsJEeu/zzkeRvVcCX0jwenhWpRT/cxbGmLGqxN0KYV4QCziaux3QmkZQ2WzfMlvejMqYqPCDrAYLZIhRiwQ0plWbYbm1lxUKsUUkxSokRCxDrvcE7lxB+9bzUfA==", "fingerprint": "ca:e2:4b:32:e3:cc:da:1b:27:98:25:6f:8c:16:18:c9", "user_id": "a22befb3a09d4b4ab4a3feefdea72907"}}' 2023-07-23 18:50:10,359 79360 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.171s 2023-07-23 18:50:10,360 79360 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-922512281", "description": "tempest-secgroup-smoke-922512281 description", "project_id": "bdec4c28d8a4499e811ef43c710db6b7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-a6138d1f-cd9d-44f8-b1db-37b4156e9ff6', 'date': 'Sun, 23 Jul 2023 18:50:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "024b7626-4a01-43d4-992c-4618e148baea", "name": "tempest-secgroup-smoke-922512281", "stateful": true, "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "description": "tempest-secgroup-smoke-922512281 description", "shared": false, "security_group_rules": [{"id": "318693f3-0534-40ca-91fc-e204d6128a40", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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": 475, "description": null, "tags": [], "created_at": "2023-07-23T18:50:10Z", "updated_at": "2023-07-23T18:50:10Z", "revision_number": 0}, {"id": "cb052ee5-2dcc-4f08-a4ed-275650e82188", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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": 476, "description": null, "tags": [], "created_at": "2023-07-23T18:50:10Z", "updated_at": "2023-07-23T18:50:10Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:50:10Z", "updated_at": "2023-07-23T18:50:10Z ", "revision_number": 1, "project_id": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:10,706 79360 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.345s 2023-07-23 18:50:10,706 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "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-75e78ab5-dc39-40af-a214-c04f6a387460', 'date': 'Sun, 23 Jul 2023 18:50: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": "b743a6aa-2c05-4440-a605-f665a28ae59b", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:10Z", "updated_at": "2023-07-23T18:50:10Z", "revision_number": 0}}' 2023-07-23 18:50:11,154 79360 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.447s 2023-07-23 18:50:11,154 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "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-44b706bd-dbc4-43be-bc18-e5aae6af89da', 'date': 'Sun, 23 Jul 2023 18:50:11 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": "55a68dd3-5dfa-4f5b-a94d-91d714453c79", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:10Z", "updated_at": "2023-07-23T18:50:10Z", "revision_number": 0}}' 2023-07-23 18:50:11,588 79360 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.433s 2023-07-23 18:50:11,589 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-86918d5d-9945-4e3e-9f95-b24da40e245a', 'date': 'Sun, 23 Jul 2023 18:50:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"securi ty_group_rule": {"id": "a18a0c90-06c4-4b00-a4cd-c34e513b6d76", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:11Z", "updated_at": "2023-07-23T18:50:11Z", "revision_number": 0}}' 2023-07-23 18:50:12,064 79360 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.474s 2023-07-23 18:50:12,064 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-582c5c37-ff70-4549-a7de-1070a15f207d', 'date': 'Sun, 23 Jul 2023 18:50:12 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": "218f31d4-49e7-46df-8818-d024137f02f6", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:11Z", "updated_at": "2023-07-23T18:50:11Z", "revision_number": 0}}' 2023-07-23 18:50:12,257 79360 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.192s 2023-07-23 18:50:12,257 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-ad92830c-077b-4dee-afa3-2c484f822ad3', 'date': 'Sun, 23 Jul 2023 18:50:12 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": "1bae6e7d-24b3-487a-9360-cf759e58eef8", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:12Z", "updated_at": "2023-07-23T18:50:12Z", "revision_number": 0}}' 2023-07-23 18:50:12,447 79360 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.189s 2023-07-23 18:50:12,447 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "p roject_id": "bdec4c28d8a4499e811ef43c710db6b7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f6423f64-552c-4680-a186-7bb31e3dd2b4', 'date': 'Sun, 23 Jul 2023 18:50:12 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": "b8ada796-2e77-4800-8817-4e79acbf0685", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:12Z", "updated_at": "2023-07-23T18:50:12Z", "revision_number": 0}}' 2023-07-23 18:50:12,608 79360 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.151s 2023-07-23 18:50:12,608 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:12 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-d73e8fc7-780e-4ce8-ba55-d63403b733a0', '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": "a22befb3a09d4b4ab4a3feefdea72907", "name": "tempest-TestShelveInstance-1589483660-project-member", "password_expires_at": null}, "audit_ids": ["4DzSVhTRRkuXwXQhVPIOSg"], "expires_at": "2023-07-23T19:50:12.000000Z", "issued_at": "2023-07-23T18:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bdec4c28d8a4499e811ef43c710db6b7", "name": "tempest-TestShelveInstance-1589483660"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bdec4c28d8a4499e811ef43c710db6b7", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "n ame": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:12,609 79360 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '5bf99f25-dab1-4565-a279-bc6eb647ec1d', 'name': 'tempest-TestShelveInstance-2118390520-network', 'tenant_id': 'bdec4c28d8a4499e811ef43c710db6b7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bdec4c28d8a4499e811ef43c710db6b7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28311, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:13,144 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes 0.533s 2023-07-23 18:50:13,145 79360 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-1494194326", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "size": 1}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec54d606-62af-4d44-8e78-a529b8471600', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec54d606-62af-4d44-8e78-a529b8471600', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.067679", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:50:13,240 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.076s 2023-07-23 18:50:13,241 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56be8b73-2b24-4070-9c8e-bf8f43d0f141', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-requ est-id': 'req-56be8b73-2b24-4070-9c8e-bf8f43d0f141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:14,327 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.067s 2023-07-23 18:50:14,328 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-160393b0-443e-4cf9-ad74-cbe36a05fd5e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-160393b0-443e-4cf9-ad74-cbe36a05fd5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": "2023-07-23T18:50:13.000000", "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:15,538 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.198s 2023-07-23 18:50:15,539 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed82d96-b638-4015-bc1f-6472fbea0c9a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed82d96-b638-4015-bc1f-6472fbea0c9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": "2023-07-23T18:50:13.000000", "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:16,642 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.084s 2023-07-23 18:50:16,642 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fad8a4e-5390-4ede-995e-3b18beb3c504', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fad8a4e-5390-4ede-995e-3b18beb3c504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": "2023-07-23T18:50:13.000000", "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:17,748 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.083s 2023-07-23 18:50:17,748 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ceaddcf-e7ac-45f4-9269-3c55cdf436bc', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ceaddcf-e7ac-45f4-9269-3c55cdf436bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": "2023-07-23T18:50:18.000000", "name": "tempest-tempest. common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:18,850 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.079s 2023-07-23 18:50:18,850 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45809c44-40e4-49f8-ae52-af616c701e9c', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45809c44-40e4-49f8-ae52-af616c701e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": "2023-07-23T18:50:18.000000", "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:18,870 79360 INFO [tempest.common.waiters] volume ba04c5af-be60-4710-9069-5ee8629a15f0 reached available after waiting for 5.869896 seconds 2023-07-23 18:50:18,912 79360 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.041s 2023-07-23 18:50:18,913 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest- TestShelveInstance-server-347910042", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-758964019", "security_groups": [{"name": "tempest-secgroup-smoke-922512281"}], "networks": [{"uuid": "5bf99f25-dab1-4565-a279-bc6eb647ec1d"}], "block_device_mapping_v2": [{"uuid": "ba04c5af-be60-4710-9069-5ee8629a15f0", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:18 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-ff8e5642-2aef-46d7-bde5-9c5c3efc03a9', 'x-compute-request-id': 'req-ff8e5642-2aef-46d7-bde5-9c5c3efc03a9', '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-23 18:50:19,479 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/024b7626-4a01-43d4-992c-4618e148baea 0.561s 2023-07-23 18:50:19,479 79360 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-ac4aaadd-2870-410f-a192-61e3fab11b54', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:50:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/024b7626-4a01-43d4-992c-4618e148baea'} Body: b'' 2023-07-23 18:50:19,531 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-758964019 0.051s 2023-07-23 18:50:19,532 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:19 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-8575ed32-1ea0-415f-8735-7c3ef97152fa', 'x-compute-request-id': 'req-8575ed32-1ea0-415f-8735-7c3ef97152fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-758964019'} Body: b'' {3} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [2.286383s] ... ok {3} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.303429s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.333212s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.015109s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.154675s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.021404s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.019083s] ... ok {9} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [22.148533s] ... ok {5} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [26.729055s] ... ok {2} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [11.702835s] ... ok {6} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [22.600703s] ... ok {4} 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.'} {4} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [15.635901s] ... ok {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.294202s] ... ok {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.292371s] ... ok {10} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.503652s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [1.196321s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.300881s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.227273s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.255933s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.028270s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.038860s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.231860s] ... ok {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [64.514905s] ... 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-23 18:49:35,661 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes 1.198s 2023-07-23 18:49:35,662 79346 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-1775057647", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de5e4b08-8c1b-4243-ab51-9017860d0a60', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de5e4b08-8c1b-4243-ab51-9017860d0a60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:35.594876", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:49:35,723 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.048s 2023-07-23 18:49:35,723 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-841729af-4b2c-43dd-a6d1-b14b97e8303c', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-841729af-4b2c-43dd-a6d1-b14b97e8303c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:36,787 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.051s 2023-07-23 18:49:36,787 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae06acb1-ccbd-40ab-996b-ecd11fc4d7f9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae06acb1-ccbd-40ab-996b-ecd11fc4d7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:37,836 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.037s 2023-07-23 18:49:37,836 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a14129-baa4-4c5a-bf15-49f123fed0e8', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a14129-baa4-4c5a-bf15-49f123fed0e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:38,898 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.050s 2023-07-23 18:49:38,898 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2885f69b-5579-4260-a953-0810ad33d3e7', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2885f69b-5579-4260-a953-0810ad33d3e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:39,957 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.047s 2023-07-23 18:49:39,958 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c17dcdd-2388-443f-b471-9356b0b6ca67', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c17dcdd-2388-443f-b471-9356b0b6ca67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:41,007 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.038s 2023-07-23 18:49:41,008 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:40 GMT', 'ser ver': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c89d8b4c-b17b-4524-aa31-6e802e7e5722', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c89d8b4c-b17b-4524-aa31-6e802e7e5722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:42,071 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.051s 2023-07-23 18:49:42,071 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cee1888-c5a6-4cbe-a54f-db59c359a026', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cee1888-c5a6-4cbe-a54f-db59c359a026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:43,134 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.046s 2023-07-23 18:49:43,135 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1 57fe2db-da87-4788-a622-1778b5808ade', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-157fe2db-da87-4788-a622-1778b5808ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:44,192 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.046s 2023-07-23 18:49:44,193 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9abda9a7-23a3-40a9-ac83-91100cc61dec', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9abda9a7-23a3-40a9-ac83-91100cc61dec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:45,253 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.048s 2023-07-23 18:49:45,254 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd7b9e8c-2bc1-4b92-9b20-fd53eb7049cc', 'content-length': '977', 'openstack-api-version': 'volume 3. 0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd7b9e8c-2bc1-4b92-9b20-fd53eb7049cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:46,310 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.045s 2023-07-23 18:49:46,311 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e36c10b4-c1fd-41e3-8a59-edb33198fa18', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e36c10b4-c1fd-41e3-8a59-edb33198fa18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:47,374 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.050s 2023-07-23 18:49:47,374 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09230b5f-9a90-4f55-a7d3-90a846b093da', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09230b5f-9a90-4f55-a7d3-90a846 b093da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:48,431 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.045s 2023-07-23 18:49:48,432 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4f4d3f-02d8-4369-97a3-e9ad2a0c368e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4f4d3f-02d8-4369-97a3-e9ad2a0c368e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:49,530 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.085s 2023-07-23 18:49:49,530 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0d32ac2-f163-4687-aa03-1e31161025e7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0d32ac2-f163-4687-aa03-1e31161025e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:50,628 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.078s 2023-07-23 18:49:50,629 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-808f33c8-588f-4add-bc53-9cbf30489322', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-808f33c8-588f-4add-bc53-9cbf30489322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:51,696 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.055s 2023-07-23 18:49:51,697 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c14643f7-c185-4875-803a-e5b96d6917c5', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c14643f7-c185-4875-803a-e5b96d6917c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{" volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:52,768 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.049s 2023-07-23 18:49:52,768 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2f5b17-e2bd-4524-8cff-46a085d485f4', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2f5b17-e2bd-4524-8cff-46a085d485f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:53,953 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.172s 2023-07-23 18:49:53,953 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-604fffee-641a-4905-b4a6-443c736a4b7a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-604fffee-641a-4905-b4a6-443c736a4b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "avail ability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:55,039 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.073s 2023-07-23 18:49:55,040 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c1fb17d-8f2a-4a43-b7d2-5d853b662155', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c1fb17d-8f2a-4a43-b7d2-5d853b662155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:56,119 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.066s 2023-07-23 18:49:56,119 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d57a3b-6996-4865-a40c-18f9f1f1cbe8', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d57a3b-6996-4865-a40c-18f9f1f1cbe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49 :48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:57,200 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.065s 2023-07-23 18:49:57,201 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-749b67b4-7c63-428d-b6a0-06cb7fab9172', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-749b67b4-7c63-428d-b6a0-06cb7fab9172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:58,277 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.059s 2023-07-23 18:49:58,278 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a3cfbe-9f9c-4198-b23c-51e89c36677e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a3cfbe-9f9c-4198-b23c-51e89c36677e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:59,355 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.056s 2023-07-23 18:49:59,355 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0383e1c2-3c15-4a1d-8e89-dc7a5c8c3dd0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0383e1c2-3c15-4a1d-8e89-dc7a5c8c3dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:00,465 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.099s 2023-07-23 18:50:00,465 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44b09cf0-5d67-4d9f-a7be-80bf3eb0decc', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44b09cf0-5d67-4d9f-a7be-80bf3eb0decc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:01,557 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.079s 2023-07-23 18:50:01,557 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8789c33-6a8b-414f-b0de-306cad5cf885', 'content-length': '1395', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8789c33-6a8b-414f-b0de-306cad5cf885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:50:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:01,568 79346 INFO [tempest.common.waiters] volume e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 reached available after waiting for 26.568720 seconds 2023-07-23 18:50:01,904 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes 0.335s 2023-07-23 18:50:01,904 79346 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-273893521"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b8e8cfa-24a6-4bc3-b9be-b8b36f094aa2', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b8e8cfa-24a6-4bc3-b9be-b8b36f094aa2', 'connection': 'close', 'status': '202', 'c ontent-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:01.810357", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:50:01,979 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.064s 2023-07-23 18:50:01,980 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-351e39ac-6911-4e94-95b6-0db5016cee43', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-351e39ac-6911-4e94-95b6-0db5016cee43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:03,091 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.089s 2023-07-23 18:50:03,091 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9498d1d4-e548-4ed4-9fc6-a44a96c36b71', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9498d1d4-e548-4ed4-9fc6-a44a96c36b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": "2023-07-23T18:50:02.000000", "name": "tempest-TaggedB ootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:04,166 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.053s 2023-07-23 18:50:04,167 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ceab98b-1e66-4bcb-b628-ef24d2f9b2b2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ceab98b-1e66-4bcb-b628-ef24d2f9b2b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": "2023-07-23T18:50:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:05,267 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.078s 2023-07-23 18:50:05,267 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a024d7c-77f5-44ef-8369-8fe1f5d0b937', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a024d7c-77f5-44ef-8369-8fe1f5d0b937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": "2023-07-23T18:50:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b 324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:06,340 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.061s 2023-07-23 18:50:06,340 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8333811f-6326-4141-9a11-e01cb13099da', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8333811f-6326-4141-9a11-e01cb13099da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": "2023-07-23T18:50:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:07,461 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.109s 2023-07-23 18:50:07,462 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce4a1683-e8ef-4988-bc4e-173d0f030c23', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce4a1683-e8ef-4988-bc4e-173d0f030c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": "2023-07-23T18:50:07.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13 d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:07,482 79346 INFO [tempest.common.waiters] volume c1f7ad4c-e68b-4930-b07b-68516f44f943 reached available after waiting for 5.482589 seconds 2023-07-23 18:50:07,811 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes 0.328s 2023-07-23 18:50:07,811 79346 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-209693464"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-720f8b1e-6d94-4da0-9801-f6622ff50d4e', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-720f8b1e-6d94-4da0-9801-f6622ff50d4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes'} Body: b'{"volume": {"id": "d113b8e1-4b5a-4401-81d8-947bec748ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:07.700774", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-209693464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:50:07,871 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade 0.050s 2023-07-23 18:50:07,872 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc7065f6-8d03-4ae2-9c30-4e876d3bcd82', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc7065f6-8d03-4ae2-9c30-4e876d3bcd82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade'} Body: b'{"volume": {"id": "d113b8e1-4b5a-4401-81d8-947bec748ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:08.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-209693464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attach ments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:08,945 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade 0.050s 2023-07-23 18:50:08,945 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7d6fdd0-39f0-4c49-a4a7-d3bb9e579360', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7d6fdd0-39f0-4c49-a4a7-d3bb9e579360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade'} Body: b'{"volume": {"id": "d113b8e1-4b5a-4401-81d8-947bec748ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:08.000000", "updated_at": "2023-07-23T18:50:08.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-209693464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:10,021 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade 0.059s 2023-07-23 18:50:10,021 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52bc70c1-e148-4276-9d2f-4beb3be0ec56', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52bc70c1-e148-4276-9d2f-4beb3be0ec56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade'} Body: b'{"volume": {"id": "d113b8e1-4b5a-4401-81d8-947bec748ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:08.000000", "updated_at": "2023-07-23T18:50:08.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-209693464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:11,105 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 G ET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade 0.062s 2023-07-23 18:50:11,106 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb531705-3007-4f5f-84c1-fad2721acdb8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb531705-3007-4f5f-84c1-fad2721acdb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade'} Body: b'{"volume": {"id": "d113b8e1-4b5a-4401-81d8-947bec748ade", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:08.000000", "updated_at": "2023-07-23T18:50:10.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-209693464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:11,125 79346 INFO [tempest.common.waiters] volume d113b8e1-4b5a-4401-81d8-947bec748ade reached available after waiting for 4.125269 seconds 2023-07-23 18:50:13,558 79346 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 2.432s 2023-07-23 18:50:13,559 79346 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-938677257"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-63130004-ce7f-4877-b537-e1b92403289f', 'date': 'Sun, 23 Jul 2023 18:50:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"42c069f2-4ae6-4963-ab89-a83a35250778","name":"tempest-device-tagging-net1-938677257","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9","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-23T18:50:11Z","updated_at":"2023-07-23T18:50:11Z","revision_number":1}}' 2023-07-23 18:50:16,039 79346 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 2.480s 2023-07-23 18:50:16,040 79346 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-1472729465"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0126f6fb-1943-4530-a98e-f813b34ba73d', 'date': 'Sun, 23 Jul 2023 18:50:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"7c89d472-6074-4484-bc18-cf7f66c927fa","name":"tempest-device-tagging-net2-1472729465","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9","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-23T18:50:13Z","updated_at":"2023-07-23T18:50:14Z","revision_number":1}}' 2023-07-23 18:50:18,331 79346 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.290s 2023-07-23 18:50:18,331 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "42c069f2-4ae6-4963-ab89-a83a35250778", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-053cf87b-bda7-4234-aff1-a7f8ef18607d', 'date': 'Sun, 23 Jul 2023 18:50:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"0657f8e6-e2ec-453b-8c0d-e40855bafcff","name":"","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","network_id":"42c069f2-4ae6-4963-ab89-a83a35250778","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-23T18:50:16Z","updated_at":"2023-07-23T18:50:16Z","revision_number":0,"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:21,012 79346 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.679s 2023-07-23 18:50:21,012 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "7c89d472-6074-4484-bc18-cf7f66c927fa", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-3e46d549-9802-48f8-b5e0-7da7a20487ee', 'date': 'Sun, 23 Jul 2023 18:50:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"32ea14c8-217f-4b12-86d3-70b31eefd388","name":"","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","network_id":"7c89d472-6074-4484-bc18-cf7f66c927fa","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-23T18:50:18Z","updated_at":"2023-07-23T18:50:18Z","revision_number":0,"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:24,623 79346 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 3.610s 2023-07-23 18:50:24,624 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "42c069f2-4ae6-4963-ab89-a83a35250778", "name": "tempest-TaggedBootDevicesTest_v242-1234912985", "fixed_ips": [{"subnet_id": "0657f8e6-e2ec-453b-8c0d-e40855bafcff"}]}} Response - Headers: {'content-type': 'application/json', 'co ntent-length': '738', 'x-openstack-request-id': 'req-6f911730-a306-418b-9ec5-98c4eedc2fce', 'date': 'Sun, 23 Jul 2023 18:50:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"3a87e0d2-ade1-47c8-9fbb-3e9c256a9e01","name":"tempest-TaggedBootDevicesTest_v242-1234912985","network_id":"42c069f2-4ae6-4963-ab89-a83a35250778","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","mac_address":"fa:16:3e:81:53:5d","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"0657f8e6-e2ec-453b-8c0d-e40855bafcff","ip_address":"10.1.1.112"}],"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9","port_security_enabled":true,"security_groups":["6b29e12e-e27d-40a0-b6d0-87b975cfe6b9"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-23T18:50:21Z","updated_at":"2023-07-23T18:50:22Z","revision_number":1}}' 2023-07-23 18:50:25,815 79346 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.190s 2023-07-23 18:50:25,815 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "42c069f2-4ae6-4963-ab89-a83a35250778", "name": "tempest-TaggedBootDevicesTest_v242-1830442299", "fixed_ips": [{"subnet_id": "0657f8e6-e2ec-453b-8c0d-e40855bafcff"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-d0e04111-1959-4063-b146-1ba67789627f', 'date': 'Sun, 23 Jul 2023 18:50:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"152a88dd-53a7-4e13-9182-2f2b11109ff4","name":"tempest-TaggedBootDevicesTest_v242-1830442299","network_id":"42c069f2-4ae6-4963-ab89-a83a35250778","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","mac_address":"fa:16:3e:3d:b5:3b","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"0657f8e6-e2ec-453b-8c0d-e40855bafcff","ip_address":"10.1.1.200"}],"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9","port_security_enabled":true,"security_groups":["6b29e12e-e27d-40a0-b6d0-87b975cfe6b9"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-23T18:50:25Z","updated_at":"2023-07-23T18:50:25Z","revision_number":1}}' 2023-07-23 18:50:25,816 79346 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:50:25,816 79346 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:50:25,909 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.090s 2023-07-23 18:50:25,910 79346 DEBUG [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-1040615132", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRyDVYOyyzYqltXHszdrMGgpN/y20JwAzXFXM+4HSu/qfIWmLL12Y166mLlYbTL4ik/CLR6OMPo9YReBqduMBXkgWwTQxNnqX9FbhlO9LOvjR0SSLrrm+4f9y9XD6oqWQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f333e55-8c87-43c4-849a-03e07473946f', 'x-compute-request-id': 'req-2f333e55-8c87-43c4 -849a-03e07473946f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1040615132", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRyDVYOyyzYqltXHszdrMGgpN/y20JwAzXFXM+4HSu/qfIWmLL12Y166mLlYbTL4ik/CLR6OMPo9YReBqduMBXkgWwTQxNnqX9FbhlO9LOvjR0SSLrrm+4f9y9XD6oqWQ==", "fingerprint": "8a:c9:06:4d:21:17:93:92:e3:c7:66:3d:9b:88:5a:dc", "user_id": "13d3afc9222442049e15a22d1821074e"}}' 2023-07-23 18:50:25,913 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1040615132 created 2023-07-23 18:50:26,399 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.485s 2023-07-23 18:50:26,400 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--218795825", "description": "tempest-description--1218437734"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e061d761-0cab-4a86-a4a8-73daee2b22b7', 'date': 'Sun, 23 Jul 2023 18:50:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "63396420-7dfb-44a8-a10a-14d24926b6b9", "name": "tempest-securitygroup--218795825", "stateful": true, "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "description": "tempest-description--1218437734", "shared": false, "security_group_rules": [{"id": "a168a0ba-67a9-445d-95be-5db0c810fa21", "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "security_group_id": "63396420-7dfb-44a8-a10a-14d24926b6b9", "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": 543, "description": null, "tags": [], "created_at": "2023-07-23T18:50:26Z", "updated_at": "2023-07-23T18:50:26Z", "revision_number": 0}, {"id": "c54b19da-1963-44a7-9a04-467dcc6dbdd8", "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "security_group_id": "63396420-7dfb-44a8-a10a-14d24926b6b9", "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": 544, "description": null, "tags": [], "created_at": "2023-07-23T18:50:26Z", "updated_at": "2023-07-23T18:50:26Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:50:26Z", "updated_at": "2023-07-23T18:50:26Z", "revision_number": 1, "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:26,948 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.547s 2023-07-23 18:50:26,948 79346 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": "63396420-7dfb-44a8-a10a-14d24926b6b9", "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-77112470-8140-4cd1-bb57-9520650fc098', 'date': 'Sun, 23 Jul 2023 18:50:26 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": "b3f867e8-b8f3-477d-99 94-d491a7f91918", "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "security_group_id": "63396420-7dfb-44a8-a10a-14d24926b6b9", "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-23T18:50:26Z", "updated_at": "2023-07-23T18:50:26Z", "revision_number": 0}}' 2023-07-23 18:50:27,477 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.528s 2023-07-23 18:50:27,477 79346 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": "63396420-7dfb-44a8-a10a-14d24926b6b9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-71f9b91d-cf3b-454f-b249-e92cc792db99', 'date': 'Sun, 23 Jul 2023 18:50:27 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": "24ff5b5d-4078-4762-be99-da174885efc2", "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "security_group_id": "63396420-7dfb-44a8-a10a-14d24926b6b9", "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-23T18:50:27Z", "updated_at": "2023-07-23T18:50:27Z", "revision_number": 0}}' 2023-07-23 18:50:27,478 79346 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--218795825 created 2023-07-23 18:50:29,701 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.222s 2023-07-23 18:50:29,701 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c3c2346a-7091-4a5a-9182-c7ab51bf2aeb', 'date': 'Sun, 23 Jul 2023 18:50:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2c70a7d8-5768-4b94-a3f4-4c51e64ca21b", "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "floating_ip_address": "172.24.4.163", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:50:28Z", "updated_at": "2023-07-23T18:50:28Z", "revision_number": 0}}' 2023-07-23 18:50:29,701 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2c70a7d8-5768-4b94-a3f4-4c51e64ca21b', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'floating_ip_address': '172.24.4.163', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:50:28Z', 'updated_at': '2023-07-23T18:50:28Z', 'revision_number': 0, 'ip': '172.24.4.163'} created 2023-07-23 18:50:29,805 79346 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.097s 2023-07-23 18:50:29,805 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:29 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-9e46d5f3-d6fb-41b2-afb2-756e69cdb50f', '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": "13d3afc9222442049e15a22d1821074e", "name": "tempest-TaggedBootDevicesTest_v242-1765967889-project-member", "password_expires_at": null}, "audit_ids": ["fG8jHCUtRmKIF-y2yw_qUQ"], "expires_at": "2023-07-23T19:50:29.000000Z", "issued_at": "2023-07-23T18:50:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd81731c2b324088ba1d5c5f4f2b8da9", "name": "tempest-TaggedBootDevicesTest_v242-1765967889"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:29,806 79346 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '46044ccf-3be9-41a3-b3bb-a56929b0f707', 'name': 'tempest-TaggedBootDevicesTest_v242-49711578-network', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'port_secu rity_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62944, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:29,855 79346 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.045s 2023-07-23 18:50:29,855 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:29 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-8124c8f2-756b-4033-90a3-ce5e7b68a613', '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": "13d3afc9222442049e15a22d1821074e", "name": "tempest-TaggedBootDevicesTest_v242-1765967889-project-member", "password_expires_at": null}, "audit_ids": ["r5mnSRBYQzqpsUR37QHEUQ"], "expires_at": "2023-07-23T19:50:29.000000Z", "issued_at": "2023-07-23T18:50:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd81731c2b324088ba1d5c5f4f2b8da9", "name": "tempest-TaggedBootDevicesTest_v242-1765967889"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:29,856 79346 INFO [tempest .lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '46044ccf-3be9-41a3-b3bb-a56929b0f707', 'name': 'tempest-TaggedBootDevicesTest_v242-49711578-network', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62944, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:29,857 79346 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1040615132', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRyDVYOyyzYqltXHszdrMGgpN/y20JwAzXFXM+4HSu/qfIWmLL12Y166mLlYbTL4ik/CLR6OMPo9YReBqduMBXkgWwTQxNnqX9FbhlO9LOvjR0SSLrrm+4f9y9XD6oqWQ==', 'fingerprint': '8a:c9:06:4d:21:17:93:92:e3:c7:66:3d:9b:88:5a:dc', 'user_id': '13d3afc9222442049e15a22d1821074e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDL/LPT2iR+TNpjNGtNOwjtD7xYZ0RbxWY+i0tOeJ0aT14W0WqcNIfP\nBq3xIz0WZ1KgBwYFK4EEACKhZANiAARUcg1WDsss2KpbVx7M3azBoKTf8ttCcAM1\nxVzPuB0rv6nyFpiy9dmNeupi5WG0y+IpPwi0ejjD6PWEXganbjAV5IFsE0MTZ6l/\nRW4ZTvSzr40dEki665vuH/cvVw+qKlk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '63396420-7dfb-44a8-a10a-14d24926b6b9', 'name': 'tempest-securitygroup--218795825', 'stateful': True, 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'description': 'tempest-description--1218437734', 'shared': False, 'security_group_rules': [{'id': 'a168a0ba-67a9-445d-95be-5db0c810fa21', 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'security_group_id': '63396420-7dfb-44a8-a10a-14d24926b6b9', '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': 543, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:50:26Z', 'updated_at': '2023-07-23T18:50:26Z', 'revision_number': 0}, {'id': 'c54b19da-1963-44a7-9a04-467dcc6dbdd8', 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'security_group_id': '63396420-7dfb-44a8-a10a-14d24926b6b9', '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': 544, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:50:26Z', 'updated_at': '2023-07-23T18:50:26Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:50:26Z', 'updated_at': '2023-07-23T18:50:26Z', 'revision_number': 1, 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9'}, 'floating_ip': {'id': '2c70a7d8-5768-4b94-a3f4-4c51e64ca21b', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'floating_ip_address': '172.24.4.163', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:50:28Z', 'updated_at': '2023-07-23T18:50:28Z', 'revision_number': 0, 'ip': '172.24.4.163'}} 2023-07-23 18:50:29,894 79346 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.035s 2023-07-23 18:50:29,894 79346 DEBUG [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-1864729191", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "46044ccf-3be9-41a3-b3bb-a56929b0f707"}, {"port": "3a87e0d2-ade1-47c8-9fbb-3e9c256a9e01", "tag": "port-1"}, {"port": "152a88dd-53a7-4e13-9182-2f2b11109ff4", "tag": "port-2"}, {"uuid": "42c069f2-4ae6-4963-ab89-a83a35250778", "tag": "net-1"}, {"uuid": "42c069f2-4ae6-4963-ab89-a83a35250778"}, {"uuid": "7c89d472-6074-4484-bc18-cf7f66c927fa", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "7c89d472-6074-4484-bc18-cf7f66c927fa", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "d113b8e1-4b5a-4401-81d8-947bec748ade", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--218795825"}], "key_name": "tempest-keypair-1040615132", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:29 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-d80207ec-ee14-433b-871a-3bb4211a0310', 'x-compute-request-id': 'req-d80207ec-ee14-433b-871a-3bb4211a0310', '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-23 18:50:29,930 79346 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-1040615132 0.032s 2023-07-23 18:50:29,931 79346 DEBUG [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': 'Sun, 23 Jul 2023 18:50:29 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-d3b84e16-8a1e-4a95-acaa-192d811c7a81', 'x-compute-request-id': 'req-d3b84e16-8a1e-4a95-acaa-192d811c7a81', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1040615132'} Body: b'' 2023-07-23 18:50:30,553 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/63396420-7dfb-44a8-a10a-14d24926b6b9 0.622s 2023-07-23 18:50:30,554 79346 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-dd1c6743-031e-4124-8489-d19448bed304', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:50:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/63396420-7dfb-44a8-a10a-14d24926b6b9'} Body: b'' 2023-07-23 18:50:30,582 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210: 9696/networking/v2.0/security-groups/63396420-7dfb-44a8-a10a-14d24926b6b9 0.027s 2023-07-23 18:50:30,582 79346 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-4edd34be-8141-42b8-a25f-0c4649210e23', 'date': 'Sun, 23 Jul 2023 18:50:30 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/63396420-7dfb-44a8-a10a-14d24926b6b9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 63396420-7dfb-44a8-a10a-14d24926b6b9 does not exist", "detail": ""}}' 2023-07-23 18:50:32,036 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2c70a7d8-5768-4b94-a3f4-4c51e64ca21b 1.453s 2023-07-23 18:50:32,036 79346 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-34a7fbdc-1c19-4278-9183-b030b896b883', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:50:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2c70a7d8-5768-4b94-a3f4-4c51e64ca21b'} Body: b'' 2023-07-23 18:50:33,132 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/152a88dd-53a7-4e13-9182-2f2b11109ff4 1.095s 2023-07-23 18:50:33,133 79346 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-b80ef8d8-4ca8-4093-83ab-b7717f59d06b', 'date': 'Sun, 23 Jul 2023 18:50:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/152a88dd-53a7-4e13-9182-2f2b11109ff4'} Body: b'' 2023-07-23 18:50:34,373 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/3a87e0d2-ade1-47c8-9fbb-3e9c256a9e01 1.240s 2023-07-23 18:50:34,374 79346 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-91728c95-f40b-4f59-a8d5-6de2e24bfc97', 'date': 'Sun, 23 Jul 2023 18:50:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/3a87e0d2-ade1-47c8-9fbb-3e9c256a9e01'} Body: b'' 2023-07-23 18:50:34,823 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/32ea14c8-217f-4b12-86d3-70b31eefd388 0.449s 2023-07-23 18:50:34,824 79346 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-f6cacbcd-cd9f-4a28-8ba1-e510d95aeb60', 'date': 'Sun, 23 Jul 2023 18:50:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/32ea14c8-217f-4b12-86d3-70b31eefd388'} Body: b'' 2023-07-23 18:50:35,420 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/0657f8e6-e2ec-453b-8c0d-e40855bafcff 0.596s 2023-07-23 18:50:35,421 79346 DEBUG [tem pest.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-c638d4c7-67eb-48bf-9254-b4b114e3fa05', 'date': 'Sun, 23 Jul 2023 18:50:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/0657f8e6-e2ec-453b-8c0d-e40855bafcff'} Body: b'' 2023-07-23 18:50:36,947 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/7c89d472-6074-4484-bc18-cf7f66c927fa 1.525s 2023-07-23 18:50:36,947 79346 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-d0b82154-094e-4076-bd62-d043a3cfe0da', 'date': 'Sun, 23 Jul 2023 18:50:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/7c89d472-6074-4484-bc18-cf7f66c927fa'} Body: b'' 2023-07-23 18:50:38,976 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/42c069f2-4ae6-4963-ab89-a83a35250778 2.028s 2023-07-23 18:50:38,977 79346 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-557e7bc4-5640-4c27-a57e-c071271ef5a4', 'date': 'Sun, 23 Jul 2023 18:50:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/42c069f2-4ae6-4963-ab89-a83a35250778'} Body: b'' {11} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [0.532843s] ... 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-23 18:50:39,241 79369 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.116s 2023-07-23 18:50:39,242 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:39 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-3cb55683-ff26-4f82-9ef3-e2b9ff92a6a0', '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": "bef039c16ab04bb2b83934a1bf3d29d6", "name": "tempest-ServerBootFromVolumeStableRescueTest-1087799276-project-member", "password_expires_at": null}, "audit_ids": ["xk1ZROilQ5yKcaVGGEip_w"], "expires_at": "2023-07-23T19:50:39.000000Z", "issued_at": "2023-07-23T18:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b09eb0a1f7e843b6ac111d0bbc5152c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-1087799276"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:39,243 79369 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '1a608442-6937-441e-8879-7aba7584e041', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-673231704-network', 'tenant_id': 'b09eb0a1f7e843b6ac111d0bbc5152c8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'b09eb0a1f7e843b6ac111d0bbc5152c8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17564, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:29Z', 'updated_at': '2023-07-23T18:50:29Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:39,651 79369 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.407s 2023-07-23 18:50:39,652 79369 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-824325365", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "1a608442-6937-441e-8879-7aba7584e041"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:39 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-6097a0b9-39fd-4cdf-a0b9-1bc1316a9817', 'x-compute-request-id': 'req-6097a0b9-39fd-4cdf-a0b9-1bc1316a9817', '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."}}' {11} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [0.174273s] ... 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-23 18:50:39,798 79369 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.137s 2023-07-23 18:50:39,799 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:39 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-671cb4f1-e27a-48d6-8939-3fc5c4767bd2', '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": "bef039c16ab04bb2b83934a1bf3d29d6", "name": "tempest-ServerBootFromVolumeStableRescueTest-1087799276-project-member", "password_expires_at": null}, "audit_ids": ["qAPt_7vpR_qQt4Tl-MQ5UQ"], "expires_at": "2023-07-23T19:50:39.000000Z", "issued_at": "2023-07-23T18:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b09eb0a1f7e843b6ac111d0bbc5152c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-1087799276"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:39,799 79369 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '1a608442-6937-441e-8879-7aba7584e041', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-673231704-network', 'tenant_id': 'b09eb0a1f7e843b6ac111d0bbc5152c8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'b09eb0a1f7e843b6ac111d0bbc5152c8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17564, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:29Z', 'updated_at': '2023-07-23T18:50:29Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:39,828 79369 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.028s 2023-07-23 18:50:39,828 79369 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-1796259754", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "1a608442-6937-441e-8879-7aba7584e041"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:39 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-fe77d439-c5fb-4188-acd5-89bb077e6c3f', 'x-compute-request-id': 'req-fe77d439-c5fb-4188-acd5-89bb077e6c3f', '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} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {5} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.239670s] ... ok {5} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.035917s] ... ok {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [10.675637s] ... ok {4} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.320333s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.022377s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.053094s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.081453s] ... ok {10} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [14.204045s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.047812s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.040510s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.031524s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.023815s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.015323s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.017180s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.033326s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.038872s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.040041s] ... ok {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [0.212572s] ... 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-23 18:50:52,819 79352 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.159s 2023-07-23 18:50:52,819 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2807', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9c5ce319-aaf2-4f8e-8584-58ecd6b1152f', '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": "8b6091f613c04655885c331202328fa0", "name": "tempest-VolumesActionsTest-106829727-project-member", "password_expires_at": null}, "audit_ids": ["gokct5EIRjO5wI5wuKI9dA"], "expires_at": "2023-07-23T19:50:52.000000Z", "issued_at": "2023-07-23T18:50:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0895634d51d48ec97a2f2b2170331d1", "name": "tempest-VolumesActionsTest-106829727"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:52,820 79352 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': 'adb5b595-4a91-4767-9782-405906bfa010', 'name': 'tempest-VolumesActionsTest-1205205428-network', 'tenant_id': 'a0895634d51d48ec97a2f2b2170331d1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0895634d51d48ec97a2f2b2170331d1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2514, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:32Z', 'updated_at': '2023-07-23T18:50:33Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:52,859 79352 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.037s 2023-07-23 18:50:52,859 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1806691268", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "adb5b595-4a91-4767-9782-405906bfa010"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:52 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-0daf5a88-0986-49d5-a49c-7d97edabb7ca', 'x-compute-request-id': 'req-0daf5a88-0986-49d5-a49c-7d97edabb7ca', '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} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [0.084939s] ... 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-23 18:50:52,918 79352 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.045s 2023-07-23 18:50:52,918 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2807', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-038cb595-157b-470d-9f3b-b8d0e6c5e3fa', '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": "8b6091f613c04655885c331202328fa0", "name": "tempest-VolumesActionsTest-106829727-project-member", "password_expires_at": null}, "audit_ids": ["m5DCk3EyRmeos67Kl4eGdQ"], "expires_at": "2023-07-23T19:50:52.000000Z", "issued_at": "2023-07-23T18:50:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0895634d51d48ec97a2f2b2170331d1", "name": "tempest-VolumesActionsTest-106829727"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:52,919 79352 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': 'adb5b595-4a91-4767-9782-405906bfa010', 'name': 'tempest-VolumesActionsTest-1205205428-network', 'tenant_id': 'a0895634d51d48ec97a2f2b2170331d1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0895634d51d48ec97a2f2b2170331d1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type ': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2514, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:32Z', 'updated_at': '2023-07-23T18:50:33Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:52,948 79352 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-23 18:50:52,948 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-517878360", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "adb5b595-4a91-4767-9782-405906bfa010"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:52 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-2a5de41b-68f6-4ca3-bbd5-ad4da3a6901a', 'x-compute-request-id': 'req-2a5de41b-68f6-4ca3-bbd5-ad4da3a6901a', '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} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.162607s] ... ok {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.269667s] ... ok {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.271753s] ... ok {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.391694s] ... ok {7} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {7} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {6} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [30.923102s] ... ok {10} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [15.300423s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.120304s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.091229s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.088453s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.596800s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.243457s] ... ok {11} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [16.924852s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.444777s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.097120s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.145841s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.127350s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.122734s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.143068s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.101911s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.206863s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.166892s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.231515s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.184947s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.120276s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.198258s] ... ok {0} tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242) [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 e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 failed to delete and is in error_deleting status, ) {0} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [38.284711s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [13.502588s] ... ok {10} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [11.031056s] ... ok {4} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [21.622138s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [11.171622s] ... ok {10} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [11.639001s] ... ok {6} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [25.550470s] ... ok {10} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.335910s] ... ok {8} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [41.139528s] ... 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-23 18:50:48,235 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes 1.010s 2023-07-23 18:50:48,235 79362 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-1733323466", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca39a05e-6b0f-4680-9c8f-5f16eae618a4', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca39a05e-6b0f-4680-9c8f-5f16eae618a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.140702", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:50:48,312 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.059s 2023-07-23 18:50:48,312 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc0f16d-4830-42f8-892a-2298f5b4b637', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc0f16d-4830-42f8-892a-2298f5b4b637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:49,428 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.102s 2023-07-23 18:50:49,428 79362 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64308d8c-c0c9-435f-8fd8-c76705113bcd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64308d8c-c0c9-435f-8fd8-c76705113bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:50,517 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.077s 2023-07-23 18:50:50,518 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4897bb2e-25b3-4375-8371-f126269d25d5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4897bb2e-25b3-4375-8371-f126269d25d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:51,576 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.046s 2023-07-23 18:50:51,576 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:51 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9735a3c5-fb51-41d5-9e67-f9a3f5eb7fd7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9735a3c5-fb51-41d5-9e67-f9a3f5eb7fd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:52,640 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.042s 2023-07-23 18:50:52,640 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18604b79-ba78-4463-aeae-dba670ec6315', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18604b79-ba78-4463-aeae-dba670ec6315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:53,773 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.121s 2023-07-23 18:50:53,774 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0defac2-62f2-46ce-9e70-842641500949', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-a0defac2-62f2-46ce-9e70-842641500949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:54,854 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.058s 2023-07-23 18:50:54,855 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ecacee6-5396-40f8-8543-4859d8968863', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ecacee6-5396-40f8-8543-4859d8968863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:55,916 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.042s 2023-07-23 18:50:55,917 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e818dc-5e03-4396-b683-c809ed18c576', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e818dc-5e03-4396-b683-c809ed18c576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Bod y: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:56.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "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.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "image_id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:55,928 79362 INFO [tempest.common.waiters] volume da583819-f8a2-4291-903e-0057149117b2 reached available after waiting for 7.928926 seconds 2023-07-23 18:50:56,182 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes 0.253s 2023-07-23 18:50:56,182 79362 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-1018781666"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5c64c1-f7e3-4c05-a040-0f4b2a53fea5', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d5c64c1-f7e3-4c05-a040-0f4b2a53fea5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes'} Body: b'{"volume": {"id": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:56.091047", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1018781666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:50:56,267 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549 0.067s 2023-07-23 18:50:56,267 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fe8e3f-1e2d-4ffb-9ac9-162ac4b6484b', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fe8e3f-1e2d-4ffb-9ac9-162ac4b6484b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549'} Body: b'{"volume": {"id": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:56.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1018781666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:57,363 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549 0.079s 2023-07-23 18:50:57,363 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a7f015-3122-4234-a25c-7baf829dcf01', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a7f015-3122-4234-a25c-7baf829dcf01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549'} Body: b'{"volume": {"id": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:56.000000", "updated_at": "2023-07-23T18:50:56.000000", "name": "tempest-TaggedBootDevicesTest-volume-1018781666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:58,432 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549 0.054s 2023-07-23 18:50:58,432 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f117461-3bc2-4662-81e3-5eb0453b0f6f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f117461-3bc2-4662-81e3-5eb0453b0f6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c- f293447e0549'} Body: b'{"volume": {"id": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:56.000000", "updated_at": "2023-07-23T18:50:56.000000", "name": "tempest-TaggedBootDevicesTest-volume-1018781666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:59,491 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549 0.047s 2023-07-23 18:50:59,491 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dae3ef2-815d-4db9-8cd1-bbacfa4e1c5d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dae3ef2-815d-4db9-8cd1-bbacfa4e1c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549'} Body: b'{"volume": {"id": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:56.000000", "updated_at": "2023-07-23T18:50:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1018781666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:59,510 79362 INFO [tempest.common.waiters] volume 66c1f9f3-db3d-414c-9c9c-f293447e0549 reached available after waiting for 3.510603 seconds 2023-07-23 18:50:59,912 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes 0.400s 2023-07-23 18:50:59,913 79362 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-304935910"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a968a5a8-5f48-4f81-9244-0bb391984a62', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a968a5a8-5f48-4f81-9244-0bb391984a62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes'} Body: b'{"volume": {"id": "76ad209f-a61a-4c c7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:59.807496", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:51:00,020 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.091s 2023-07-23 18:51:00,021 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f61863f-ef06-433f-93e0-14122301e0ff', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f61863f-ef06-433f-93e0-14122301e0ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:01,098 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.058s 2023-07-23 18:51:01,099 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e11022cf-a56b-4025-a2e7-d1625efee752', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e11022cf-a56b-4025-a2e7-d1625efee752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": "2023-07-23T18:51:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:02,158 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.044s 2023-07-23 18:51:02,439 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1ae67cd-e843-4f74-bd35-51a9c8f0c8c3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1ae67cd-e843-4f74-bd35-51a9c8f0c8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": "2023-07-23T18:51:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:03,521 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.067s 2023-07-23 18:51:03,521 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7aff428-447c-49bb-bd42-ffae4a458abc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7aff428-447c-49bb-bd42-ffae4a458abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": "2023-07-23T18:51:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8 f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:04,590 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.048s 2023-07-23 18:51:04,590 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f30f619-fc58-45c1-a825-91c101536e79', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f30f619-fc58-45c1-a825-91c101536e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": "2023-07-23T18:51:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:05,706 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.103s 2023-07-23 18:51:05,707 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ede55be9-6f4d-4aca-a7e6-8097184c2bfd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ede55be9-6f4d-4aca-a7e6-8097184c2bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": "2023-07-23T18:51:06.000000", "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0 271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:05,730 79362 INFO [tempest.common.waiters] volume 76ad209f-a61a-4cc7-8f07-5d539795bce4 reached available after waiting for 5.730677 seconds 2023-07-23 18:51:06,940 79362 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.208s 2023-07-23 18:51:06,940 79362 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-1930819623"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-95d3cd4c-c55e-4b6a-9db5-a9756232d68a', 'date': 'Sun, 23 Jul 2023 18:51:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"7d57a135-f2bd-40e1-85dd-8ba7ed258186","name":"tempest-device-tagging-net1-1930819623","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","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-23T18:51:05Z","updated_at":"2023-07-23T18:51:05Z","revision_number":1}}' 2023-07-23 18:51:08,080 79362 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.139s 2023-07-23 18:51:08,080 79362 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-1269599756"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3b62ba6d-ba26-4fc1-b87c-7676be8dcb0d', 'date': 'Sun, 23 Jul 2023 18:51:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f","name":"tempest-device-tagging-net2-1269599756","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","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-23T18:51:07Z","updated_at":"2023-07-23T18:51:07Z","revision_number":1}}' 2023-07-23 18:51:10,046 79362 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.965s 2023-07-23 18:51:10,046 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "7d57a135-f2bd-40e1-85dd-8ba7ed258186", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-71f00aaf-f98a-4010-ae8d-ef2fd70cf1e8', 'date': 'Sun, 23 Jul 2023 18:51:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"80f7cb04-aaae-4f05-a6fa-7afba4da4871","name":"","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","network_id":"7d57a135-f2bd-40e1-85dd-8ba7ed258186","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-23T18:51:08Z","updated_at":"2023-07-23T18:51:08Z","revision_number":0,"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:12,073 79362 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.026s 2023-07-23 18:51:12,074 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-74d1e1e1-6653-42d5-83f2-39630bd198fc', 'date': 'Sun, 23 Jul 2023 18:51:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"fc02c0ff-cb5b-4925-aec3-42955698f1b4","name":"","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","network_id":"0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f","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-23T18:51:10Z","updated_at":"2023-07-23T18:51:10Z","revision_number":0,"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:13,412 79362 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.337s 2023-07-23 18:51:13,412 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "7d57a135-f2bd-40e1-85dd-8ba7ed258186", "name": "tempest-TaggedBootDevicesTest-1347170510", "fixed_ips": [{"subnet_id": "80f7cb04-aaae-4f05-a6fa-7afba4da4871"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-a33fd9d6-a510-4b75-9a9e-f85920d5f27e', 'date': 'Sun, 23 Jul 2023 18:51:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"80877907-9f81-4bc2-9c2c-18cb2dd05710","name":"tempest-TaggedBootDevicesTest-1347170510","network_id":"7d57a135-f2bd-40e1-85dd-8ba7ed258186","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","mac_address":"fa:16:3e:56:73:d5","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"80f7cb04-aaae-4f05-a6fa-7afba4da4871","ip_address":"10.1.1.216"}],"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","port_security_enabled":true,"security_groups":["6e482eb7-d0cd-464f-939b-0aaeb25d3db0"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-23T18:51:12Z","updated_at":"2023-07-23T18:51:12Z","revision_number":1}}' 2023-07-23 18:51:14,351 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.938s 2023-07-23 18:51:14,352 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "7d57a135-f2bd-40e1-85dd-8ba7ed258186", "name": "tempest-TaggedBootDevicesTest-1708918772", "fixed_ips": [{"subnet_id": "80f7cb04-aaae-4f05-a6fa-7afba4da4871"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-701bcf51-781b-43b6-ab9e-9eba8360e2b1', 'date': 'Sun, 23 Jul 2023 18:51:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"2bd53245-bf29-43d8-8595-0ea6a60e4fb1","name":"tempest-TaggedBootDevicesTest-1708918772","network_id":"7d57a135-f2bd-40e1-85dd-8ba7ed258186","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","mac_address":"fa:16:3e:33:05:c5","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"80f7cb04-aaae-4f05-a6fa-7afba4da4871","ip_address":"10.1.1.87"}],"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","port_security_enabled":true,"security_groups":["6e482eb7-d0cd-464f-939b-0aaeb25d3db0"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-23T18:51:13Z","updated_at":"2023-07-23T18:51:13Z","revision_number":1}}' 2023-07-23 18:51:14,352 79362 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:14,353 79362 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:14,443 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.087s 2023-07-23 18:51:14,444 79362 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-9843370", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSFFW8h5lP0HIpbpCmZGtu87kZCH60DR5WcW/fEezaVuaiwAYQo3GTmczLarqTG9KvMAJbFEoKxepYrVvrflVzJFGj6mUPxs9TCZNrdLrUKvn3QPVvCPO0zRxzZPNJFpw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', '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-e91caa5c-d8b4-4c32-bd0c-d2f967772733', 'x-compute-request-id': 'req-e91caa5c-d8b4-4c32-bd0c-d2f967772733', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-9843370", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSFFW8h5lP0HIpbpCmZGtu87kZCH60DR5WcW/fEezaVuaiwAYQo3GTmczLarqTG9KvMAJbFEoKxepYrVvrflVzJFGj6mUPxs9TCZNrdLrUKvn3QPVvCPO0zRxzZPNJFpw==", "fingerprint": "36:cf:88:0b:79:1c:1f:c3:26:c0:49:34:92:0b:7f:ba", "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af"}}' 2023-07-23 18:51:14,448 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-9843370 created 2023-07-23 18:51:14,690 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.241s 2023-07-23 18:51:14,691 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1496489334", "description": "tempest-description--613673494"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-8a6d7110-4dfa-46c8-af6a-a8a7d29ef37b', 'date': 'Sun, 23 Jul 2023 18:51:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f71bde4a-489c-4ea1-8da9-9c155989c833", "name": "tempest-securitygroup--1496489334", "stateful": true, "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "description": "tempest-description--613673494", "shared": false, "security_group_rules": [{"id": "16e71c60-b23b-4e66-b4f 0-0475e1a43b59", "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "security_group_id": "f71bde4a-489c-4ea1-8da9-9c155989c833", "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": 737, "description": null, "tags": [], "created_at": "2023-07-23T18:51:14Z", "updated_at": "2023-07-23T18:51:14Z", "revision_number": 0}, {"id": "af12574f-4e74-446e-bc24-2227ffbf1484", "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "security_group_id": "f71bde4a-489c-4ea1-8da9-9c155989c833", "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": 738, "description": null, "tags": [], "created_at": "2023-07-23T18:51:14Z", "updated_at": "2023-07-23T18:51:14Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:14Z", "updated_at": "2023-07-23T18:51:14Z", "revision_number": 1, "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:15,067 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.375s 2023-07-23 18:51:15,067 79362 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": "f71bde4a-489c-4ea1-8da9-9c155989c833", "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-1726dd12-b162-419a-9b59-8f6009ddca70', 'date': 'Sun, 23 Jul 2023 18:51: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": "5123c98b-3ca7-4c51-90fe-1b61cd6b919b", "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "security_group_id": "f71bde4a-489c-4ea1-8da9-9c155989c833", "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-23T18:51:14Z", "updated_at": "2023-07-23T18:51:14Z", "revision_number": 0}}' 2023-07-23 18:51:15,292 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.224s 2023-07-23 18:51:15,292 79362 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": "f71bde4a-489c-4ea1-8da9-9c155989c833", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f709fdea-22f1-47fd-b900-4a4a9e78faeb', 'date': 'Sun, 23 Jul 2023 18:51: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": "543d0267-0f0c-45ec-9392-844152f193b0", "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "security_group_id": "f71bde4a-489c-4ea1-8da9-9c155989c833", "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": nul l, "remote_group_id": null, "description": "", "created_at": "2023-07-23T18:51:15Z", "updated_at": "2023-07-23T18:51:15Z", "revision_number": 0}}' 2023-07-23 18:51:15,293 79362 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1496489334 created 2023-07-23 18:51:18,870 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.576s 2023-07-23 18:51:18,873 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f06cf4f6-67d5-42d2-ad57-2da6f8c0566d', 'date': 'Sun, 23 Jul 2023 18:51:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c9873077-d538-4f7f-a069-de7c1bcad665", "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "floating_ip_address": "172.24.4.173", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:51:17Z", "updated_at": "2023-07-23T18:51:17Z", "revision_number": 0}}' 2023-07-23 18:51:18,873 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c9873077-d538-4f7f-a069-de7c1bcad665', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'floating_ip_address': '172.24.4.173', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:17Z', 'updated_at': '2023-07-23T18:51:17Z', 'revision_number': 0, 'ip': '172.24.4.173'} created 2023-07-23 18:51:19,733 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.852s 2023-07-23 18:51:19,735 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:18 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-3928d6d8-50df-4a6d-86a3-a432f3ffaf0f', '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": "6aa29ce7b0cb4f97ad06e3a21d4647af", "name": "tempest-TaggedBootDevicesTest-1703947197-project-member", "password_expires_at": null}, "audit_ids": ["RLa-k_C2S4uWnLdRZjsJOA"], "expires_at": "2023-07-23T19:51:19.000000Z", "issued_at": "2023-07-23T18:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "name": "tempest-TaggedBootDevicesTest-1703947197"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "inter face": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:19,736 79362 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'f2f7b884-d2b2-493f-bb99-c359f2c02d5b', 'name': 'tempest-TaggedBootDevicesTest-623570439-network', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 25312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:20Z', 'updated_at': '2023-07-23T18:50:20Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:19,902 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.156s 2023-07-23 18:51:19,911 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 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-392a2d1a-dbfe-4b42-aa16-309e23c1740a', '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": "6aa29ce7b0cb4f97ad06e3a21d4647af", "name": "tempest-TaggedBootDevicesTest-1703947197-project-member", "password_expires_at": null}, "audit_ids": ["7XUz3Hq6Q8KjnAj7IsSleQ"], "expires_at": "2023-07-23T19:51:19.000000Z", "issued_at": "2023-07-23T18:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "name": "tempest-TaggedBootDevicesTest-1703947197"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e335 59a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:19,911 79362 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'f2f7b884-d2b2-493f-bb99-c359f2c02d5b', 'name': 'tempest-TaggedBootDevicesTest-623570439-network', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 25312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:20Z', 'updated_at': '2023-07-23T18:50:20Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:19,912 79362 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-9843370', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSFFW8h5lP0HIpbpCmZGtu87kZCH60DR5WcW/fEezaVuaiwAYQo3GTmczLarqTG9KvMAJbFEoKxepYrVvrflVzJFGj6mUPxs9TCZNrdLrUKvn3QPVvCPO0zRxzZPNJFpw==', 'fingerprint': '36:cf:88:0b:79:1c:1f:c3:26:c0:49:34:92:0b:7f:ba', 'user_id': '6aa29ce7b0cb4f97ad06e3a21d4647af', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBchQaUBk+YtQXMN+Ex38ggd6ECTVyxQ0mkTV0QZvUEWaE3sAamzB7w\nQ55n4ZT/KmWgBwYFK4EEACKhZANiAAQ0hRVvIeZT9ByKW6QpmRrbvO5GQh+tA0eV\nnFv3xHs2lbmosAGEKNxk5nMy2q6kxvSrzACWxRKCsXqWK1b635VcyRRo+plD8bPU\nwmTa3S61Cr590D1bwjztM0cc2TzSRac=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f71bde4a-489c-4ea1-8da9-9c155989c833', 'name': 'tempest-securitygroup--1496489334', 'stateful': True, 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'description': 'tempest- description--613673494', 'shared': False, 'security_group_rules': [{'id': '16e71c60-b23b-4e66-b4f0-0475e1a43b59', 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'security_group_id': 'f71bde4a-489c-4ea1-8da9-9c155989c833', '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': 737, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:14Z', 'updated_at': '2023-07-23T18:51:14Z', 'revision_number': 0}, {'id': 'af12574f-4e74-446e-bc24-2227ffbf1484', 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'security_group_id': 'f71bde4a-489c-4ea1-8da9-9c155989c833', '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': 738, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:14Z', 'updated_at': '2023-07-23T18:51:14Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:51:14Z', 'updated_at': '2023-07-23T18:51:14Z', 'revision_number': 1, 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6'}, 'floating_ip': {'id': 'c9873077-d538-4f7f-a069-de7c1bcad665', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'floating_ip_address': '172.24.4.173', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:17Z', 'updated_at': '2023-07-23T18:51:17Z', 'revision_number': 0, 'ip': '172.24.4.173'}} 2023-07-23 18:51:20,015 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.098s 2023-07-23 18:51:20,018 79362 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-586967340", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "f2f7b884-d2b2-493f-bb99-c359f2c02d5b"}, {"port": "80877907-9f81-4bc2-9c2c-18cb2dd05710", "tag": "port-1"}, {"port": "2bd53245-bf29-43d8-8595-0ea6a60e4fb1", "tag": "port-2"}, {"uuid": "7d57a135-f2bd-40e1-85dd-8ba7ed258186", "tag": "net-1"}, {"uuid": "7d57a135-f2bd-40e1-85dd-8ba7ed258186"}, {"uuid": "0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "da583819-f8a2-4291-903e-0057149117b2", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1496489334"}], "key_name": "tempest-keypair-9843370", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 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-936a8776-2ba3-47ce-bd3f-3e1e0102 0387', 'x-compute-request-id': 'req-936a8776-2ba3-47ce-bd3f-3e1e01020387', '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-23 18:51:20,202 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-9843370 0.179s 2023-07-23 18:51:20,211 79362 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': 'Sun, 23 Jul 2023 18:51:20 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-f1d9fba3-d6ee-44f6-8388-b6abea022dfa', 'x-compute-request-id': 'req-f1d9fba3-d6ee-44f6-8388-b6abea022dfa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-9843370'} Body: b'' 2023-07-23 18:51:21,061 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f71bde4a-489c-4ea1-8da9-9c155989c833 0.849s 2023-07-23 18:51:21,061 79362 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-c4a9c4cf-775a-4809-aec5-8a48cfdbeb81', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f71bde4a-489c-4ea1-8da9-9c155989c833'} Body: b'' 2023-07-23 18:51:21,099 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f71bde4a-489c-4ea1-8da9-9c155989c833 0.037s 2023-07-23 18:51:21,115 79362 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-ac81b47f-a39b-4191-9009-b0956c1d49ea', 'date': 'Sun, 23 Jul 2023 18:51:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f71bde4a-489c-4ea1-8da9-9c155989c833'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f71bde4a-489c-4ea1-8da9-9c155989c833 does not exist", "detail": ""}}' 2023-07-23 18:51:22,194 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c9873077-d538-4f7f-a069-de7c1bcad665 1.079s 2023-07-23 18:51:22,195 79362 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-db9f827c-a0a1-4684-a20d-93439d4509e1', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c9873077-d538-4f7f-a069-de7c1bcad665'} Body: b'' 2023-07-23 18:51:23,180 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/2bd53245-bf29-43d8-8595-0ea6a60e4fb1 0.985s 2023-07-23 18:51:23,181 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-ec9689a0-4229-482f-ab82-ddfa8e7a326d', 'date': 'Sun, 23 Jul 2023 18:51:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/2bd53245-bf29-43d8-8595-0ea6a60e4fb1'} Body: b'' 2023-07-23 18:51:24,735 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/80877907-9f81-4bc2-9c2c-18cb2dd05710 1.553s 2023-07-23 18:51:24,735 79362 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-0bc35996-7838-4c12-a2f0-a39470e15678', 'date': 'Sun, 23 Jul 2023 18:51:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/80877907-9f81-4bc2-9c2c-18cb2dd05710'} Body: b'' 2023-07-23 18:51:25,814 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/fc02c0ff-cb5b-4925-aec3-42955698f1b4 1.078s 2023-07-23 18:51:25,814 79362 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-72381e73-c471-4568-bf54-689bd32a5f65', 'date': 'Sun, 23 Jul 2023 18:51:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/fc02c0ff-cb5b-4925-aec3-42955698f1b4'} Body: b'' 2023-07-23 18:51:26,088 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/80f7cb04-aaae-4f05-a6fa-7afba4da4871 0.272s 2023-07-23 18:51:26,088 79362 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-b941a570-8b26-4a52-83db-10eca2b65d22', 'date': 'Sun, 23 Jul 2023 18:51:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/80f7cb04-aaae-4f05-a6fa-7afba4da4871'} Body: b'' 2023-07-23 18:51:27,013 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f 0.925s 2023-07-23 18:51:27,014 79362 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-82c01a4a-6aee-440f-8f44-388576b890bc', 'date': 'Sun, 23 Jul 2023 18:51:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f'} Body: b'' 2023-07-23 18:51:28,360 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/7d57a135-f2bd-40e1-85dd-8ba7ed258186 1.345s 2023-07-23 18:51:28,360 79362 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-c59e9d48-0c55-456e-bfa8-d208cb3405ac', 'date': 'Sun, 23 Jul 2023 18:51:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2 .0/networks/7d57a135-f2bd-40e1-85dd-8ba7ed258186'} Body: b'' {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [5.159461s] ... 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-23 18:51:23,519 79346 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:23,520 79346 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:23,861 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.337s 2023-07-23 18:51:23,861 79346 DEBUG [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-2014094142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFrIHoX9RkcCM4z6vLaMCGgccVbwBaX37Cv/NQTP8eicNuAP3rojt6Se/vMwQkqjPTd5Re3y80jnHrHODmSAVgZ2TjLZhcIgwA+7f6rasA4l5OMDloPOaJc9g/hI6Kx46g=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:23 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-a3b37cfc-0dea-4eb0-ad26-7e6da14123dc', 'x-compute-request-id': 'req-a3b37cfc-0dea-4eb0-ad26-7e6da14123dc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2014094142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFrIHoX9RkcCM4z6vLaMCGgccVbwBaX37Cv/NQTP8eicNuAP3rojt6Se/vMwQkqjPTd5Re3y80jnHrHODmSAVgZ2TjLZhcIgwA+7f6rasA4l5OMDloPOaJc9g/hI6Kx46g==", "fingerprint": "83:f2:38:04:57:2e:26:b7:c7:3d:81:68:64:ac:27:6f", "user_id": "da63a920647e465abc97c2ec75045b4b"}}' 2023-07-23 18:51:23,864 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2014094142 created 2023-07-23 18:51:24,096 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.231s 2023-07-23 18:51:24,097 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1982529692", "description": "tempest-description--502434847"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7e9acb38-acd9-47ac-a563-69d7eb6899d2', 'date': 'Sun, 23 Jul 2023 18:51:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f2fa4746-caf5-452c-a255-c3e39757f060", "name": "tempest-securitygroup--1982529692", "stateful": true, "tenant_id": "f21646fd174648c1aa098d57dbd71327", "description": "tempest-description--502434847", "shared": false, "security_group_rules": [{"id": "53fd68e5-5b03-424b-9ce5-23590b6b8771", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "f2fa4746-caf5-452c-a255-c3e39757f060", "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": 753, "description": null, "tags": [], "created_at": "2023-07-23T18:51:23Z", "updated_at": "2023-07-23T18:51:23Z", "revision_number": 0}, {"id": "c044a522-9dd3-4c9b-a6b3-853d6144a6cc", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "f2fa4746-caf5-452c-a255-c3e39757f060", "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": 754, "description": null, "tags": [], "created_at": "2023-07-23T18:51:23Z", "updated_at": "2023-07-23T18:51:23Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:23Z", "updated_at": "2023-07-23T18:51:23Z", "revision_number": 1, "project_id": "f21646fd174648c1aa098d57dbd71327"}}' 2023-07-23 18:51:24,438 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.340s 2023-07-23 18:51:24,439 79346 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": "f2fa4746-caf5-452c-a255-c3e39757f060", "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-70720ae9-c96e-437b-b77a-908d04f9114c', 'date': 'Sun, 23 Jul 2023 18:51:24 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": "182acd94-dd75-43b9-93e5-2d371c34f194", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "f2fa4746-caf5-452c-a255-c3e39757f060", "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-23T18:51:24Z", "updated_at": "2023-07-23T18:51:24Z", "revision_number": 0}}' 2023-07-23 18:51:25,043 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.603s 2023-07-23 18:51:25,043 79346 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": "f2fa4746-caf5-452c-a255-c3e39757f060", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-276a76ee-23cd-468a-b532-10f9f196d3e1', 'date': 'Sun, 23 Jul 2023 18:51:25 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": "b6821439-f84f-4588-8847-ed8767b55efe", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "f2fa4746-caf5-452c-a255-c3e39757f060", "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-23T18:51:24Z", "updated_at": "2023-07-23T18:51:24Z", "revision_number": 0}}' 2023-07-23 18:51:25,044 79346 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1982529692 created 2023-07-23 18:51:26,986 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.941s 2023-07-23 18:51:26,986 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'cont ent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-db31e28d-f72b-46a0-b78a-45059da45497', 'date': 'Sun, 23 Jul 2023 18:51:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5005cf69-11bc-4092-a908-1d0b6c06df6f", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "floating_ip_address": "172.24.4.118", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f21646fd174648c1aa098d57dbd71327", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:51:26Z", "updated_at": "2023-07-23T18:51:26Z", "revision_number": 0}}' 2023-07-23 18:51:26,987 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5005cf69-11bc-4092-a908-1d0b6c06df6f', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'floating_ip_address': '172.24.4.118', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:26Z', 'updated_at': '2023-07-23T18:51:26Z', 'revision_number': 0, 'ip': '172.24.4.118'} created 2023-07-23 18:51:27,102 79346 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.107s 2023-07-23 18:51:27,103 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7654efaf-2a38-4128-9f7c-cdf198c65f2a', '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": "da63a920647e465abc97c2ec75045b4b", "name": "tempest-AttachVolumeShelveTestJSON-476493952-project-member", "password_expires_at": null}, "audit_ids": ["S3-w_nh8TySE4tYgjhPCcg"], "expires_at": "2023-07-23T19:51:27.000000Z", "issued_at": "2023-07-23T18:51:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f21646fd174648c1aa098d57dbd71327", "name": "tempest-AttachVolumeShelveTestJSON-476493952"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:27,103 79346 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'dcd59f2f-3176-43da-8a46-96b978a031ff', 'name': 'tempest-AttachVolumeShelveTestJSON-769362280-network', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22036, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:51:10Z', 'updated_at': '2023-07-23T18:51:10Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:27,104 79346 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2014094142', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFrIHoX9RkcCM4z6vLaMCGgccVbwBaX37Cv/NQTP8eicNuAP3rojt6Se/vMwQkqjPTd5Re3y80jnHrHODmSAVgZ2TjLZhcIgwA+7f6rasA4l5OMDloPOaJc9g/hI6Kx46g==', 'fingerprint': '83:f2:38:04:57:2e:26:b7:c7:3d:81:68:64:ac:27:6f', 'user_id': 'da63a920647e465abc97c2ec75045b4b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBg4OQ8EGsZfprgwzw7tcOLey078LWUbRpiaZbPD7h/zHddFz2IGSxV\n2o6T6f9Gc1+gBwYFK4EEACKhZANiAARayB6F/UZHAjOM+ry2jAhoHHFW8AWl9+wr\n/zUEz/HonDbgD966I7eknv7zMEJKoz03eUXt8vNI5x6xzg5kgFYGdk4y2YXCIMAP\nu3+q2rAOJeTjA5aDzmiXPYP4SOiseOo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f2fa4746-caf5-452c-a255-c3e39757f060', 'name': 'tempest-securitygroup--1982529692', 'stateful': True, 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'description': 'tempest-description--502434847', 'shared': False, 'security_group_rules': [{'id': '53fd68e5-5b03-424b-9ce5-23590b6b8771', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'security_group_id': 'f2fa4746-caf5-452c-a255-c3e39757f060', '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': 753, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:23Z', 'updated_at': '2023-07-23T18:51:23Z', 'revision_number': 0}, {'id': 'c044a522-9dd3-4c9b-a6b3-853d6144a6cc', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'security_group_id': 'f2fa4746-caf5-452c-a255-c3e39757f060', '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': 754, 'description': None, 'tags': [], 'creat ed_at': '2023-07-23T18:51:23Z', 'updated_at': '2023-07-23T18:51:23Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:51:23Z', 'updated_at': '2023-07-23T18:51:23Z', 'revision_number': 1, 'project_id': 'f21646fd174648c1aa098d57dbd71327'}, 'floating_ip': {'id': '5005cf69-11bc-4092-a908-1d0b6c06df6f', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'floating_ip_address': '172.24.4.118', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:26Z', 'updated_at': '2023-07-23T18:51:26Z', 'revision_number': 0, 'ip': '172.24.4.118'}} 2023-07-23 18:51:27,140 79346 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.035s 2023-07-23 18:51:27,140 79346 DEBUG [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-873995517", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "dcd59f2f-3176-43da-8a46-96b978a031ff"}], "security_groups": [{"name": "tempest-securitygroup--1982529692"}], "key_name": "tempest-keypair-2014094142", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:27 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-a3a5e4fb-09dc-4f3d-aa4f-52dde1b4eac0', 'x-compute-request-id': 'req-a3a5e4fb-09dc-4f3d-aa4f-52dde1b4eac0', '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-23 18:51:27,189 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2014094142 0.045s 2023-07-23 18:51:27,189 79346 DEBUG [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': 'Sun, 23 Jul 2023 18:51:27 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-ba6634ca-a622-495e-bee2-1a6568de1695', 'x-compute-request-id': 'req-ba6634ca-a622-495e-bee2-1a6568de1695', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2014094142'} Body: b'' 2023-07-23 18:51:27,512 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f2fa4746-caf5-452c-a255-c3e39757f060 0.322s 2023-07-23 18:51:27,512 79346 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-ec6c4f4f-1be2-4bd1-85f3-1c33b1b34adf', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10 .0.0.210:9696/networking/v2.0/security-groups/f2fa4746-caf5-452c-a255-c3e39757f060'} Body: b'' 2023-07-23 18:51:27,552 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f2fa4746-caf5-452c-a255-c3e39757f060 0.039s 2023-07-23 18:51:27,552 79346 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-b4af368c-8cd1-4896-8fec-a40ea5bf8497', 'date': 'Sun, 23 Jul 2023 18:51:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f2fa4746-caf5-452c-a255-c3e39757f060'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f2fa4746-caf5-452c-a255-c3e39757f060 does not exist", "detail": ""}}' 2023-07-23 18:51:28,677 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5005cf69-11bc-4092-a908-1d0b6c06df6f 1.124s 2023-07-23 18:51:28,677 79346 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-314076c8-536b-44bd-b5d9-33ff0a14275b', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5005cf69-11bc-4092-a908-1d0b6c06df6f'} Body: b'' {1} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [35.864771s] ... ok {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [3.756324s] ... 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-23 18:51:28,680 79346 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:28,681 79346 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:28,845 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.161s 2023-07-23 18:51:28,845 79346 DEBUG [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-1708706988", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHD8jydVCs1DbcpRkDDWNtmIYAcqqm214MoyQIi5LA7+UX/wxKZ+bSNJnqGhwTzM2YdZtxhFBzyiHqxvF3GhqQ7O6HJ3V7BP4wjLMiuvEM6E0sJFCeZsoa4qjeJkqzURww=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:28 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-12dda077-c745-47d6-ad8d-18b726bee1ce', 'x-compute-request-id': 'req-12dda077-c745-47d6-ad8d-18b726bee1ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1708706988", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHD8jydVCs1DbcpRkDDWNtmIYAcqqm214MoyQIi5LA7+UX/wxKZ+bSNJnqGhwTzM2YdZtxhFBzyiHqxvF3GhqQ7O6HJ3V7BP4wjLMiuvEM6E0sJFCeZsoa4qjeJkqzURww==", "fingerprint": "9b:c1:48:70:12:95:f1:a4:33:ec:ac:6b:61:49:18:e1", "user_id": "da63a920647e465abc97c2ec75045b4b"}}' 2023-07-23 18:51:28,848 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1708706988 created 2023-07-23 18:51:29,159 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.310s 2023-07-23 18:51:29,159 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1629518371", "description": "tempest-description--242310897"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-3fd9d519-06cc-4722-b9d6-9706d9cd4451', 'date': 'Sun, 23 Jul 2023 18:51:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "name": "tempest-securitygroup--1629518371", "stateful": true, "tenant_id": "f21646fd174648c1aa098d57dbd71327", "description": "tempest-description--242310897", "shared": false, "security_group_rules": [{"id": "0d0ce4e5-d82d-47fa-9d61-0f3517219f5c", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "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": 790, "description": null, "tags": [], "created_at": "2023-07-23T18:51:29Z", "updated_at": "2023-07-23T18:51:29Z", "revision_number": 0}, {"id": "7a5b6dbf-383f-4e42-945b-7695d4d381e8", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "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": 789, "description": null, "tags": [], "created_at": "2023-07-23T18:51:29Z", "updated_at": "2023-07-23T18:51:29Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:29Z", "updated_at": "2023-07-23T18:51:29Z", "revision_number": 1, "project_id": "f21646fd174648c1aa098d57dbd71327"}}' 2023-07-23 18:51:29,407 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.247s 2023-07-23 18:51:29,408 79346 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": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "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-4077466f-14e6-4ed7-9f88-730e2cb4cb0b', 'date': 'Sun, 23 Jul 2023 18:51:29 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": "7f0856a8-d626-42c6-b79e-414e5439b3f6", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "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-23T18:51:29Z", "updated_at": "2023-07-23T18:51:29Z", "revision_number": 0}}' 2023-07-23 18:51:29,655 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.246s 2023-07-23 18:51:29,655 79346 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": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f2fa5621-bbbc-4b41-b97d-3a42055002c7', 'date': 'Sun, 23 Jul 2023 18:51:29 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": "203896ec-5618-4ebc-aa41-0a4f2be0a275", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "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-23T18:51:29Z", "updated_at": "2023-07-23T18:51:29Z", "revision_number": 0}}' 2023-07-23 18:51:29,656 79346 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1629518371 created 2023-07-23 18:51:31,006 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.349s 2023-07-23 18:51:31,006 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'cont ent-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-ffca1714-88bc-4f96-96ee-f78e16580873', 'date': 'Sun, 23 Jul 2023 18:51:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0088ed42-1ad8-4e99-9e9c-0bbc4114e907", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "floating_ip_address": "172.24.4.15", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f21646fd174648c1aa098d57dbd71327", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:51:30Z", "updated_at": "2023-07-23T18:51:30Z", "revision_number": 0}}' 2023-07-23 18:51:31,006 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0088ed42-1ad8-4e99-9e9c-0bbc4114e907', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:30Z', 'updated_at': '2023-07-23T18:51:30Z', 'revision_number': 0, 'ip': '172.24.4.15'} created 2023-07-23 18:51:31,157 79346 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.145s 2023-07-23 18:51:31,158 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f389536a-f41b-405e-8fcc-ed782abb2793', '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": "da63a920647e465abc97c2ec75045b4b", "name": "tempest-AttachVolumeShelveTestJSON-476493952-project-member", "password_expires_at": null}, "audit_ids": ["h0BeEHe2SDScigESRMMLhw"], "expires_at": "2023-07-23T19:51:31.000000Z", "issued_at": "2023-07-23T18:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f21646fd174648c1aa098d57dbd71327", "name": "tempest-AttachVolumeShelveTestJSON-476493952"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e d6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:31,158 79346 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'dcd59f2f-3176-43da-8a46-96b978a031ff', 'name': 'tempest-AttachVolumeShelveTestJSON-769362280-network', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22036, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:51:10Z', 'updated_at': '2023-07-23T18:51:10Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:31,159 79346 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1708706988', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHD8jydVCs1DbcpRkDDWNtmIYAcqqm214MoyQIi5LA7+UX/wxKZ+bSNJnqGhwTzM2YdZtxhFBzyiHqxvF3GhqQ7O6HJ3V7BP4wjLMiuvEM6E0sJFCeZsoa4qjeJkqzURww==', 'fingerprint': '9b:c1:48:70:12:95:f1:a4:33:ec:ac:6b:61:49:18:e1', 'user_id': 'da63a920647e465abc97c2ec75045b4b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBtbDVExMc+Nxn4bCB+Dt2BRjnYNtunBGHkTZImkMYzAw/IfTyhBnIp\nZh4wnsYynLegBwYFK4EEACKhZANiAARw/I8nVQrNQ23KUZAw1jbZiGAHKqptteDK\nMkCIuSwO/lF/8MSmfm0jSZ6hocE8zNmHWbcYRQc8oh6sbxdxoakOzuhyd1ewT+MI\nyzIrrxDOhNLCRQnmbKGuKo3iZKs1EcM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '606bb096-5aa0-40fb-9916-0ecd0ab314ee', 'name': 'tempest-securitygroup--1629518371', 'stateful': True, 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'description': 'tempest-description--242310897', 'shared': False, 'security_group_rules': [{'id': '0d0ce4e5-d82d-47fa-9d61-0f3517219f5c', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'security_group_id': '606bb096-5aa0-40fb-9916-0ecd0ab314ee', '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': 790, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:29Z', 'updated_at': '2023-07-23T18:51:29Z', 'revision_number': 0}, {'id': '7a5b6dbf-383f-4e42-945b-7695d4d381e8', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'security_group_id': '606bb096-5aa0-40fb-9916-0ecd0ab314ee', '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': 789, 'description': None, 'tags': [], 'created_ at': '2023-07-23T18:51:29Z', 'updated_at': '2023-07-23T18:51:29Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:51:29Z', 'updated_at': '2023-07-23T18:51:29Z', 'revision_number': 1, 'project_id': 'f21646fd174648c1aa098d57dbd71327'}, 'floating_ip': {'id': '0088ed42-1ad8-4e99-9e9c-0bbc4114e907', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:30Z', 'updated_at': '2023-07-23T18:51:30Z', 'revision_number': 0, 'ip': '172.24.4.15'}} 2023-07-23 18:51:31,188 79346 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.027s 2023-07-23 18:51:31,188 79346 DEBUG [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-1898044888", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "dcd59f2f-3176-43da-8a46-96b978a031ff"}], "security_groups": [{"name": "tempest-securitygroup--1629518371"}], "key_name": "tempest-keypair-1708706988", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:31 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-abacf1f7-a38d-4b63-a23b-30062f5d2995', 'x-compute-request-id': 'req-abacf1f7-a38d-4b63-a23b-30062f5d2995', '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-23 18:51:31,239 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1708706988 0.049s 2023-07-23 18:51:31,240 79346 DEBUG [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': 'Sun, 23 Jul 2023 18:51:31 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-eb02c690-206c-4afc-bc20-d02917965782', 'x-compute-request-id': 'req-eb02c690-206c-4afc-bc20-d02917965782', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1708706988'} Body: b'' 2023-07-23 18:51:31,443 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/606bb096-5aa0-40fb-9916-0ecd0ab314ee 0.202s 2023-07-23 18:51:31,444 79346 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-a11a1926-ef26-46cc-b597-8941e032e881', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0 .210:9696/networking/v2.0/security-groups/606bb096-5aa0-40fb-9916-0ecd0ab314ee'} Body: b'' 2023-07-23 18:51:31,477 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/606bb096-5aa0-40fb-9916-0ecd0ab314ee 0.032s 2023-07-23 18:51:31,477 79346 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-868a5828-51ae-41b1-b5ef-df9d8598a04b', 'date': 'Sun, 23 Jul 2023 18:51:31 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/606bb096-5aa0-40fb-9916-0ecd0ab314ee'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 606bb096-5aa0-40fb-9916-0ecd0ab314ee does not exist", "detail": ""}}' 2023-07-23 18:51:32,435 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/0088ed42-1ad8-4e99-9e9c-0bbc4114e907 0.957s 2023-07-23 18:51:32,435 79346 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-99256518-896c-43bc-a3aa-cbe600d29989', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0088ed42-1ad8-4e99-9e9c-0bbc4114e907'} Body: b'' {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [0.109911s] ... 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-23 18:51:34,114 79358 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.056s 2023-07-23 18:51:34,115 79358 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:34 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-34005079-27dc-4bec-af97-00ced7b242aa', '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": "4bc0ff85b077492481c5a6e7e0a581d4", "name": "tempest-VolumesNegativeTest-2027144349-project-member", "password_expires_at": null}, "audit_ids": ["QHc7e1YCQKKTTEKlCgk2zg"], "expires_at": "2023-07-23T19:51:34.000000Z", "issued_at": "2023-07-23T18:51:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a692d11c250b48bb9cecd051d30889d7", "name": "tempest-VolumesNegativeTest-2027144349"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a692d11c250b48bb9cecd051d30889d7", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a692d11c250b48bb9cecd051d30889d7", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a692d11c250b48bb9cecd051d30889d7", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:34,115 79358 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-23 18:51:34,159 79358 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.043s 2023-07-23 18:51:34,160 79358 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'C ontent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesNegativeTest-instance-1363690125", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:34 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-289eddd8-97a2-4651-8ef4-49c98048bfee', 'x-compute-request-id': 'req-289eddd8-97a2-4651-8ef4-49c98048bfee', '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.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [34.182110s] ... 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-23 18:51:00,573 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc 0.261s 2023-07-23 18:51:00,573 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-89ff550e-c916-471c-ac95-fb37ca807084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc'} 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": "c16e68c26d9244c4985595b2be0fa9e8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "created_at": "2023-07-23T18:45:22Z", "updated_at": "2023-07-23T18:45:23Z", "tags": [], "self": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc", "file": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:51:01,090 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes 0.516s 2023-07-23 18:51:01,091 79360 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-827603184", "snapshot_id": null, "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c66330b-6a2b-426d-b3b1-f769aecfaacf', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c66330b-6a2b-426d-b3b1-f769aecfaacf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.972405", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:51:01,155 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.051s 2023-07-23 18:51:01,156 79360 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f5b6e2-c962-40a2-9378-b27f9dfb9c8e', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7f5b6e2-c962-40a2-9378-b27f9dfb9c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:02,211 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.039s 2023-07-23 18:51:02,438 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85bb074e-7665-49ef-b2c6-1090febd1bba', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85bb074e-7665-49ef-b2c6-1090febd1bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:03,533 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.073s 2023-07-23 18:51:03,534 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:03 GMT', 'server': 'Apache/2. 4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e8e25b7-6a33-4c62-8f43-d09183ac13b1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e8e25b7-6a33-4c62-8f43-d09183ac13b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:04,591 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.043s 2023-07-23 18:51:04,591 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30a6e701-2e83-4b8e-b478-61ea6f57e218', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30a6e701-2e83-4b8e-b478-61ea6f57e218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:05,695 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.084s 2023-07-23 18:51:05,696 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dde912a0-160f-4c14-ab7f-932e222d24c5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenS tack-API-Version', 'x-openstack-request-id': 'req-dde912a0-160f-4c14-ab7f-932e222d24c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:06,763 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.053s 2023-07-23 18:51:06,764 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df7c6adc-122c-4700-b8c4-729ab1116588', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df7c6adc-122c-4700-b8c4-729ab1116588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:07,837 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.055s 2023-07-23 18:51:07,838 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e94d11-2f1e-42fe-adfd-7f981df08096', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e94d11-2f1e-42fe-adfd-7f981df08096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba25 2766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:08,904 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.054s 2023-07-23 18:51:08,904 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dea8929-831d-41ca-9ec4-17395d857844', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dea8929-831d-41ca-9ec4-17395d857844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:09,976 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.059s 2023-07-23 18:51:09,977 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f7ff7e-cba0-4058-b35d-d1c30f087b20', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f7ff7e-cba0-4058-b35d-d1c30f087b20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "c reated_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:11,072 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.074s 2023-07-23 18:51:11,073 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-776e2054-f39c-41bd-825a-03d49f7700d4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-776e2054-f39c-41bd-825a-03d49f7700d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:12,163 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.077s 2023-07-23 18:51:12,164 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff1e4532-1a08-42ad-adb1-cc9fb0e86864', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff1e4532-1a08-42ad-adb1-cc9fb0e86864', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss- 2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:13,289 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.075s 2023-07-23 18:51:13,289 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd733b5b-676d-4f08-b916-258fa276a458', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd733b5b-676d-4f08-b916-258fa276a458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:13,305 79360 INFO [tempest.common.waiters] volume 806a24d0-749e-4f15-933d-dfabba9e6e8e reached available after waiting for 12.305530 seconds 2023-07-23 18:51:13,374 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.068s 2023-07-23 18:51:13,374 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0010be-431c-4b1f-b67c-00b932ef0844', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0010be-431c-4b1f-b67c-00b932ef0844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19 f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:13,640 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots 0.252s 2023-07-23 18:51:13,640 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "metadata": null}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5551cd3-87e2-40e3-85c6-5b4f22703e35', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5551cd3-87e2-40e3-85c6-5b4f22703e35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:13.541554", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-23 18:51:13,688 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.041s 2023-07-23 18:51:13,688 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5a48ef3-2997-445d-be3f-9350291cb431', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5a48ef3-2997-445d-be3f-9350291cb431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": null, "name": "tempest-TestVolumeBo otPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:51:14,734 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.037s 2023-07-23 18:51:14,734 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c8d9828-04d3-4158-98a9-acea71e2ad45', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c8d9828-04d3-4158-98a9-acea71e2ad45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:51:15,774 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.035s 2023-07-23 18:51:15,775 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2472da3f-77ab-4570-ae85-0616adc5ee14', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2472da3f-77ab-4570-ae85-0616adc5ee14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:51:16,813 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.030s 2023-07-23 18:51:16,814 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f66e2d24-3f0a-4ef1-887c-7f94a538135b', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f66e2d24-3f0a-4ef1-887c-7f94a538135b', 'connection ': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:51:17,869 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.047s 2023-07-23 18:51:17,870 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c6ecce7-f3c1-4c01-94c0-2a539b02e2b3', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c6ecce7-f3c1-4c01-94c0-2a539b02e2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:51:19,021 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.143s 2023-07-23 18:51:19,021 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f02b7c9c-e010-4aa7-9410-6f997e8fda00', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f02b7c9c-e010-4aa7-9410-6f997e8fda00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:19.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:19,029 79360 INFO [tempest.common.waiters] snapshot 946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc reached available after waiting for 6.029373 seconds 2023-07-23 18:51:19,075 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.039s 2023-07-23 18:51:19,085 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2e2446c-a52a-4f57-b8ef-ae1782c73e35', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2e2446c-a52a-4f57-b8ef-ae1782c73e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:19.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:19,674 79360 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.571s 2023-07-23 18:51:19,686 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 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-c9126b30-910c-4f3f-a079-c11dee33f167', '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": "3e7071b63e754806b8cbc4c6b868d3c6", "name": "tempest-TestVolumeBootPattern-646827604-project-member", "password_expires_at": null}, "audit_ids": ["M_CcbFxfSCiqWg5_5MneWA"], "expires_at": "2023-07-23T19:51:19.000000Z", "issued_at": "2023-07-23T18:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19f30a0bf2e54694ba252766c35c9813", "name": "tempest-TestVolumeBootPattern-646827604"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "ht tp://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:19,687 79360 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': '4ecc3221-4b16-428a-bead-71a9f0816063', 'name': 'tempest-TestVolumeBootPattern-536110673-network', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19913, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:35Z', 'updated_at': '2023-07-23T18:50:35Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:19,829 79360 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.140s 2023-07-23 18:51:19,830 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-215449088", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "4ecc3221-4b16-428a-bead-71a9f0816063"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 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-fb0e89e0-0269-4941-8596-d814214b1fbf', 'x-compute-request-id': 'req-fb0e89e0-0269-4941-8596-d814214b1fbf', '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-23 18:51:20,059 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.226s 2023-07-23 18:51:20,060 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 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-54707813-d247-4346-914d-319b37a0a492', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'' 2023-07-23 18:51:20,145 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694 ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.083s 2023-07-23 18:51:20,162 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01522a07-92fb-4813-b6be-d5007d334185', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01522a07-92fb-4813-b6be-d5007d334185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:20.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:21,276 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.108s 2023-07-23 18:51:21,286 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5bc105-4738-430c-b95e-8e69dec05dfd', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5bc105-4738-430c-b95e-8e69dec05dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:20.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:22,341 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.049s 2023-07-23 18:51:22,341 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5be6d5f3-8719-4203-aa04-8a3037192a4e', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5be6d5f3-8719-4203-aa04-8a3037192a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:20.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size ": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:23,422 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.074s 2023-07-23 18:51:23,516 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-344b9486-f993-407e-ab4a-100405dee308', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-344b9486-f993-407e-ab4a-100405dee308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:20.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:24,546 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.023s 2023-07-23 18:51:24,546 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:24 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-5bde1d41-72e3-4bdf-9b1d-b0a39f32619b', 'x-openstack-request-id': 'req-5bde1d41-72e3-4bdf-9b1d-b0a39f32619b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc could not be found."}}' 2023-07-23 18:51:24,690 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.143s 2023-07-23 18:51:24,690 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:24 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-99582132-1383-4bd3-8ab6-329d25a545bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'' 2023-07-23 18:51:24,790 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.099s 2023-07-23 18:51:24,791 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-577bce7b-d108-40c2-a81c-700000287be6', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-577bce7b-d108-40c2-a81c-700000287be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:25,881 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.073s 2023-07-23 18:51:25,881 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-323d5b23-f7b6-4850-a811-e1d3c4b94516', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-323d5b23-f7b6-4850-a811-e1d3c4b94516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:26,970 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.069s 2023-07-23 18:51:26,970 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09ef1787-e03e-434a-b9d5-48fe309e09a6', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09ef1787-e03e-434a-b9d5-48fe309e09a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:28,039 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.054s 2023-07-23 18:51:28,039 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fe8fab5-4197-4678-8ecb-7248c0abe03c', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fe8fab5-4197-4678-8ecb-7248c0abe03c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba25276 6c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:29,109 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.056s 2023-07-23 18:51:29,110 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6336bf8c-d40b-4b13-bee8-5b0118f5fd07', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6336bf8c-d40b-4b13-bee8-5b0118f5fd07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:30,206 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.075s 2023-07-23 18:51:30,206 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b91c37bc-4e70-4a22-95eb-8450274da39b', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b91c37bc-4e70-4a22-95eb-8450274da39b', 'connect ion': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:31,271 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.053s 2023-07-23 18:51:31,272 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcac1ad5-542c-407b-8ff8-522860c6f012', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcac1ad5-542c-407b-8ff8-522860c6f012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:32,364 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35 c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.073s 2023-07-23 18:51:32,364 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb326e15-b13a-46c0-a7e2-f8bcd55d65cb', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb326e15-b13a-46c0-a7e2-f8bcd55d65cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:33,443 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.066s 2023-07-23 18:51:33,443 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c03d2449-b310-4788-b226-06ba715cf42f', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c03d2449-b310-4788-b226-06ba715cf42f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "o wner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:34,490 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.027s 2023-07-23 18:51:34,491 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:34 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-9a246640-3944-4f98-929e-719522ba029e', 'x-openstack-request-id': 'req-9a246640-3944-4f98-929e-719522ba029e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 806a24d0-749e-4f15-933d-dfabba9e6e8e could not be found."}}' {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [3.981849s] ... ok {11} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [33.073779s] ... ok {5} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [12.510657s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [3.405658s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.027801s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.040458s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.048763s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.045187s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.020192s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.024973s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.016186s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.036687s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.015425s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.032896s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.067243s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.013647s] ... ok {4} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [25.863928s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.118708s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.102447s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.107194s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.065492s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.198417s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.027049s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.031313s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.014891s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.044652s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.041037s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.024559s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.032747s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.017321s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.036146s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.018183s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.031619s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.026616s] ... ok {3} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {0} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.615770s] ... ok {0} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.385712s] ... ok {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.300402s] ... ok {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.067121s] ... ok {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.021461s] ... ok {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.023352s] ... ok {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.020331s] ... ok {2} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [10.063128s] ... 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-23 18:51:35,794 79350 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:35,794 79350 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:36,093 79350 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.296s 2023-07-23 18:51:36,093 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2077746947", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmwx5hgG4ou9cRSrmWhoM7Tl6bpoY5kRf28xc3NXtGa1BHOavZ5HZwpwYmPv+6ek4NBBktmGqNihMm+hPm/DqtZn3ZMt9e7FLvgjrNcvf+tHBi+0mk+/huioW+/PQAJOg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:35 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-fceb625b-5f60-480e-8a73-65481a8eb3a0', 'x-compute-request-id': 'req-fceb625b-5f60-480e-8a73-65481a8eb3a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2077746947", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmwx5hgG4ou9cRSrmWhoM7Tl6bpoY5kRf28xc3NXtGa1BHOavZ5HZwpwYmPv+6ek4NBBktmGqNihMm+hPm/DqtZn3ZMt9e7FLvgjrNcvf+tHBi+0mk+/huioW+/PQAJOg==", "fingerprint": "23:c9:de:7e:88:a8:bf:52:45:08:a3:fd:d4:25:d7:d0", "user_id": "2a18d943794a43439b301570e2220a66"}}' 2023-07-23 18:51:36,097 79350 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2077746947 created 2023-07-23 18:51:36,347 79350 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.250s 2023-07-23 18:51:36,347 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1649916475", "description": "tempest-description--1132468630"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-a1d41ce2-2bf4-47da-a29a-a974439df8db', 'date': 'Sun, 23 Jul 2023 18:51:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "15b22991-e935-4076-838f-aa699b2de8b1", "name": "tempest-securitygroup--1649916475", "stateful": true, "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "description": "tempest-description--1132468630", "shared": false, "security_group_rules": [{"id": "35d3afcd-33e1-460e-8deb-6260bf9dcda8", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "15b22991-e935-4076-838f-aa699b2de8b1", "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": 810, "description": null, "tags": [], "created_at": "2023-07-23T18:51:36Z", "updated_at": "2023-07-23T18:51:36Z", "revision_number": 0}, {"id": "6c29c1b5-5e66-4f85-9ea8-fcb2bf98a60e", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "15b22991-e935-4076-838f-aa699b2de8b1", "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": 811, "description": null, "tags": [], "created_at": "2023-07-23T18:51:36Z", "updated_at": "2023-07-23T18:51:36Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:36Z", "updated_at": "2023-07-23T18:51:36Z", "revision_number": 1, "project_id": "fd68a869fd324e9293ce50bace8311ba"}}' 2023-07-23 18:51:36,666 79350 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.318s 2023-07-23 18:51:36,667 79350 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": "15b22991-e935-4076-838f-aa699b2de8b1", "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-7d21f1e8-c89a-4327-bbb6-4b7fa105587a', 'date': 'Sun, 23 Jul 2023 18:51: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": "9c1be8cb-cc48-44ec-bdaa-71f4520f4901", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "15b22991-e935-4076-838f-aa699b2de8b1", "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-23T18:51:36Z", "updated_at": "2023-07-23T18:51:36Z", "revision_number": 0}}' 2023-07-23 18:51:37,564 79350 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.896s 2023-07-23 18:51:37,564 79350 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": "15b22991-e935-4076-838f-aa699b2de8b1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8caf627a-0a6e-421a-8a5f-e7a10e5d1970', 'date': 'Sun, 23 Jul 2023 18:51:37 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": "ceaa87b2-b33e-46f1-912d-273afd7ee20b", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "15b22991-e935-4076-838f-aa699b2de8b1", "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-23T18:51:36Z", "updated_at": "2023-07-23T18:51:36Z", "revision_number": 0}}' 2023-07-23 18:51:37,564 79350 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1649916475 created 2023-07-23 18:51:40,452 79350 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.887s 2023-07-23 18:51:40,453 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-fdf4f698-c597-4c64-ac11-34144c38712b', 'date': 'Sun, 23 Jul 2023 18:51:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e5c63116-b81b-4d03-bb83-3c4175cd894d", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "floating_ip_address": "172.24.4.248", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd68a869fd324e9293ce50bace8311ba", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:51:38Z", "updated_at": "2023-07-23T18:51:38Z", "revision_number": 0}}' 2023-07-23 18:51:40,453 79350 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e5c63116-b81b-4d03-bb83-3c4175cd894d', 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'floating_ip_address': '172.24.4.248', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd68a869fd324e9293ce50bace8311ba', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:38Z', 'updated_at': '2023-07-23T18:51:38Z', 'revision_number': 0, 'ip': '172.24.4.248'} created 2023-07-23 18:51:41,088 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.634s 2023-07-23 18:51:41,089 79350 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-877853881", "description": "tempest-secgroup-smoke-877853881 description", "project_id": "fd68a869fd324e9293ce50bace8311ba"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-1db67df1-42cb-4d14-9fc7-8c24c62ff960', 'date': 'Sun, 23 Jul 2023 18:51:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "name": "tempest-secgroup-smoke-877853881", "stateful": true, "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "description": "tempest-secgroup-smoke-877853881 description", "shared": false, "security_group_rules": [{"id": "565ae88f-23fa-49a9-a173-21462afc2ea8", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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": 834, "description": null, "tags": [], "created_at": "2023-07-23T18:51:40Z", "updated_at": "2023-07-23T18:51:40Z", "revision_number": 0}, {"id": "cfc64a8f-78e5-486d-a5d5-f07ae3b309f9", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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": 833, "description": null, "tags": [], "created_at": "2023-07-23T18:51:40Z", "updated_at": "2023-07-23T18:51:40Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:40Z", "updated_at": "2023-07-23T18:51:40Z", "revision_number": 1, "project_id": "fd68a869fd324e9293ce50bace8311ba"}}' 2023-07-23 18:51:41,914 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/ v2.0/security-group-rules 0.824s 2023-07-23 18:51:41,915 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "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-87d2705e-a6f3-47dc-94e4-d12b265c948d', 'date': 'Sun, 23 Jul 2023 18:51: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": "fabdc8ba-8755-4d1b-b8b1-fae26b71e77b", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:41Z", "updated_at": "2023-07-23T18:51:41Z", "revision_number": 0}}' 2023-07-23 18:51:42,358 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.443s 2023-07-23 18:51:42,359 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "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-63ca96f6-82e6-4367-b624-497044c8e3c4', 'date': 'Sun, 23 Jul 2023 18:51:42 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": "34efdada-6654-4548-83e8-adca3018fc6f", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:42Z", "updated_at": "2023-07-23T18:51:42Z", "revision_number": 0}}' 2023-07-23 18:51:42,792 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.432s 2023-07-23 18:51:42,792 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ea1d418c-05c4-4ec1-b140-cc8ff9a69862', 'date': 'Sun, 23 Jul 2023 18:51:42 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": "02d340b7-48a4-499c-908a-e80eeaaf5d50", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:42Z", "updated_at": "2023-07-23T18:51:42Z", "revision_number": 0}}' 2023-07-23 18:51:43,124 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.331s 2023-07-23 18:51:43,124 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-3006c6ee-5d9c-4cea-8855-426005817a1f', 'date': 'Sun, 23 Jul 2023 18:51:43 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": "afe207ee-c583-46cc-b450-1f3ab8c7ef40", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:42Z", "updated_at": "2023-07-23T18:51:42Z", "revision_number": 0}}' 2023-07-23 18:51:43,490 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.365s 2023-07-23 18:51:43,491 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-311f5f54-1d90-4be1-acdc-be17e4db0c79', 'date': 'Sun, 23 Jul 2023 18:51:43 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": "63987cd3-b981-4991-a02b-c130a39b471b", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:43Z", "updated_at": "2023-07-23T18:51:43Z", "revision_number": 0}}' 2023-07-23 18:51:44,194 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.703s 2023-07-23 18:51:44,195 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-89e2cee0-87f6-45fb-a342-f4a0d660025b', 'date': 'Sun, 23 Jul 2023 18:51:44 GMT', 'connection': 'close', 'status': '201', 'content-loc ation': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "83518b9d-262c-4679-af0d-07354762ef27", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:43Z", "updated_at": "2023-07-23T18:51:43Z", "revision_number": 0}}' 2023-07-23 18:51:44,381 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.176s 2023-07-23 18:51:44,381 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:44 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-0fe145c4-7cc6-47f8-95a6-15d057b9c872', '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": "2a18d943794a43439b301570e2220a66", "name": "tempest-SnapshotDataIntegrityTests-1001724564-project-member", "password_expires_at": null}, "audit_ids": ["RtVmUOsYTwi5NHm08JBnPA"], "expires_at": "2023-07-23T19:51:44.000000Z", "issued_at": "2023-07-23T18:51:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd68a869fd324e9293ce50bace8311ba", "name": "tempest-SnapshotDataIntegrityTests-1001724564"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd68a869fd324e9293ce50bace8311ba", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd68a869fd324e9293ce50bace8311ba", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd68a869fd324e9293ce50bace8311ba", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:44,382 79350 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '391c2ce0-c3a1-471f-b551-c12643f0508f', 'name': 'tempest-SnapshotDataIntegrityTests-1143554665-network', 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd68a869fd324e9293ce50bace8311ba', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9435, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:51:13Z', 'updated_at': '2023-07-23T18:51:13Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:44,382 79350 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2077746947', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmwx5hgG4ou9cRSrmWhoM7Tl6bpoY5kRf28xc3NXtGa1BHOavZ5HZwpwYmPv+6ek4NBBktmGqNihMm+hPm/DqtZn3ZMt9e7FLvgjrNcvf+tHBi+0mk+/huioW+/PQAJOg==', 'fingerprint': '23:c9:de:7e:88:a8:bf:52:45:08:a3:fd:d4:25:d7:d0', 'user_id': '2a18d943794a43439b301570e2220a66', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD/f7ZlqGVvrjkVGn2hXAZEEC5JYt7mTy7i9L/VmkOJq4Y8xTjbhagZ\nt2Kxorn3EIOgBwYFK4EEACKhZANiAARZsMeYYBuKLvXEUq5loaDO05em6aGOZEX9\nvMXNzV7RmtQRzmr2eR2cKcGJj7/unpODQQZLZhqjYoTJvoT5vw6rWZ92TLfXuxS7\n4I6zXL3/rRwYvtJpPv4boqFvvz0ACTo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '15b22991-e935-4076-838f-aa699b2de8b1', 'name': 'tempest-securitygroup--1649916475', 'stateful': True, 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'description': 'tempest-description--1132468630', 'shared': False, 'security_group_rules': [{'id': '35d3afcd-33e1-460e-8deb-6260bf9dcda8', 'project_id': 'fd68a869fd324e9293ce50bace8311ba', 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'security_group_id': '15b22991-e935-4076-838f-aa699b2de8b1', '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': 810, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:36Z', 'updated_at': '2023-07-23T18:51:36Z', 'revision_number': 0}, {'id': '6c29c1b5-5e66-4f85-9ea8-fcb2bf98a60e', 'project_id': 'fd68a869fd324e9293ce50bace8311ba', 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'security_group_id': '15b22991-e935-4076-838f-aa699b2de8b1', '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': 811, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:36Z', 'updated_at': '2023-07-23T18:51:36Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:51:36Z', 'updated_at': '2023-07-23T18:51:36Z', 'revision_number': 1, 'project_id': 'fd68a869fd324e9293ce50bace8311ba'}, 'floating_ip': {'id': 'e5c63116-b81b-4d03-bb83-3c4175cd894d', 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'floating_ip_address': '172.24.4.248', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd68a869fd324e9293ce50bace8311ba', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:38Z', 'updated_at': '2023-07-23T18:51:38Z', 'revision_number': 0, 'ip': '172.24.4.248'}} 2023-07-23 18:51:44,421 79350 INFO [tempest.lib.common .rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.038s 2023-07-23 18:51:44,421 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-526796942", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "key_name": "tempest-keypair-2077746947", "security_groups": [{"name": "tempest-secgroup-smoke-877853881"}, {"name": "tempest-securitygroup--1649916475"}], "networks": [{"uuid": "391c2ce0-c3a1-471f-b551-c12643f0508f"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:44 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-b5561b50-1036-46bd-85e7-a0c261f6f37a', 'x-compute-request-id': 'req-b5561b50-1036-46bd-85e7-a0c261f6f37a', '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-23 18:51:44,694 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7b38b24f-a428-4438-97d2-cf6d1e243307 0.270s 2023-07-23 18:51:44,694 79350 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-6edf92b9-9f8a-46b2-90ec-cd47d9895424', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7b38b24f-a428-4438-97d2-cf6d1e243307'} Body: b'' 2023-07-23 18:51:44,773 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2077746947 0.077s 2023-07-23 18:51:44,773 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:44 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-fcf719e4-9b0f-4a09-80ce-e59eef965643', 'x-compute-request-id': 'req-fcf719e4-9b0f-4a09-80ce-e59eef965643', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2077746947'} Body: b'' 2023-07-23 18:51:44,984 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/15b22991-e935-4076-838f-aa699b2de8b1 0.210s 2023-07-23 18:51:44,984 79350 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-9e698166-a905-4e7b-b735-b0f4bcf9cefa', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/15b22991-e935-4076-838f-aa699b2de8b1'} Body: b'' 2023-07-23 18:51:45,036 79350 INFO [tempe st.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/15b22991-e935-4076-838f-aa699b2de8b1 0.051s 2023-07-23 18:51:45,036 79350 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-24a7ab0e-c5d0-41f7-91ec-15af622bd5b8', 'date': 'Sun, 23 Jul 2023 18:51:45 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/15b22991-e935-4076-838f-aa699b2de8b1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 15b22991-e935-4076-838f-aa699b2de8b1 does not exist", "detail": ""}}' 2023-07-23 18:51:45,855 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e5c63116-b81b-4d03-bb83-3c4175cd894d 0.818s 2023-07-23 18:51:45,855 79350 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-7328ab86-52f2-4626-b61c-b3c27b60c00d', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e5c63116-b81b-4d03-bb83-3c4175cd894d'} Body: b'' {6} 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`. {6} 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`. {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.616062s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.318153s] ... ok {0} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.264102s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.207587s] ... ok {7} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [16.589736s] ... 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-23 18:51:34,556 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc 0.046s 2023-07-23 18:51:34,556 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-baa49de9-4cb4-4aa1-bbba-37f30ae13492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc'} 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": "c16e68c26d9244c4985595b2be0fa9e8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "created_at": "2023-07-23T18:45:22Z", "updated_at": "2023-07-23T18:45:23Z", "tags": [], "self": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc", "file": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:51:35,114 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes 0.557s 2023-07-23 18:51:35,115 79360 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-2138764145", "snapshot_id": null, "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41cbf59b-8761-4f56-8375-7a1085728ca8', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41cbf59b-8761-4f56-8375-7a1085728ca8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:34.998285", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:51:35,206 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.081s 2023-07-23 18:51:35,206 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d42f7e-3b1d-4520-a52a-de28c9ce4e11', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4d42f7e-3b1d-4520-a52a-de28c9ce4e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:36,275 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.057s 2023-07-23 18:51:36,276 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-209b8ba5-1e73-4b06-8bf6-4d5f89e9253e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-209b8ba5-1e73-4b06-8bf6-4d5f89e9253e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:35.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:37,347 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.053s 2023-07-23 18:51:37,348 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90abeab1-8b0a-48c1-9577-6299482201bc', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90abeab1-8b0a-48c1-9577-6299482201bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:35.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:38,424 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.056s 2023-07-23 18:51:38,425 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e57f719a-3d75-4571-b393-6277b5fb55b7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e57f719a-3d75-4571-b393-6277b5fb55b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:35.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:39,498 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.061s 2023-07-23 18:51:39,499 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41d9dc4-c8f3-4bbf-bb7c-7e12efaab8d8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-f41d9dc4-c8f3-4bbf-bb7c-7e12efaab8d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:35.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:40,592 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.074s 2023-07-23 18:51:40,593 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72ec6c4-9cdd-4fd9-8ab3-283483b64c8f', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72ec6c4-9cdd-4fd9-8ab3-283483b64c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:40.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:40,612 79360 INFO [tempest.common.waiters] volume 121ddc28-aea3-4596-8e40-66cc16dcd576 reached available after waiting for 5.612738 seconds 2023-07-23 18:51:40,683 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.070s 2023-07-23 18:51:40,683 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a78e4b3-63b7-4e6d-9273-206f02adf22d', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a78e4b3-63b7-4e6d-9273-206f02adf22d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:40.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:40,809 79360 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.110s 2023-07-23 18:51:40,809 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:40 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-7ba3b4b0-c45d-4635-9203-a1e1d4e9c2b0', '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": "3e7071b63e754806b8cbc4c6b868d3c6", "name": "tempest-TestVolumeBootPattern-646827604-project-member", "password_expires_at": null}, "audit_ids": ["Sv7IclSWRASIbQiir-jwZQ"], "expires_at": "2023-07-23T19:51:40.000000Z", "issued_at": "2023-07-23T18:51:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19f30a0bf2e54694ba252766c35c9813", "name": "tempest-TestVolumeBootPattern-646827604"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf 487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:40,810 79360 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': '4ecc3221-4b16-428a-bead-71a9f0816063', 'name': 'tempest-TestVolumeBootPattern-536110673-network', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19913, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:35Z', 'updated_at': '2023-07-23T18:50:35Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:40,811 79360 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:40,811 79360 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:40,889 79360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.074s 2023-07-23 18:51:40,889 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1285751800", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD171DizrDYwsJZHZucuu/Z9yE/eG0ltAJS2SoLcMKn7EUDGpzFwGRrOHR/cWqGiYsT94Qe3R34QBvXzvHVRgO2W2Av/7FZxf/7yg/2IenyKJRdFuiL943tUlO4k4gmlkg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:40 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-9fa1b9c3-0090-45ef-a0be-af6817401a6a', 'x-compute-request-id': 'req-9fa1b9c3-0090-45ef-a0be-af6817401a6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1285751800", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAA AIbmlzdHAzODQAAABhBD171DizrDYwsJZHZucuu/Z9yE/eG0ltAJS2SoLcMKn7EUDGpzFwGRrOHR/cWqGiYsT94Qe3R34QBvXzvHVRgO2W2Av/7FZxf/7yg/2IenyKJRdFuiL943tUlO4k4gmlkg==", "fingerprint": "d3:ed:4c:35:dc:96:ab:3e:67:13:2e:97:6e:b4:23:ba", "user_id": "3e7071b63e754806b8cbc4c6b868d3c6"}}' 2023-07-23 18:51:40,892 79360 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1285751800 created 2023-07-23 18:51:41,406 79360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.513s 2023-07-23 18:51:41,406 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1744428291", "description": "tempest-description--1594479402"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-c60a571a-2d56-4c36-8e54-a62f8fd7d0c3', 'date': 'Sun, 23 Jul 2023 18:51:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "248f707a-a282-4135-94f5-f22e29018763", "name": "tempest-securitygroup--1744428291", "stateful": true, "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "description": "tempest-description--1594479402", "shared": false, "security_group_rules": [{"id": "cee2d8c8-e35e-4b79-ae85-a47ff89b9cb8", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "248f707a-a282-4135-94f5-f22e29018763", "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": 836, "description": null, "tags": [], "created_at": "2023-07-23T18:51:41Z", "updated_at": "2023-07-23T18:51:41Z", "revision_number": 0}, {"id": "db753cfd-077f-43f9-9547-82bc7bbff701", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "248f707a-a282-4135-94f5-f22e29018763", "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": 837, "description": null, "tags": [], "created_at": "2023-07-23T18:51:41Z", "updated_at": "2023-07-23T18:51:41Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:41Z", "updated_at": "2023-07-23T18:51:41Z", "revision_number": 1, "project_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:42,058 79360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.651s 2023-07-23 18:51:42,058 79360 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": "248f707a-a282-4135-94f5-f22e29018763", "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-b79d4dea-f42f-4c27-a0b1-34b438460ec0', 'date': 'Sun, 23 Jul 2023 18:51:42 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": "925cb33f-fbd9-473d-bf3f-988485287b1a", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "248f707a-a282-4135-94f5-f22e29018763", "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-23T18:51:41Z", "updated_at": "2023-07-23T18:51:41Z", "revision_number": 0}}' 2023-07-23 18:51:42,638 79360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.580s 2023-07-23 18:51:42,639 79360 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": "248f707a-a282-4135-94f5-f22e29018763", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a1215e20-de1b-4c57-accf-1a4a831cc9df', 'date': 'Sun, 23 Jul 2023 18:51:42 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": "7db059bb-b42e-4d5e-8f6d-d71fbb1afdec", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "248f707a-a282-4135-94f5-f22e29018763", "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-23T18:51:42Z", "updated_at": "2023-07-23T18:51:42Z", "revision_number": 0}}' 2023-07-23 18:51:42,639 79360 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1744428291 created 2023-07-23 18:51:44,661 79360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.022s 2023-07-23 18:51:44,662 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-33a299e6-08ca-4341-99fb-5f893faf1ccd', 'date': 'Sun, 23 Jul 2023 18:51:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e0997ec7-f4f0-4da8-8277-ccbe4ee3becd", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "floating_ip_address": "172.24.4.38", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "19f30a0bf2e54694ba252766c35c9813", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:51:43Z", "updated_at": "2023-07-23T18:51:43Z", "revision_number": 0}}' 2023-07-23 18:51:44,662 79360 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e0997ec7-f4f0-4da8-8277-ccbe4ee3becd', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'floating_ip_address': '172.24.4.38', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:43Z', 'updated_at': '2023-07-23T18:51:43Z', 'revision_number': 0, 'ip': '172.24.4.38'} created 2023-07-23 18:51:44,663 79360 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1285751800', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAz ODQAAABhBD171DizrDYwsJZHZucuu/Z9yE/eG0ltAJS2SoLcMKn7EUDGpzFwGRrOHR/cWqGiYsT94Qe3R34QBvXzvHVRgO2W2Av/7FZxf/7yg/2IenyKJRdFuiL943tUlO4k4gmlkg==', 'fingerprint': 'd3:ed:4c:35:dc:96:ab:3e:67:13:2e:97:6e:b4:23:ba', 'user_id': '3e7071b63e754806b8cbc4c6b868d3c6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDLOePVQBPKIvuM6YYOQv1vxIIfeOUD88YXqr7bSJ2oV6FuQ9HN2QIP\nuSffSzpnM1+gBwYFK4EEACKhZANiAAQ9e9Q4s6w2MLCWR2bnLrv2fchP3htJbQCU\ntkqC3DCp+xFAxqcxcBkazh0f3FqhomLE/eEHt0d+EAb187x1UYDtltgL/+xWcX/+\n8oP9iHp8iiUXRboi/eN7VJTuJOIJpZI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '248f707a-a282-4135-94f5-f22e29018763', 'name': 'tempest-securitygroup--1744428291', 'stateful': True, 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'description': 'tempest-description--1594479402', 'shared': False, 'security_group_rules': [{'id': 'cee2d8c8-e35e-4b79-ae85-a47ff89b9cb8', 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'security_group_id': '248f707a-a282-4135-94f5-f22e29018763', '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': 836, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:41Z', 'updated_at': '2023-07-23T18:51:41Z', 'revision_number': 0}, {'id': 'db753cfd-077f-43f9-9547-82bc7bbff701', 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'security_group_id': '248f707a-a282-4135-94f5-f22e29018763', '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': 837, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:41Z', 'updated_at': '2023-07-23T18:51:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:51:41Z', 'updated_at': '2023-07-23T18:51:41Z', 'revision_number': 1, 'project_id': '19f30a0bf2e54694ba252766c35c9813'}, 'floating_ip': {'id': 'e0997ec7-f4f0-4da8-8277-ccbe4ee3becd', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'floating_ip_address': '172.24.4.38', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:43Z', 'updated_at': '2023-07-23T18:51:43Z', 'revision_number': 0, 'ip': '172.24.4.38'}} 2023-07-23 18:51:44,728 79360 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.062s 2023-07-23 18:51:44,728 79360 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-1252641150", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "121ddc28-aea3-4596-8e40-66cc16dcd576", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "4ecc3221-4b16-428a-bead-71a9f0816063"}], "security_groups": [{"name": "tempest-securitygroup--1744428291"}], "key_name": "tempest-keypair-1285751800", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:44 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-89a37dca-640 e-4c1a-a3b5-9e062767c9ea', 'x-compute-request-id': 'req-89a37dca-640e-4c1a-a3b5-9e062767c9ea', '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-23 18:51:44,783 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1285751800 0.053s 2023-07-23 18:51:44,783 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:44 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-0673ec57-a8e0-4b29-9de4-c86681e633d0', 'x-compute-request-id': 'req-0673ec57-a8e0-4b29-9de4-c86681e633d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1285751800'} Body: b'' 2023-07-23 18:51:45,009 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/248f707a-a282-4135-94f5-f22e29018763 0.225s 2023-07-23 18:51:45,009 79360 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-b8dd171d-550e-4160-9422-6ff2eeefddc5', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/248f707a-a282-4135-94f5-f22e29018763'} Body: b'' 2023-07-23 18:51:45,050 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/248f707a-a282-4135-94f5-f22e29018763 0.041s 2023-07-23 18:51:45,051 79360 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-656470df-9bd3-4fb0-9651-bef5af5544a0', 'date': 'Sun, 23 Jul 2023 18:51:45 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/248f707a-a282-4135-94f5-f22e29018763'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 248f707a-a282-4135-94f5-f22e29018763 does not exist", "detail": ""}}' 2023-07-23 18:51:46,433 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e0997ec7-f4f0-4da8-8277-ccbe4ee3becd 1.380s 2023-07-23 18:51:46,433 79360 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-17105860-e8bd-45f1-9a9a-43e0d5c53bda', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e0997ec7-f4f0-4da8-8277-ccbe4ee3becd'} Body: b'' 2023-07-23 18:51:46,499 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.065s 2023-07-23 18:51:46,500 79360 DEBUG [tempest.lib.common.rest_client] Request - Heade rs: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:46 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-9d088d64-b494-4adb-bfd4-a12325bcac7c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'' 2023-07-23 18:51:46,567 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.066s 2023-07-23 18:51:46,568 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce5d63b-3803-4a35-a4ac-bfb4a0de4cce', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce5d63b-3803-4a35-a4ac-bfb4a0de4cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:47,689 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.098s 2023-07-23 18:51:47,690 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5de88ba8-8954-419f-86c6-7d6fa1041db6', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5de88ba8-8954-419f-86c6-7d6fa1041db6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "deleting", "size": 1, "availabili ty_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:48,780 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.068s 2023-07-23 18:51:48,781 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d172334-665e-4614-b354-0a997e010998', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d172334-665e-4614-b354-0a997e010998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:50,051 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.250s 2023-07-23 18:51:50,051 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc4dc03e-d0b2-4bf8-bd62-5a91dfe4a626', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc4dc03e-d0b2-4bf8-bd62-5a91dfe4a626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:51,097 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.025s 2023-07-23 18:51:51,097 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:51 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-8642295c-0fe2-47e1-8e09-bc585a7036fa', 'x-openstack-request-id': 'req-8642295c-0fe2-47e1-8e09-bc585a7036fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 121ddc28-aea3-4596-8e40-66cc16dcd576 could not be found."}}' {0} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.982971s] ... ok {10} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [10.670525s] ... ok {10} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.538702s] ... ok {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [48.847365s] ... ok {2} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {3} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [15.132832s] ... ok {5} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [21.633517s] ... ok {1} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [3.558091s] ... 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-23 18:51:59,609 79348 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.108s 2023-07-23 18:51:59,609 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:59 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-7fe99731-ee54-45f5-8d6c-8145f663c438', '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": "3e99ba83391b42c58178132bca4096ce", "name": "tempest-TestServerVolumeAttachmentScenario-1707263169-project-member", "password_expires_at": null}, "audit_ids": ["-tY06nH9SxWS3u5U0vS2Ew"], "expires_at": "2023-07-23T19:51:59.000000Z", "issued_at": "2023-07-23T18:51:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afc701efba1a48709fcf0ad58f22a5ae", "name": "tempest-TestServerVolumeAttachmentScenario-1707263169"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/afc701efba1a48709fcf0ad58f22a5ae", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/afc701efba1a48709fcf0ad58f22a5ae", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/afc701efba1a48709fcf0ad58f22a5ae", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:59,610 79348 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'b3242c8d-ebad-4648-94ce-cb1efa93007d', 'name': 'tempest-TestServerVolumeAttachmentScenario-641224695-network', 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'p ort_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11488, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:51:30Z', 'updated_at': '2023-07-23T18:51:30Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:59,611 79348 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:59,611 79348 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:59,956 79348 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.336s 2023-07-23 18:51:59,957 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1082762061", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKYHILiO4jTi9f1cpevGaokcaMGfn9m7IAo+9joZfX9NaWarT+y1fOpl/aeLZC+JygHn8t0ggQ0M16cSXWI/Xvcd7INPKdPxIUQ8iZ1Pf1LZvpXJZJKbA9d5QR+6pJHuoQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:59 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-53920951-6467-4dbd-8201-3883131ea989', 'x-compute-request-id': 'req-53920951-6467-4dbd-8201-3883131ea989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1082762061", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKYHILiO4jTi9f1cpevGaokcaMGfn9m7IAo+9joZfX9NaWarT+y1fOpl/aeLZC+JygHn8t0ggQ0M16cSXWI/Xvcd7INPKdPxIUQ8iZ1Pf1LZvpXJZJKbA9d5QR+6pJHuoQ==", "fingerprint": "be:78:08:35:c9:97:14:79:38:92:20:a0:b1:f8:13:f4", "user_id": "3e99ba83391b42c58178132bca4096ce"}}' 2023-07-23 18:51:59,962 79348 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1082762061 created 2023-07-23 18:52:00,183 79348 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.221s 2023-07-23 18:52:00,184 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1297167619", "description": "tempest-description--1721426392"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-16fd4418-aeed-4fa0-b805-6f4293385c0e', 'date': 'Sun, 23 Jul 2023 18:52:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "name": "tempest-securitygroup--1297167619", "stateful": true, "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "description": "tempest-description--1721426392", "shared": false, "security_group_rules": [{"id": "01d6aacb-441a-4609-89e0-0e9db34faa2f", "project_id": "afc701efba1a48709fcf0ad58f22a5ae", "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "security_group_id": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "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": 921, "description": nu ll, "tags": [], "created_at": "2023-07-23T18:52:00Z", "updated_at": "2023-07-23T18:52:00Z", "revision_number": 0}, {"id": "b3caed6b-1b98-488b-82f1-29542a2d479e", "project_id": "afc701efba1a48709fcf0ad58f22a5ae", "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "security_group_id": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "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": 920, "description": null, "tags": [], "created_at": "2023-07-23T18:52:00Z", "updated_at": "2023-07-23T18:52:00Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:52:00Z", "updated_at": "2023-07-23T18:52:00Z", "revision_number": 1, "project_id": "afc701efba1a48709fcf0ad58f22a5ae"}}' 2023-07-23 18:52:00,563 79348 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.379s 2023-07-23 18:52:00,564 79348 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": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "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-b0f72873-3b07-4d45-863a-743028e16498', 'date': 'Sun, 23 Jul 2023 18:52: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": "0469d128-04bd-4de9-b17f-54beffa96c67", "project_id": "afc701efba1a48709fcf0ad58f22a5ae", "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "security_group_id": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "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-23T18:52:00Z", "updated_at": "2023-07-23T18:52:00Z", "revision_number": 0}}' 2023-07-23 18:52:00,855 79348 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.290s 2023-07-23 18:52:00,855 79348 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": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6e6cf02b-5421-4ec8-89d3-e0c0b45dae12', 'date': 'Sun, 23 Jul 2023 18:52: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": "0c833cec-394c-4599-88de-1139629e1b58", "project_id": "afc701efba1a48709fcf0ad58f22a5ae", "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "security_group_id": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "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-23T18:52:00Z", "updated_at": "2023-07-23T18:52:00Z", "revision_number": 0}}' 2023-07-23 18:52:00,855 79348 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1297167619 created 2023-07-23 18:52:02,053 79348 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixtu re:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.197s 2023-07-23 18:52:02,053 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-e4b94d67-29f3-482c-bace-9b19eafd8217', 'date': 'Sun, 23 Jul 2023 18:52:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "73dac7da-e125-45db-b42b-6167d1766ca3", "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "floating_ip_address": "172.24.4.80", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "afc701efba1a48709fcf0ad58f22a5ae", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:52:01Z", "updated_at": "2023-07-23T18:52:01Z", "revision_number": 0}}' 2023-07-23 18:52:02,054 79348 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '73dac7da-e125-45db-b42b-6167d1766ca3', 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'floating_ip_address': '172.24.4.80', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:52:01Z', 'updated_at': '2023-07-23T18:52:01Z', 'revision_number': 0, 'ip': '172.24.4.80'} created 2023-07-23 18:52:02,055 79348 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1082762061', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKYHILiO4jTi9f1cpevGaokcaMGfn9m7IAo+9joZfX9NaWarT+y1fOpl/aeLZC+JygHn8t0ggQ0M16cSXWI/Xvcd7INPKdPxIUQ8iZ1Pf1LZvpXJZJKbA9d5QR+6pJHuoQ==', 'fingerprint': 'be:78:08:35:c9:97:14:79:38:92:20:a0:b1:f8:13:f4', 'user_id': '3e99ba83391b42c58178132bca4096ce', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDACYmf3jkx6Xw+VOyNy5Vpk8z2Gy4M3eA7ji+m2Ao8H11GY/AkNew7w\nIxuphB3CMfWgBwYFK4EEACKhZANiAASmByC4juI04vX9XKXrxmqJHGjBn5/ZuyAK\nPvY6GX1/TWlmq0/stXzqZf2ni2QvicoB5/LdIIENDNenEl1iP173HeyDTynT8SFE\nPImdT39S2b6VyWSSmwPXeUEfuqSR7qE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ab1155b3-3e2f-4dfe-9843-ff690dd8eb78', 'name': 'tempest-securitygroup--1297167619', 'stateful': True, 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'description': 'tempest-description--1721426392', 'shared': False, 'security_group_rules': [{'id': '01d6aacb-441a-4609-89e0-0e9db34faa2f', 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'security_group_id': 'ab1155b3-3e2f-4dfe-9843-ff690dd8eb78', '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': 921, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:52:00Z', 'updated_at': '2023-07-23T18:52:00Z', 'revision_number': 0}, {'id': 'b3caed6b-1b98-488b-82f1-29542a2d479e', 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'security_group_id': 'ab1155b3-3e2f-4dfe-9843-ff690dd8eb78', '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': 920, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:52:00Z', 'updated_at': '2023-07-23T18:52:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:52:00Z', 'updated_at': '2023-07-23T18:52:00Z', 'revision_number': 1, 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae'}, 'floating_ip': {'id': '73dac7da-e125-45db-b42b-6167d1766ca3', 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'floating_ip_address': '172.24.4.80', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:52:01Z', 'updated_at': '2023-07-23T18:52:01Z', 'revision_number': 0, 'ip': '172.24.4.80'}} 2023-07-23 18:52:02,097 79348 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.040s 2023-07-23 18:52:02,098 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1565071771", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "b3242c8d-ebad-4648-94ce-cb1efa93007d"}], "security_groups": [{"name": "tempest-securitygroup--1297167619"}], "key_name": "tempest-keypair-1082762061", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:02 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-5ff080e2-3457-415f-992e-54b76cbf2d1b', 'x-compute-request-id': 'req-5ff080e2-3457-415f-992e-54b76cbf2d1b', '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-23 18:52:02,144 79348 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1082762061 0.042s 2023-07-23 18:52:02,144 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:02 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-1ec42fe3-948e-4d2c-a232-6b3749c90eab', 'x-compute-request-id': 'req-1ec42fe3-948e-4d2c-a232-6b3749c90eab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1082762061'} Body: b'' 2023-07-23 18:52:02,322 79348 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ab1155b3-3e2f-4dfe-9843-ff690dd8eb78 0.177s 2023-07-23 18:52:02,323 79348 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-44c25b87-4222-4ead-89ef-1c6dea917154', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:52:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ab1155b3-3e2f-4dfe-9843-ff690dd8eb78'} Body: b'' 2023-07-23 18:52:02,348 79348 INFO [te mpest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ab1155b3-3e2f-4dfe-9843-ff690dd8eb78 0.024s 2023-07-23 18:52:02,349 79348 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-fd878d3e-ce8c-4637-8004-ea80c7f52a15', 'date': 'Sun, 23 Jul 2023 18:52:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ab1155b3-3e2f-4dfe-9843-ff690dd8eb78'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ab1155b3-3e2f-4dfe-9843-ff690dd8eb78 does not exist", "detail": ""}}' 2023-07-23 18:52:03,049 79348 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/73dac7da-e125-45db-b42b-6167d1766ca3 0.699s 2023-07-23 18:52:03,049 79348 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-6b22dbb1-e816-4af3-ac89-0fb772680df7', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:52:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/73dac7da-e125-45db-b42b-6167d1766ca3'} Body: b'' {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.429126s] ... ok {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.045857s] ... ok {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.061166s] ... ok {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [19.662274s] ... ok {4} 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`. {7} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [15.785997s] ... 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-23 18:51:51,109 79360 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-23 18:51:51,218 79360 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.106s 2023-07-23 18:51:51,218 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1188881860", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNoRtyjNaJsN00KZtAcqeu3qThWv0i6lOafEa20mqZwHe6xnzNOeY3kws+7x/SRJJtIJqvMghIQRhDK4c7tisJUI2BkZXzl6kDY0B8eDhu+0LGNciuA507dRiyi4dLa0/g=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7618dd0f-26bf-468b-95a4-edb5717ee18e', 'x-compute-request-id': 'req-7618dd0f-26bf-468b-95a4-edb5717ee18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1188881860", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNoRtyjNaJsN00KZtAcqeu3qThWv0i6lOafEa20mqZwHe6xnzNOeY3kws+7x/SRJJtIJqvMghIQRhDK4c7tisJUI2BkZXzl6kDY0B8eDhu+0LGNciuA507dRiyi4dLa0/g==", "fingerprint": "09:8e:50:fc:3d:79:82:09:c5:06:f3:8f:fa:67:9b:0c", "user_id": "3e7071b63e754806b8cbc4c6b868d3c6"}}' 2023-07-23 18:51:51,658 79360 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.436s 2023-07-23 18:51:51,658 79360 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-2061128882", "description": "tempest-secgroup-smoke-2061128882 description", "project_id": "19f30a0bf2e54694ba252766c35c9813"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-5bf49914-659a-47c0-a0cf-50d7e5a4631f', 'date': 'Sun, 23 Jul 2023 18:51:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4879fca5-d15a-4f84-a877-36a63f166627", "name": "tempest-secgroup-smoke-2061128882", "stateful": true, "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "description": "tempest-secgroup-smoke-2061128882 description", "shared": false, "security_group_rules": [{"id": "2d018921-4348-4f01-bec3-12a4f574f56d", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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": 886, "description": null, "tags": [], "created_at": "2023-07-23T18:51:51Z", "updated_at": "2023-07-23T18:51:51Z", "revision_number": 0}, {"id": "8213fbe3-a11a-4c8b-b4af-cd3a76085dfa", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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": 885, "description": null, "tags": [], "created_at": "2023-07-23T18:51:51Z", "updated_at": "2023-07-23T18:5 1:51Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:51Z", "updated_at": "2023-07-23T18:51:51Z", "revision_number": 1, "project_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:52,383 79360 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.724s 2023-07-23 18:51:52,384 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "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-8379d3ac-a9f4-4c41-ba5e-88bb00c80d45', 'date': 'Sun, 23 Jul 2023 18:51:52 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": "e7d53d31-cfb9-4ffc-9b9b-d17da931c336", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:51Z", "updated_at": "2023-07-23T18:51:51Z", "revision_number": 0}}' 2023-07-23 18:51:52,784 79360 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.399s 2023-07-23 18:51:52,784 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "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-730e6986-e5a0-4221-8d64-e764286e7d0d', 'date': 'Sun, 23 Jul 2023 18:51:52 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": "ad26981b-2da1-4fb5-9313-7daad38eb87a", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:52Z", "updated_at": "2023-07-23T18:51:52Z", "revision_number": 0}}' 2023-07-23 18:51:53,197 79360 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.412s 2023-07-23 18:51:53,198 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ab0476c5-2d96-4df4-be6b-441a1a47b82f', 'date': 'Sun, 23 Jul 2023 18:51:53 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": "6ab90a46-7597-49f7-a468-c36afbe9adf9", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:52Z", "updated_at": "2023-07-23T18:51:52Z", "revision_number": 0}}' 2023-07-23 18:51:54,343 79360 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 1.145s 2023-07-23 18:51:54,344 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-d85b4572-621f-491a-9e6d-ef30619f1acb', 'date': 'Sun, 23 Jul 2023 18:51: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": "4f31723d-69d3-46c0-b0c0-7cedb979a800", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:53Z", "updated_at": "2023-07-23T18:51:53Z", "revision_number": 0}}' 2023-07-23 18:51:54,831 79360 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.486s 2023-07-23 18:51:54,831 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cec0c88e-5e7a-434a-bf5f-73480a65fabb', 'date': 'Sun, 23 Jul 2023 18:51: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": "200f96f1-033f-4fe1-8219-a747cd14fbc2", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:54Z", "updated_at": "2023-07-23T18:51:54Z", "revision_number": 0}}' 2023-07-23 18:51:55,271 79360 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.439s 2023-07-23 18:51:55,272 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-ba103f19-69e4-4eab-82e7-6b3668d57435', 'date': 'Sun, 23 Jul 2023 18:51: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": "72e01623-b7be-444c-821f-097e58a19bbd", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:55Z", "updated_at": "2023-07-23T18:51:55Z", "revision_number": 0}}' 2023-07-23 18:51:55,272 79360 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-23 18:51:55,311 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc 0.038s 2023-07-23 18:51:55,311 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-473cf973-8f22-4bdb-8d5a-8cc2d884fd46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc'} 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": "c16e68c26d9244c4985595b2be0fa9e8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "created_at": "2023-07-23T18:45:22Z", "updated_at": "2023-07-23T18:45:23Z", "tags": [], "self": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc", "file": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:51:56,037 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes 0.724s 2023-07-23 18:51:56,037 79360 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-1482533945", "snapshot_id": null, "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bca94a2b-dbf1-4380-b003-d6bca189d12a', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bca94a2b-dbf1-4380-b003-d6bca189d12a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volu mes'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:55.913222", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:51:56,103 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.056s 2023-07-23 18:51:56,104 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0336b404-4145-4fee-8368-160a94c6ab96', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0336b404-4145-4fee-8368-160a94c6ab96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:57,198 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.081s 2023-07-23 18:51:57,199 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-595fdac9-e866-424f-8798-eea9ef7e01ad', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-595fdac9-e866-424f-8798-eea9ef7e01ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:51:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss -2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:58,268 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.048s 2023-07-23 18:51:58,268 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00bbe267-19a2-4de8-ac36-076ac6127a74', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00bbe267-19a2-4de8-ac36-076ac6127a74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:51:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:59,348 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.068s 2023-07-23 18:51:59,349 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8856155e-4c66-4b1a-890e-fd479cabcd83', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8856155e-4c66-4b1a-890e-fd479cabcd83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:51:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark" , "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:00,436 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.066s 2023-07-23 18:52:00,437 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf8f488-eee3-4df6-ba08-0ac4fbd4bcab', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf8f488-eee3-4df6-ba08-0ac4fbd4bcab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:51:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:01,508 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.049s 2023-07-23 18:52:01,509 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b141e394-bf98-4909-90be-ce9c7ebbbd75', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b141e394-bf98-4909-90be-ce9c7ebbbd75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:01,520 79360 INFO [tempest.common.waiters] volume 21be644c-f7e5-4b53-a0a0-5bd547ab4870 reached available after waiting for 5.520292 seconds 2023-07-23 18:52:01,567 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.047s 2023-07-23 18:52:01,567 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a3f817-5d64-4478-8859-7975c60e7626', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a3f817-5d64-4478-8859-7975c60e7626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:01,767 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.180s 2023-07-23 18:52:01,767 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 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-7d404fc1-d0fa-4c4e-b082-0b97a3a30a27', '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": "3e7071b63e754806b8cbc4c6b868d3c6", "name": "tempest-TestVolumeBootPattern -646827604-project-member", "password_expires_at": null}, "audit_ids": ["GNncKWnjQquwGUpawFqYfg"], "expires_at": "2023-07-23T19:52:01.000000Z", "issued_at": "2023-07-23T18:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19f30a0bf2e54694ba252766c35c9813", "name": "tempest-TestVolumeBootPattern-646827604"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:52:01,768 79360 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '4ecc3221-4b16-428a-bead-71a9f0816063', 'name': 'tempest-TestVolumeBootPattern-536110673-network', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19913, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:35Z', 'updated_at': '2023-07-23T18:50:35Z', 'revision_number': 1} available for tenant 2023-07-23 18:52:01,815 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.046s 2023-07-23 18:52:01,816 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1640960574", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-2061128882"}], "block_device_map ping_v2": [{"uuid": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-1188881860", "networks": [{"uuid": "4ecc3221-4b16-428a-bead-71a9f0816063"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 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-6eac8a61-158e-4941-a12f-60629161d336', 'x-compute-request-id': 'req-6eac8a61-158e-4941-a12f-60629161d336', '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-23 18:52:01,895 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.078s 2023-07-23 18:52:01,895 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 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-6158b9e6-38fc-4913-9fa1-87c6beeb4821', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'' 2023-07-23 18:52:01,954 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.058s 2023-07-23 18:52:01,955 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a672a477-d840-4c2b-84ae-80e0a99425e7', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a672a477-d840-4c2b-84ae-80e0a99425e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:02.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:03,026 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.051s 2023-07-23 18:52:03,027 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31e810a8-a689-44ab-ab5c-439e35e72c6d', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31e810a8-a689-44ab-ab5c-439e35e72c6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:02.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:04,119 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.073s 2023-07-23 18:52:04,119 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2961c3e-d044-4a43-9455-2345e5ff96ca', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2961c3e-d044-4a43-9455-2345e5ff96ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:02.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "htt p://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:05,214 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.071s 2023-07-23 18:52:05,214 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-943d6dbb-5c82-4565-8c41-232887d2fa80', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-943d6dbb-5c82-4565-8c41-232887d2fa80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:02.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:06,251 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.024s 2023-07-23 18:52:06,251 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:06 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-2d1e7745-3649-4a51-b9b3-13454db8d5b3', 'x-openstack-request-id': 'req-2d1e7745-3649-4a51-b9b3-13454db8d5b3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf 2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21be644c-f7e5-4b53-a0a0-5bd547ab4870 could not be found."}}' 2023-07-23 18:52:06,853 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/4879fca5-d15a-4f84-a877-36a63f166627 0.601s 2023-07-23 18:52:06,854 79360 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-86f4ca7b-feef-4a9f-bd44-99bcd67a6cff', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:52:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4879fca5-d15a-4f84-a877-36a63f166627'} Body: b'' 2023-07-23 18:52:06,893 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1188881860 0.038s 2023-07-23 18:52:06,893 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:06 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-3ce97b6b-a7eb-4b9d-ae14-0909d8d7bd95', 'x-compute-request-id': 'req-3ce97b6b-a7eb-4b9d-ae14-0909d8d7bd95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1188881860'} Body: b'' {0} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [13.857175s] ... ok {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [8.570629s] ... ok {11} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [12.456698s] ... ok {11} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.158552s] ... ok {11} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.446568s] ... ok {11} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.047879s] ... ok {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [0.386191s] ... 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-23 18:52:17,161 79366 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.099s 2023-07-23 18:52:17,161 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:17 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-840ffb7c-7905-4ebf-b2e8-f8e3fb673983', '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": "8abc92b5bc844c45b54a0072cdad89b1", "name": "tempest-VolumesActionsTest-1680937560-project-member", "password_expires_at": null}, "audit_ids": ["4RKxX4csTV-cskv49e533g"], "expires_at": "2023-07-23T19:52:17.000000Z", "issued_at": "2023-07-23T18:52:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab2339668171408aa60597f1ad408a02", "name": "tempest-VolumesActionsTest-1680937560"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ab2339668171408aa60597f1ad408a02", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ab2339668171408aa60597f1ad408a02", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ab2339668171408aa60597f1ad408a02", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:52:17,162 79366 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '0ab6d157-2a23-4fea-84b3-092ecbfdbc8c', 'name': 'tempest-VolumesActionsTest-1547024681-network', 'tenant_id': 'ab2339668171408aa60597f1ad408a02', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ab2339668171408aa60597f1ad408a02', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9071, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:52:00Z', 'updated_at': '2023-07-23T18:52:00Z', 'revision_number': 1} available for tenant 2023-07-23 18:52:17,440 79366 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.277s 2023-07-23 18:52:17,441 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-835553531", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "0ab6d157-2a23-4fea-84b3-092ecbfdbc8c"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-2dd66b91-5ee4-457f-9a8c-142c38262250', 'x-compute-request-id': 'req-2dd66b91-5ee4-457f-9a8c-142c38262250', '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."}}' {11} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.242652s] ... ok {7} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {7} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {7} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [20.459542s] ... ok {11} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {11} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {11} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [9.230803s] ... ok {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.074497s] ... ok {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.363563s] ... ok {9} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.431840s] ... ok {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [9.408575s] ... ok {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [7.016007s] ... ok {9} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [8.477746s] ... ok {3} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [9.688278s] ... 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-23 18:52:30,482 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.244s 2023-07-23 18:52:30,483 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1992316982", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN1TzvgyRud+E5gpZfPRYTqKPZ6vZMQ8OnSVQeR+8qzvSAIa4Z36ZKyUmI6fnLkp4HPOqXkIXhCfOi1vF3PsXyK6aiKvreYY0u7Xv/dmZyLM7tUoM38Vi/EYncSP4nWcIw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:30 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-6548e390-01dd-4a4d-a697-ee98549e2759', 'x-compute-request-id': 'req-6548e390-01dd-4a4d-a697-ee98549e2759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1992316982", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN1TzvgyRud+E5gpZfPRYTqKPZ6vZMQ8OnSVQeR+8qzvSAIa4Z36ZKyUmI6fnLkp4HPOqXkIXhCfOi1vF3PsXyK6aiKvreYY0u7Xv/dmZyLM7tUoM38Vi/EYncSP4nWcIw==", "fingerprint": "59:a3:05:13:42:16:ba:b4:53:a1:0f:5a:50:f4:2f:bf", "user_id": "226ed8992db941c483a2f776a6c763ff"}}' 2023-07-23 18:52:30,662 79346 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.174s 2023-07-23 18:52:30,662 79346 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-1790221106", "description": "tempest-secgroup-smoke-1790221106 description", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-82b0c750-bebc-40e9-a339-f34ed222524e', 'date': 'Sun, 23 Jul 2023 18:52:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c6476027-691b-44be-99ae-ec77d3bba825", "name": "tempest-secgroup-smoke-1790221106", "stateful": true, "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "description": "tempest-secgroup-smoke-1790221106 description", "shared": false, "security_group_rules": [{"id": "66ea8fab-66a7-43d4-aff1-9698e6d480b1", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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": 1045, "description": null, "tags": [], "created_at": "2023-07-23T18:52:30Z", "updated_at": "2023-07-23T18:52:30Z", "revision_number": 0}, {"id": "907bafe4-9d25-4100-9dde-3ac50a0603d9", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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": 1046, "description": null, "tags": [], "created_at": "2023-07-23T18:52:30Z", "updated_at": "2023-07-23T18:52:30Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:52:30Z", "updated_at": "2023-07-23T18:52:30Z", "revision_number": 1, "projec t_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:30,815 79346 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.153s 2023-07-23 18:52:30,816 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "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-55c417b2-6686-454f-9884-0d55d1e5b402', 'date': 'Sun, 23 Jul 2023 18:52: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": "5836f37f-eb61-4aeb-b0bf-787bb129b5d2", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:30Z", "updated_at": "2023-07-23T18:52:30Z", "revision_number": 0}}' 2023-07-23 18:52:31,000 79346 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.184s 2023-07-23 18:52:31,001 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "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-4415fe83-619d-4ea5-a227-659ba1da1e31', 'date': 'Sun, 23 Jul 2023 18:52: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": "b2b5b3fd-01d8-4d7d-bdc5-2e6da2d0e310", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:30Z", "updated_at": "2023-07-23T18:52:30Z", "revision_number": 0}}' 2023-07-23 18:52:31,183 79346 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.182s 2023-07-23 18:52:31,184 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-39c31351-a077-4c2f-a5f9-de75c03d9423', 'date': 'Sun, 23 Jul 2023 18:52:31 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": "3208690d-46b7-45c1-a5b8-2ebfbf8372fe", "project_id": "4f5e126f 7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:31Z", "updated_at": "2023-07-23T18:52:31Z", "revision_number": 0}}' 2023-07-23 18:52:31,342 79346 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.158s 2023-07-23 18:52:31,343 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-e5925000-481d-4507-be0f-1fecd7b8d1bc', 'date': 'Sun, 23 Jul 2023 18:52:31 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": "e4c8d940-8b96-4dac-94e7-2732b9a2048f", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:31Z", "updated_at": "2023-07-23T18:52:31Z", "revision_number": 0}}' 2023-07-23 18:52:31,501 79346 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.157s 2023-07-23 18:52:31,501 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9a719dbf-a5df-419e-965d-d8123853c857', 'date': 'Sun, 23 Jul 2023 18:52:31 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": "67d072b0-f046-482f-a4ab-a50b57e02506", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:31Z", "updated_at": "2023-07-23T18:52:31Z", "revision_number": 0}}' 2023-07-23 18:52:31,670 79346 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.168s 2023-07-23 18:52:31,670 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-365e98eb-7ecf-4303-82f0-ae577892da71', 'date': 'Sun, 23 Jul 2023 18:52:31 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": "ea725de8-2258-47fa-8a2d-e4233a761a9b", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:31Z", "updated_at": "2023-07-23T18:52:31Z", "revision_number": 0}}' 2023-07-23 18:52:31,941 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes 0.270s 2023-07-23 18:52:31,941 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-607782562", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5860711-ea5d-46f0-bafc-d63985cd56e8', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5860711-ea5d-46f0-bafc-d63985cd56e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:31.863560", "updated_at": null, "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:52:31,994 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.042s 2023-07-23 18:52:31,994 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eab8119-cb75-45c0-be2a-b909ddadfab8', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eab8119-cb75-45c0-be2a-b909ddadfab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null , "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:33,042 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.036s 2023-07-23 18:52:33,043 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8db511ea-1108-4661-a312-29fd4a8bffea', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8db511ea-1108-4661-a312-29fd4a8bffea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:32.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:34,100 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.046s 2023-07-23 18:52:34,101 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a4505aa-4904-4e7a-9251-870f12bebc8f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a4505aa-4904-4e7a-9251-870f12bebc8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a 3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:34,113 79346 INFO [tempest.common.waiters] volume 0c158926-a598-4a3d-a276-bb589f84c494 reached available after waiting for 2.113621 seconds 2023-07-23 18:52:34,167 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.053s 2023-07-23 18:52:34,168 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90a9807c-c8cc-4c36-a1b5-fbf9284681db', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90a9807c-c8cc-4c36-a1b5-fbf9284681db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:34,221 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.037s 2023-07-23 18:52:34,221 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2801', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-83545b41-22c5-4019-90df-64673a0f7e09', '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": "226ed8992db941c483a2f776a6c763ff", "name": "tempest-TestStampPattern-17474610-project-member", "password_expires_at": null}, "audit_ids": ["zDoGpzL_RJ-2TELzD5bYSg"], "expires_at": "2023-07-23T19:52:34.000000Z", "issued_at": "2023-07-23T18:52:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f5e126f7f6c4aa19555ed2ca91f3682", "name": "tempest-TestStampPattern-17474610"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b59 03601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4f5e126f7f6c4aa19555ed2ca91f3682", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:52:34,222 79346 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'fd2831a0-0887-4a37-a80d-544ab105ab1e', 'name': 'tempest-TestStampPattern-1030474017-network', 'tenant_id': '4f5e126f7f6c4aa19555ed2ca91f3682', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4f5e126f7f6c4aa19555ed2ca91f3682', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52852, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:52:13Z', 'updated_at': '2023-07-23T18:52:13Z', 'revision_number': 1} available for tenant 2023-07-23 18:52:34,246 79346 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-23 18:52:34,247 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-566736052", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1992316982", "security_groups": [{"name": "tempest-secgroup-smoke-1790221106"}], "networks": [{"uuid": "fd2831a0-0887-4a37-a80d-544ab105ab1e"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 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-7cc8a639-44ff-4339-aebb-be66aad464b5', 'x-compute-request-id': 'req-7cc8a639-44ff-4339-aebb-be66aad464b5', '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-23 18:52:34,307 79346 INFO [tempest.lib.common. rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.059s 2023-07-23 18:52:34,308 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 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-1a45c2ec-413c-4a56-aedf-fda1b6fbd15a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'' 2023-07-23 18:52:34,350 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.042s 2023-07-23 18:52:34,351 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5227b6-252c-4030-b319-276f88d18c3c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5227b6-252c-4030-b319-276f88d18c3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:35,407 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.045s 2023-07-23 18:52:35,408 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cef41898-4834-4660-b5a9-61a68f834c47', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cef41898-4834-4660-b5a9-61a68f834c47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss- 2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:36,462 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.038s 2023-07-23 18:52:36,462 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16112c92-44af-42b2-9322-fecf4c9e41c4', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16112c92-44af-42b2-9322-fecf4c9e41c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:37,538 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.064s 2023-07-23 18:52:37,539 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae25c15a-743e-4937-8d79-b50883f1f74e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae25c15a-743e-4937-8d79-b50883f1f74e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2 ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:38,590 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.039s 2023-07-23 18:52:38,590 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-407e0cfd-d842-4472-9c77-342ccfd7ab6e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-407e0cfd-d842-4472-9c77-342ccfd7ab6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:39,629 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.027s 2023-07-23 18:52:39,630 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52: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-4794d63c-62e4-454e-834c-d6efbc24bce8', 'x-openstack-request-id': 'req-4794d63c-62e4-454e-834c-d6efbc24bce8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0c158926-a598-4a3d-a276-bb589f84c494 could not be found."}}' 2023-07-23 18:52:39,883 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c6476027-691b-44be-99ae-ec77d3bba825 0.253s 2023-07-23 18:52:39,884 79346 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-23e5d4d1-665d-4961-ada9-21e3ea5b6639', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:52:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c6476027-691b-44be-99ae-ec77d3bba825'} Body: b'' 202 3-07-23 18:52:39,920 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1992316982 0.036s 2023-07-23 18:52:39,921 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:39 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-8c4d749f-d484-47fa-9012-b9bdd2c94bcc', 'x-compute-request-id': 'req-8c4d749f-d484-47fa-9012-b9bdd2c94bcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1992316982'} Body: b'' {1} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [25.107253s] ... ok {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [9.109047s] ... ok {1} 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 a8c0fbdc-d367-47dd-a210-74a58ed744e7 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.'}, )) {1} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.069499s] ... ok {8} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [25.529709s] ... ok {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [8.011678s] ... ok {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.381415s] ... ok {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.269707s] ... ok {0} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [5.200107s] ... ok {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [9.239824s] ... ok {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [11.919994s] ... ok {8} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [19.358997s] ... 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 f3924cf5-3e22-4e2a-a5ca-aad180888d81 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-23 18:52:50,962 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes 0.229s 2023-07-23 18:52:50,962 79362 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-38808681"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7dd929-0ccd-4e7e-b88a-5a2938b761f2', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7dd929-0ccd-4e7e-b88a-5a2938b761f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:50.873558", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:52:51,034 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.054s 2023-07-23 18:52:51,034 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dbb53b7-d64f-4286-86e1-2fbab309a3c6', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dbb53b7-d64f-4286-86e1-2fbab309a3c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:52:52,115 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.060s 2023-07-23 18:52:52,115 79362 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e297d1-e2f5-48f8-91c7-8e0e9ac17873', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e297d1-e2f5-48f8-91c7-8e0e9ac17873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:52:51.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:52:53,178 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.042s 2023-07-23 18:52:53,179 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6835db1-8a5e-4ad4-957f-11f8dfad7824', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6835db1-8a5e-4ad4-957f-11f8dfad7824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:52:53.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:52:53,189 79362 INFO [tempest.common.waiters] volume f3924cf5-3e22-4e2a-a5ca-aad180888d81 reached available after waiting for 2.189683 seconds 2023-07-23 18:52:53,312 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots 0.122s 2023-07-23 18:52:53,312 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/j son', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "name": "tempest-VolumesDeleteCascade-Snapshot-111338633"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6af9e6d-377f-4a76-9a83-3991e8505339', 'content-length': '306', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6af9e6d-377f-4a76-9a83-3991e8505339', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.264175", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-23 18:52:53,343 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.026s 2023-07-23 18:52:53,344 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63c988f5-6a38-4ff4-87a9-dced0986ab1f', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63c988f5-6a38-4ff4-87a9-dced0986ab1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:52:54,390 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.042s 2023-07-23 18:52:54,391 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62ac4425-829e-4a3c-b410-561a984a6cbd', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62ac4425-829e-4a3c-b410-561a984a6cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:52:55,419 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delet e): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.022s 2023-07-23 18:52:55,419 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e84eef-7db0-4501-a4d1-846e58fdfc9b', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e84eef-7db0-4501-a4d1-846e58fdfc9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:52:56,451 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.025s 2023-07-23 18:52:56,451 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b696af2c-9963-4ab3-a825-5e2ca5cb0d70', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b696af2c-9963-4ab3-a825-5e2ca5cb0d70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:52:57,485 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.027s 2023-07-23 18:52:57,485 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ef9007f-1a36-4429-b434-9abc6b989b2c', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ef9007f-1a36-4429-b434-9abc6b989b2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81" , "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:52:58,533 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.042s 2023-07-23 18:52:58,534 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-124ce942-d3be-4407-b72f-374c79fc0d0d', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-124ce942-d3be-4407-b72f-374c79fc0d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": "2023-07-23T18:52:58.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:52:58,540 79362 INFO [tempest.common.waiters] snapshot 9e4c64d3-98a9-4372-b38f-6231d1ebf23f reached available after waiting for 5.540441 seconds 2023-07-23 18:52:58,826 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes 0.285s 2023-07-23 18:52:58,826 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1157601566"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-597d4211-a1b0-4223-98ca-3ce192b324b0', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-597d4211-a1b0-4223-98ca-3ce192b324b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:58.723564", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:52:58,891 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.047s 2023-07-23 18:52:58,892 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d0d58d3-4de0-4e97-b522-4ee64c2b2860', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d0d58d3-4de0-4e97-b522-4ee64c2b2860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:52:59,955 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.042s 2023-07-23 18:52:59,955 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-624ef191-6414-42de-b31c-7e4c2586f063', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-624ef191-6414-42de-b31c-7e4c2586f063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:52:59.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:01,024 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.055s 2023-07-23 18:53:01,025 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89dcfa3b-4083-48cc-ad2d-bd560f51c2ce', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89dcfa3b-4083-48cc-ad2d-bd560f51c2ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:52:59.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:02,083 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.036s 2023-07-23 18:53:02,083 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3658975-0a8a-4bbc-8b5c-c2a98f99f414', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3658975-0a8a-4bbc-8b5c-c2a98f99f414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:52:59.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:03,144 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.043s 2023-07-23 18:53:03,144 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-com pute-request-id': 'req-a8482b7a-7ca2-4d66-964d-6c7acecfa1fc', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8482b7a-7ca2-4d66-964d-6c7acecfa1fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:03.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:03,155 79362 INFO [tempest.common.waiters] volume 88592cc0-6387-4ba0-aae0-409ff84b6c60 reached available after waiting for 5.155442 seconds 2023-07-23 18:53:03,197 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.042s 2023-07-23 18:53:03,198 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0abbfe32-ec5d-483f-be61-e7b4c0ed3f0d', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0abbfe32-ec5d-483f-be61-e7b4c0ed3f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:03.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:03,286 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81?cascade=True 0.079s 2023-07-23 18:53:03,287 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conten t-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245fba81-8579-475a-b65d-315fc4b4e936', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81?cascade=True'} Body: b'' 2023-07-23 18:53:03,335 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.047s 2023-07-23 18:53:03,335 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcded10a-3bfc-4752-a226-998b8ce13c36', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcded10a-3bfc-4752-a226-998b8ce13c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:53:03.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:04,390 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.043s 2023-07-23 18:53:04,390 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb46ef0-996b-4700-ad3d-6fd75112a1ec', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb46ef0-996b-4700-ad3d-6fd75112a1ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:53:03.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "e ncrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:05,446 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.042s 2023-07-23 18:53:05,447 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61f88c3a-ddd5-4fd2-bce7-19c02f36ed05', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61f88c3a-ddd5-4fd2-bce7-19c02f36ed05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:53:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:05,514 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.047s 2023-07-23 18:53:05,514 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64314b0-882d-44ff-beb7-beedfc75940d', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64314b0-882d-44ff-beb7-beedfc75940d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:03.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18: 53:05,579 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.054s 2023-07-23 18:53:05,579 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:05 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-788f6fa3-fa4b-4cef-bed0-ae219175d37d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'' 2023-07-23 18:53:05,655 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.076s 2023-07-23 18:53:05,656 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-555fa624-a5c0-486a-a428-7cfe7f65a2a5', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-555fa624-a5c0-486a-a428-7cfe7f65a2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:06,737 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.068s 2023-07-23 18:53:06,737 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27c2a9a4-3908-4cb5-b0b4-1fe8bdd95c0c', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27c2a9a4-3908-4cb5-b0b4-1fe8bdd95c0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:06.000000", "nam e": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:07,816 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.068s 2023-07-23 18:53:07,816 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c132a1cb-9797-487f-8065-5271e9870640', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c132a1cb-9797-487f-8065-5271e9870640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:08,874 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.044s 2023-07-23 18:53:08,874 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8035ecf6-2208-49d3-aba1-336a0a59784c', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8035ecf6-2208-49d3-aba1-336a0a59784c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:09,910 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.021s 2023-07-23 18:53:09,911 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:09 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-a2b28f7e-01da-42f7-b69d-90cde976362b', 'x-openstack-request-id': 'req-a2b28f7e-01da-42f7-b69d-90cde976362b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 88592cc0-6387-4ba0-aae0-409ff84b6c60 could not be found."}}' 2023-07-23 18:53:09,983 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.071s 2023-07-23 18:53:09,983 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:09 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-adec9720-4858-4e9b-9b11-b11c4e2f4486', 'x-openstack-request-id': 'req-adec9720-4858-4e9b-9b11-b11c4e2f4486', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} 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-23 18:53:10,033 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.048s 2023-07-23 18:53:10,033 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d90e629-bfe1-4569-b8e3-157094e6b7b8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d90e629-bfe1-4569-b8e3-157094e6b7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:53:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:10,089 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.045s 2023-07-23 18:53:10,089 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:10 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-6375a1a1-2ca6-4ecb-a115-0120444df356', 'x-openstack-request-id': 'req-6375a1a1-2ca6-4ecb-a115-0120444df356', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} 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} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {1} 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`. {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.361192s] ... ok {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.229210s] ... ok {9} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {8} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {10} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [5.964792s] ... ok {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [2.714773s] ... 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-23 18:53:37,764 79362 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-23 18:53:38,604 79362 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.839s 2023-07-23 18:53:38,604 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1067379260", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-6fcc4307-11a4-43f7-9b6a-96a03962cbd9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1067379260", "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": "5e68d15556f04503aba50b96f132f1d5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9769da53-ac7a-4fbf-b332-3ef266cb166d", "created_at": "2023-07-23T18:53:39Z", "updated_at": "2023-07-23T18:53:39Z", "tags": [], "self": "/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d", "file": "/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:53:40,217 79362 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/9769da53-ac7a-4fbf-b332-3ef266cb166d/file 1.612s 2023-07-23 18:53:40,217 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-9e61ec09-b08d-4ef7-8e6a-664623842e0f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d/file'} Body: b'' 2023-07-23 18:53:40,217 79362 DEBUG [tempest.scenario.manager] image:9769da53-ac7a-4fbf-b332-3ef266cb166d 2023-07-23 18:53:40,279 79362 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.059s 2023-07-23 18:53:40,279 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1312744946", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLiyxzBRCkW8k6hmceedFBnMSMewpYti0ysrHW0QoUK2dtSQfneX1onBx3Y4jDA55GPp3Va75NoVNEj1m78Gw4N9YddYWtdCbggDzbeZ9uDAJCxrQYKnWz3OXcxshrhTrQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 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-9accfcd9-c21c-4c0c-a8ba-0584bc37e686', 'x-compute-request-id': 'req-9accfcd9-c21c-4c0c-a8ba-0584bc37e686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1312744946", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLiyxzBRCkW8k6hmceedFBnMSMewpYti0ysrHW0QoUK2dtSQfneX1onBx3Y4jDA55GPp3Va75NoVNEj1m78Gw4N9YddYWtdCbggDzbeZ9uDAJCxrQYKnWz3OXcxshrhTrQ==", "fingerprint": "bd:20:8c:a5:d8:68:f9:99:e8:18:27:1d:8b:6f:01:66", "user_id": "accbefe1433c48e19d8ca80991e6c814"}}' 2023-07-23 18:53:40,335 79362 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.045s 2023-07-23 18:53:40,336 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 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-058f515e-6c75-4d21-a2a7-89e3c4b68509', '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": "accbefe1433c48e19d8ca80991e6c814", "name": "tempest-TestMinimumBasicScenario-1247407998-project-member", "password_expires_at": null}, "audit_ids": ["uWmLF3tMT8ilGHSHRmDn4w"], "expires_at": "2023-07-23T19:53:40.000000Z", "issued_at": "2023-07-23T18:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5e68d15556f04503aba50b96f132f1d5", "name": "tempest-TestMinimumBasicScenario-1247407998"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"} ]}}' 2023-07-23 18:53:40,336 79362 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '163850d0-62a7-4782-bda4-6294534e500f', 'name': 'tempest-TestMinimumBasicScenario-439743435-network', 'tenant_id': '5e68d15556f04503aba50b96f132f1d5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5e68d15556f04503aba50b96f132f1d5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62773, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:53:23Z', 'updated_at': '2023-07-23T18:53:23Z', 'revision_number': 1} available for tenant 2023-07-23 18:53:40,365 79362 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.027s 2023-07-23 18:53:40,365 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-707056742", "imageRef": "9769da53-ac7a-4fbf-b332-3ef266cb166d", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1312744946", "networks": [{"uuid": "163850d0-62a7-4782-bda4-6294534e500f"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 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-a5917a20-05c8-494e-b402-be7bdf413988', 'x-compute-request-id': 'req-a5917a20-05c8-494e-b402-be7bdf413988', '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-23 18:53:40,398 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1312744946 0.031s 2023-07-23 18:53:40,398 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 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-7ac554ce-3846-44a4-93c8-c9ece37c1d1b', 'x-compute-request-id': 'req-7ac554ce-3846-44a4-93c8-c9ece37c1d1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1312744946'} Body: b'' 2023-07-23 18:53:40,477 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d 0.077s 2023-07-23 18:53:40,477 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-557a7cd3-f22b-476a-9bea-e624df227609', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d'} Body: b' ' {9} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [2.738865s] ... 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-23 18:53:40,481 79362 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-23 18:53:41,159 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.676s 2023-07-23 18:53:41,159 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1927001385", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/87972742-3f12-4409-9e4d-cf92e000f931', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0076c11c-ece0-4d28-a060-8d6f38f2e112', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1927001385", "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": "5e68d15556f04503aba50b96f132f1d5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87972742-3f12-4409-9e4d-cf92e000f931", "created_at": "2023-07-23T18:53:41Z", "updated_at": "2023-07-23T18:53:41Z", "tags": [], "self": "/v2/images/87972742-3f12-4409-9e4d-cf92e000f931", "file": "/v2/images/87972742-3f12-4409-9e4d-cf92e000f931/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:53:42,868 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/87972742-3f12-4409-9e4d-cf92e000f931/file 1.708s 2023-07-23 18:53:42,869 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-44817b2a-8d06-492e-8211-621436d1306d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/87972742-3f12-4409-9e4d-cf92e000f931/file'} Body: b'' 2023-07-23 18:53:42,869 79362 DEBUG [tempest.scenario.manager] image:87972742-3f12-4409-9e4d-cf92e000f931 2023-07-23 18:53:42,959 79362 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.087s 2023-07-23 18:53:42,959 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1729690807", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMOQusvyXKmxEvOSm+AF+QJ8OVaPu7KSSJwvAhjyGllMHTDc0qLgt/4+jwvXeqIiwvHR5HgMO46GBal8g882w0kkwzraV25F+0jZ3AIRORIxjggxLKJZaPXulyBF8PFvg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:42 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-8c0ade3b-4054-4d2d-b882-88ff5f09d4d1', 'x-compute-request-id': 'req-8c0ade3b-4054-4d2d-b882-88ff5f09d4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-172 9690807", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMOQusvyXKmxEvOSm+AF+QJ8OVaPu7KSSJwvAhjyGllMHTDc0qLgt/4+jwvXeqIiwvHR5HgMO46GBal8g882w0kkwzraV25F+0jZ3AIRORIxjggxLKJZaPXulyBF8PFvg==", "fingerprint": "d0:97:8b:3c:92:59:0c:f5:b4:8b:3b:96:21:42:46:d3", "user_id": "accbefe1433c48e19d8ca80991e6c814"}}' 2023-07-23 18:53:43,070 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.102s 2023-07-23 18:53:43,070 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:42 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-579e231d-195d-4b93-a2e8-2ef52fdad58a', '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": "accbefe1433c48e19d8ca80991e6c814", "name": "tempest-TestMinimumBasicScenario-1247407998-project-member", "password_expires_at": null}, "audit_ids": ["zxIzq7GWRnaCXxC4yeugMg"], "expires_at": "2023-07-23T19:53:43.000000Z", "issued_at": "2023-07-23T18:53:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5e68d15556f04503aba50b96f132f1d5", "name": "tempest-TestMinimumBasicScenario-1247407998"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:53:43,070 79362 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found netw ork {'id': '163850d0-62a7-4782-bda4-6294534e500f', 'name': 'tempest-TestMinimumBasicScenario-439743435-network', 'tenant_id': '5e68d15556f04503aba50b96f132f1d5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5e68d15556f04503aba50b96f132f1d5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62773, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:53:23Z', 'updated_at': '2023-07-23T18:53:23Z', 'revision_number': 1} available for tenant 2023-07-23 18:53:43,098 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.027s 2023-07-23 18:53:43,098 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1233404235", "imageRef": "87972742-3f12-4409-9e4d-cf92e000f931", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1729690807", "networks": [{"uuid": "163850d0-62a7-4782-bda4-6294534e500f"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:43 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-ca9718c3-1f13-4fb2-b9f3-4b81ce56ae87', 'x-compute-request-id': 'req-ca9718c3-1f13-4fb2-b9f3-4b81ce56ae87', '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-23 18:53:43,122 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1729690807 0.023s 2023-07-23 18:53:43,122 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:43 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-8fc96315-1311-4f23-b179-b71ea075b83c', 'x-compute-request-id': 'req-8fc96315-1311-4f23-b179-b71ea075b83c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1729690807'} Body: b'' 2023-07-23 18:53:43,219 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/87972742-3f12-4409-9e4d-cf92e000f931 0.096s 2023-07-23 18:53:43,219 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-fdeb62e6-5288-40e9-929e-fc00e4a5809b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/87972742-3f12-4409-9e4d-cf92e000f931'} Body: b'' {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [24.198712s] ... ok {9} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [10.148713s] ... 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-23 18:53:41,411 79364 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/0ddd5893-6f1b-4fee-96d3-85d2004225cc 0.023s 2023-07-23 18:53:41,411 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-11118262-b70a-4248-868d-fe075a13421c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc'} 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": "c16e68c26d9244c4985595b2be0fa9e8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "created_at": "2023-07-23T18:45:22Z", "updated_at": "2023-07-23T18:45:23Z", "tags": [], "self": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc", "file": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:53:41,785 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes 0.373s 2023-07-23 18:53:41,786 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e703376-c057-42e1-8ead-ef5f7758c52b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e703376-c057-42e1-8ead-ef5f7758c52b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:41.707222", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:53:41,837 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.038s 2023-07-23 18:53:41,837 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36c886af-bc9c-48f8-a1c6-f2a9d7308be6', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36c886af-bc9c-48f8-a1c6-f2a9d7308be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:42,921 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.072s 2023-07-23 18:53:42,921 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c12397e-74dd-42f8-894e-b85ffb64e67d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c12397e-74dd-42f8-894e-b85ffb64e67d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:42.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:43,974 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.039s 2023-07-23 18:53:43,975 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf57f3b2-5eb3-4024-ac88-4c2ba5c52987', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf57f3b2-5eb3-4024-ac88-4c2ba5c52987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:42.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:45,026 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.040s 2023-07-23 18:53:45,027 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab28d85-eca6-4251-87e8-3299fa137f5b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab28d85-eca6-4251-87e8-3299fa137f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:42.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:46,093 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.055s 2023-07-23 18:53:46,093 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa45a6f6-44d5-4dd2-aabd-ed78b5e6c743', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenSta ck-API-Version', 'x-openstack-request-id': 'req-aa45a6f6-44d5-4dd2-aabd-ed78b5e6c743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:46,104 79364 INFO [tempest.common.waiters] volume 1451912a-3f2b-4e45-8e6c-0f2b180f3b35 reached available after waiting for 5.104040 seconds 2023-07-23 18:53:46,104 79364 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:53:46,104 79364 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:53:46,173 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.065s 2023-07-23 18:53:46,173 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-15551331", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBWR/0Jh9AIxKGphgJrq7o4zUXos7eq2OB9U2r6WU7YKqapG10Jg7YBmHZQ0cwjLtsbWCyz7BS93UZAJv8FK5AuwIchIXSoGzDAkhe2vMqwDg7LJbk6/w0fShQcXpNAVZg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02d19064-dd9f-4a77-beb9-34f5860c6024', 'x-compute-request-id': 'req-02d19064-dd9f-4a77-beb9-34f5860c6024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-15551331", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBWR/0Jh9AIxKGphgJrq7o4zUXos7eq2OB9U2r6WU7YKqapG10Jg7YBmHZQ0cwjLtsbWCyz7BS93UZAJv8FK5AuwIchIXSoGzDAkhe2vMqwDg7LJbk6/w0fShQcXpNAVZg==", "fingerprint": "c0:17:bc:2d:09:28:90:9c:95:fd:ab:a4:35:e2:9a:58", "user_id": "125a1a59d1d54cb3bfdd910affe20c6c"}}' 2023-07-23 18:53:46,176 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-15551331 created 2023-07-23 18:53:46,305 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.128s 2023-07-23 18:53:46,305 79364 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1021648348", "description": "tempest-description--473723056"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-2e1c7d3f-afc4-48a8-b8c1-a2be85ff9890', 'date': 'Sun, 23 Jul 2023 18:53:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "name": "tempest-securitygroup--1021648348", "stateful": true, "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "description": "tempest-description--473723056", "shared": false, "security_group_rules": [{"id": "102ddf8e-7a7c-4974-96a6-e3f68ebed9d6", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "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": 1175, "description": null, "tags": [], "created_at": "2023-07-23T18:53:46Z", "updated_at": "2023-07-23T18:53:46Z", "revision_number": 0}, {"id": "3022ea43-93d3-4321-9a8d-e3c96d6407de", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "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": 1174, "description": null, "tags": [], "created_at": "2023-07-23T18:53:46Z", "updated_at": "2023-07-23T18:53:46Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:53:46Z", "updated_at": "2023-07-23T18:53:46Z", "revision_number": 1, "project_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:46,490 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.184s 2023-07-23 18:53:46,491 79364 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": "a2712d27-8a57-43e7-8819-b74d19c40db9", "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-5baac43d-0467-4cdf-b332-f354f0578dd6', 'date': 'Sun, 23 Jul 2023 18:53: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": "12241cc8-516e-47df-9271-1e419b224422", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "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-23T18:53:46Z", "updated_at": "2023-07-23T18:53:46Z", "revision_number": 0}}' 2023-07-23 18:53:46,650 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-07-23 18:53:46,651 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"sec urity_group_rule": {"security_group_id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-71ee33ad-ec6c-43b3-87fa-d63d04889f7e', 'date': 'Sun, 23 Jul 2023 18:53: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": "714d07ce-3104-4878-a8f2-f091e8ca2f05", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "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-23T18:53:46Z", "updated_at": "2023-07-23T18:53:46Z", "revision_number": 0}}' 2023-07-23 18:53:46,651 79364 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1021648348 created 2023-07-23 18:53:47,421 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.769s 2023-07-23 18:53:47,421 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-faa1c7fc-0858-47dc-a0c7-e2cb2b102a70', 'date': 'Sun, 23 Jul 2023 18:53:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3b214ea4-e6c3-4bee-8bfc-c70fdaff0fb0", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "floating_ip_address": "172.24.4.133", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "07c545868dec46938a7bc4058d70c0ec", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:53:47Z", "updated_at": "2023-07-23T18:53:47Z", "revision_number": 0}}' 2023-07-23 18:53:47,421 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3b214ea4-e6c3-4bee-8bfc-c70fdaff0fb0', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'floating_ip_address': '172.24.4.133', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:53:47Z', 'updated_at': '2023-07-23T18:53:47Z', 'revision_number': 0, 'ip': '172.24.4.133'} created 2023-07-23 18:53:47,518 79364 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.092s 2023-07-23 18:53:47,518 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:47 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-62864253-46cb-441b-a8a3-ab8106fc22df', '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": "125a1a59d1d54cb3bfdd910affe20c6c", "name": "tempest-VolumesSnapshotTestJSON-1541199793-project-member", "password_expires_at": null}, "audit_ids": ["lmSmIaCIQyWv7lx_zCjmXw"], "expires_at": "2023-07-23T19:53:47.000000Z", "issued_at": "2023-07-23T18:53:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07c545868dec46938a7bc4058d70c0ec", "name": "tempest-VolumesSnapshotTestJSON-1541199793"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:53:47,519 79364 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '1b5ae495-3bd9-4470-b86e-35e01b82d738', 'name': 'tempest-VolumesSnapshotTestJSON-1769359447-network', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21218, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:53:29Z', 'updated_at': '2023-07-23T18:53:29Z', 'revision_number': 1} available for tenant 2023-07-23 18:53:47,519 79364 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-15551331', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBWR/0Jh9AIxKGphgJrq7o4zUXos7eq2OB9U2r6WU7YKqapG10Jg7YBmHZQ0cwjLtsbWCyz7BS93UZAJv8FK5AuwIchIXSoGzDAkhe2vMqwDg7LJbk6/w0fShQcXpNAVZg==', 'fingerprint': 'c0:17:bc:2d:09:28:90:9c:95:fd:ab:a4:35:e2: 9a:58', 'user_id': '125a1a59d1d54cb3bfdd910affe20c6c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBM7vllu7gRMK1/WX4dIQTk05+egltKwdjEglDbnYkj3ja6TnSKYa7P\nHQY7wJXtFQygBwYFK4EEACKhZANiAAQVkf9CYfQCMShqYYCa6u6OM1F6LO3qtjgf\nVNq+llO2CqmqRtdCYO2AZh2UNHMIy7bG1gss+wUvd1GQCb/BSuQLsCHISF0qBsww\nJIXtrzKsA4OyyW5Ov8NH0oUHF6TQFWY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a2712d27-8a57-43e7-8819-b74d19c40db9', 'name': 'tempest-securitygroup--1021648348', 'stateful': True, 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'description': 'tempest-description--473723056', 'shared': False, 'security_group_rules': [{'id': '102ddf8e-7a7c-4974-96a6-e3f68ebed9d6', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'security_group_id': 'a2712d27-8a57-43e7-8819-b74d19c40db9', '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': 1175, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:53:46Z', 'updated_at': '2023-07-23T18:53:46Z', 'revision_number': 0}, {'id': '3022ea43-93d3-4321-9a8d-e3c96d6407de', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'security_group_id': 'a2712d27-8a57-43e7-8819-b74d19c40db9', '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': 1174, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:53:46Z', 'updated_at': '2023-07-23T18:53:46Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:53:46Z', 'updated_at': '2023-07-23T18:53:46Z', 'revision_number': 1, 'project_id': '07c545868dec46938a7bc4058d70c0ec'}, 'floating_ip': {'id': '3b214ea4-e6c3-4bee-8bfc-c70fdaff0fb0', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'floating_ip_address': '172.24.4.133', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:53:47Z', 'updated_at': '2023-07-23T18:53:47Z', 'revision_number': 0, 'ip': '172.24.4.133'}} 2023-07-23 18:53:47,550 79364 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.030s 2023-07-23 18:53:47,550 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1790713489", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "1b5ae495-3bd9-4470-b86e-35e01b82d738"}], "security_groups": [{"name": "tempest-securitygroup--1021648348"}], "key_name": "tempest-keypair-15551331", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:47 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-ad322986-69d9-4c84-a426-ef83898e56f6', 'x-compute-request-id': 'req-ad322986-69d9-4c84-a426-ef83898e56f6', '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-23 18:53:47,575 79364 INFO [tempest.lib.com mon.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-15551331 0.023s 2023-07-23 18:53:47,576 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5140eb4-3705-4f42-b174-8fc09800299f', 'x-compute-request-id': 'req-a5140eb4-3705-4f42-b174-8fc09800299f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-15551331'} Body: b'' 2023-07-23 18:53:47,738 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a2712d27-8a57-43e7-8819-b74d19c40db9 0.162s 2023-07-23 18:53:47,738 79364 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-207a59a1-de3b-497a-b53f-05979e5f84cd', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:53:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a2712d27-8a57-43e7-8819-b74d19c40db9'} Body: b'' 2023-07-23 18:53:47,757 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a2712d27-8a57-43e7-8819-b74d19c40db9 0.018s 2023-07-23 18:53:47,758 79364 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-f392c86f-5618-413a-82d5-87e01672cfbb', 'date': 'Sun, 23 Jul 2023 18:53:47 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a2712d27-8a57-43e7-8819-b74d19c40db9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a2712d27-8a57-43e7-8819-b74d19c40db9 does not exist", "detail": ""}}' 2023-07-23 18:53:48,212 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/3b214ea4-e6c3-4bee-8bfc-c70fdaff0fb0 0.453s 2023-07-23 18:53:48,212 79364 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-fc8a8637-e847-41e8-bedd-a46474df6195', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:53:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/3b214ea4-e6c3-4bee-8bfc-c70fdaff0fb0'} Body: b'' 2023-07-23 18:53:48,250 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.037s 2023-07-23 18:53:48,250 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0bebae-5176-4f0c-9e69-d722ae7d2232', 'content-length ': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0bebae-5176-4f0c-9e69-d722ae7d2232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:48,333 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.072s 2023-07-23 18:53:48,333 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:48 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-36954123-3658-46f2-bfc3-e2c65cc3a2d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'' 2023-07-23 18:53:48,380 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.047s 2023-07-23 18:53:48,380 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00862330-0d86-4eb3-8b77-0978e3a5f446', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00862330-0d86-4eb3-8b77-0978e3a5f446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/ v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:49,437 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.044s 2023-07-23 18:53:49,437 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7e280e3-1109-42df-8a1c-a753484c14e3', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7e280e3-1109-42df-8a1c-a753484c14e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:50,489 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.038s 2023-07-23 18:53:50,489 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-915aa758-afe0-4172-b70f-e6297046d007', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-915aa758-afe0-4172-b7 0f-e6297046d007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:51,533 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.023s 2023-07-23 18:53:51,534 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:51 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-d961268e-6d38-4639-b810-ca8de54722e8', 'x-openstack-request-id': 'req-d961268e-6d38-4639-b810-ca8de54722e8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1451912a-3f2b-4e45-8e6c-0f2b180f3b35 could not be found."}}' {10} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.054148s] ... ok {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [8.036928s] ... ok {9} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [8.903776s] ... ok {8} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [2.796934s] ... 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-23 18:54:05,280 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.091s 2023-07-23 18:54:05,280 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:05 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-5527b8b4-dc69-4ff5-9bfb-1fa21198f226', '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": "6d45856b9edc44dbb593c591678501d4", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-310880599-project-member", "password_expires_at": null}, "audit_ids": ["uNSLMPNZQfOpPGc-oRhkmw"], "expires_at": "2023-07-23T19:54:05.000000Z", "issued_at": "2023-07-23T18:54:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e63b94e73c1c4c6593f40fbb11307c25", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-310880599"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e63b94e73c1c4c6593f40fbb11307c25", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e63b94e73c1c4c6593f40fbb11307c25", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e63b94e73c1c4c6593f40fbb11307c25", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:54:05,281 79362 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '6de9284f-e9fc-4015-beb0-9e05b75b5a1a', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1348438084-network', 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e63b94e7 3c1c4c6593f40fbb11307c25', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9686, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:53:52Z', 'updated_at': '2023-07-23T18:53:52Z', 'revision_number': 1} available for tenant 2023-07-23 18:54:05,282 79362 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:54:05,282 79362 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:54:05,493 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.209s 2023-07-23 18:54:05,494 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-697967882", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIYBsPUeI9uvFNs/1GbJE+CeXCUvyQFByo2O9vUGXhaGiwsvvrTthkZpJAxbRHRYIr5fFBQmDK86PDvsI0ZWDdfVUijSDKSFn6/OWI4tsHfK95nDRVwziRvntl7srHyHIw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:05 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-9a04cdd4-d1cd-434c-887e-6efbe36b6919', 'x-compute-request-id': 'req-9a04cdd4-d1cd-434c-887e-6efbe36b6919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-697967882", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIYBsPUeI9uvFNs/1GbJE+CeXCUvyQFByo2O9vUGXhaGiwsvvrTthkZpJAxbRHRYIr5fFBQmDK86PDvsI0ZWDdfVUijSDKSFn6/OWI4tsHfK95nDRVwziRvntl7srHyHIw==", "fingerprint": "b0:29:81:b2:b0:8e:d8:9a:b0:4d:c5:b9:bb:6a:4b:b9", "user_id": "6d45856b9edc44dbb593c591678501d4"}}' 2023-07-23 18:54:05,496 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-697967882 created 2023-07-23 18:54:05,643 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.146s 2023-07-23 18:54:05,643 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--203574702", "description": "tempest-description--357046657"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-38eb6b19-1f25-45d8-b2d5-469e0cc79858', 'date': 'Sun, 23 Jul 2023 18:54:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e15b3494-e9a7-4b22-a75d-d85770524e99", "name": "tempest-securitygroup--203574702", "stateful": true, "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "description": "tempest-description--357046657", "shared": false, "security_group_rules": [{"id": "79b61dbf-5545-4b3b-8da8-33735104cb7e", "project_id": "e63b94e73c1c4c6593f40fbb11307c25", "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "security_group_id": "e15b3494-e9a7-4b22-a75d-d85770524e99", "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": 1 220, "description": null, "tags": [], "created_at": "2023-07-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}, {"id": "f107fbe7-6f4b-4e34-a441-f11a2a0eef1e", "project_id": "e63b94e73c1c4c6593f40fbb11307c25", "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "security_group_id": "e15b3494-e9a7-4b22-a75d-d85770524e99", "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": 1221, "description": null, "tags": [], "created_at": "2023-07-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 1, "project_id": "e63b94e73c1c4c6593f40fbb11307c25"}}' 2023-07-23 18:54:05,791 79362 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-23 18:54:05,792 79362 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": "e15b3494-e9a7-4b22-a75d-d85770524e99", "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-ca8a3390-9700-48ac-b7d9-14e5b2e237af', 'date': 'Sun, 23 Jul 2023 18:54:05 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": "354a95e2-4a2f-4425-b4d0-928161ec2fd3", "project_id": "e63b94e73c1c4c6593f40fbb11307c25", "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "security_group_id": "e15b3494-e9a7-4b22-a75d-d85770524e99", "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-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}}' 2023-07-23 18:54:06,053 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.261s 2023-07-23 18:54:06,054 79362 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": "e15b3494-e9a7-4b22-a75d-d85770524e99", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9c1e56c7-d348-48b0-ba10-4eb91bbfe9fd', 'date': 'Sun, 23 Jul 2023 18:54:06 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": "b6227978-4785-45a9-86ec-05217e91ff48", "project_id": "e63b94e73c1c4c6593f40fbb11307c25", "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "security_group_id": "e15b3494-e9a7-4b22-a75d-d85770524e99", "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-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}}' 2023-07-23 18:54:06,054 79362 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--203574702 created 2023-07-23 18:54:06,928 79362 INFO [tempest.lib.common.rest_client] Request (Va lidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.873s 2023-07-23 18:54:06,929 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f3ada34b-fd48-41ad-9a20-4842c18434f5', 'date': 'Sun, 23 Jul 2023 18:54:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "65f0ff31-7b83-4fac-8c21-3cd6c0188d7b", "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "floating_ip_address": "172.24.4.189", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e63b94e73c1c4c6593f40fbb11307c25", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:54:06Z", "updated_at": "2023-07-23T18:54:06Z", "revision_number": 0}}' 2023-07-23 18:54:06,929 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '65f0ff31-7b83-4fac-8c21-3cd6c0188d7b', 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:54:06Z', 'updated_at': '2023-07-23T18:54:06Z', 'revision_number': 0, 'ip': '172.24.4.189'} created 2023-07-23 18:54:06,929 79362 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-697967882', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIYBsPUeI9uvFNs/1GbJE+CeXCUvyQFByo2O9vUGXhaGiwsvvrTthkZpJAxbRHRYIr5fFBQmDK86PDvsI0ZWDdfVUijSDKSFn6/OWI4tsHfK95nDRVwziRvntl7srHyHIw==', 'fingerprint': 'b0:29:81:b2:b0:8e:d8:9a:b0:4d:c5:b9:bb:6a:4b:b9', 'user_id': '6d45856b9edc44dbb593c591678501d4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBwzhD74nx8PG2/hRkpA64ftH4Mo4vWIknvGsOG0nGM9lz+dgAipsLw\ndbCvS56ZZiqgBwYFK4EEACKhZANiAASGAbD1HiPbrxTbP9RmyRPgnlwlL8kBQcqN\njvb1Bl4WhosLL7607YZGaSQMW0R0WCK+XxQUJgyvOjw77CNGVg3X1VIo0gykhZ+v\nzliOLbB3yveZw0VcM4kb57Ze7Kx8hyM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e15b3494-e9a7-4b22-a75d-d85770524e99', 'name': 'tempest-securitygroup--203574702', 'stateful': True, 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'description': 'tempest-description--357046657', 'shared': False, 'security_group_rules': [{'id': '79b61dbf-5545-4b3b-8da8-33735104cb7e', 'project_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'security_group_id': 'e15b3494-e9a7-4b22-a75d-d85770524e99', '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': 1220, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:54:05Z', 'updated_at': '2023-07-23T18:54:05Z', 'revision_number': 0}, {'id': 'f107fbe7-6f4b-4e34-a441-f11a2a0eef1e', 'project_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'security_group_id': 'e15b3494-e9a7-4b22-a75d-d85770524e99', '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': 1221, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:54:05Z', 'updated_at': '2023-07-23T18:54:05Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:54:05Z', 'updated_at': '2023-07-23T18:54:05Z', 'revision_number': 1, 'project_id': 'e63b94e73c1c4c6593f40fbb11307c25'}, 'floating_ip': {'id': '65f0ff31-7b83-4fac-8c21-3cd6c0188d7b', 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:54:06Z', 'updated_at': '2023-07-23T18:54:06Z', 'revision_number': 0, 'ip': '172.24.4.189'}} 2023-07-23 18:54:06,965 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.034s 2023-07-23 18:54:06,965 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1912095877", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "6de9284f-e9fc-4015-beb0-9e05b75b5a1a"}], "security_groups": [{"name": "tempest-securitygroup--203574702"}], "key_name": "tempest-keypair-697967882", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54: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-a96ed0b4-52f5-492f-9742-dcde8cea70fb', 'x-compute-request-id': 'req-a96ed0b4-52f5-492f-9742-dcde8cea70fb', '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-23 18:54:06,993 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-697967882 0.026s 2023-07-23 18:54:06,993 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:06 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-bd5ce210-1911-45ff-81d1-85f0dfd3a056', 'x-compute-request-id': 'req-bd5ce210-1911-45ff-81d1-85f0dfd3a056', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-697967882'} Body: b'' 2023-07-23 18:54:07,475 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e15b3494-e9a7-4b22-a75d-d85770524e99 0.482s 2023-07-23 18:54:07,476 79362 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-28412d46-413f-4a6b-8de9-d1f5712d457d', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:54:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e15b3494-e9a7-4b22-a75d-d85770524e99'} Body: b'' 2023-07-23 18:54:07,493 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e15b3494-e9a7-4b22-a75d-d85770524e99 0.017s 2023-07-23 18:54:07,493 79362 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-f2c32881-9237-466a-9bbc-b11667253f4f', 'date': 'Sun, 23 Jul 2023 18:54:07 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e15b3494-e9a7-4b22-a75d-d85770524e99'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e15b3494-e9a7-4b22-a75d-d85770524e99 does not exist", "detail": ""}}' 2023-07-23 18:54:07,979 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/65f0ff31-7b83-4fac-8c21-3cd6c0188d7b 0.485s 2023-07-23 18:54:07,980 79362 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-11474cc7-70f0-43ed-ba03-927eb4d43237', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:54:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/65f0ff31-7b83-4fac-8c21-3cd6c0188d7b'} Body: b'' {9} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [10.429869s] ... 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-23 18:54:00,561 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots 0.114s 2023-07-23 18:54:00,562 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36fc546-4d88-44fb-acca-48f6b39626e4', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36fc546-4d88-44fb-acca-48f6b39626e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:00.516119", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-23 18:54:00,588 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.022s 2023-07-23 18:54:00,588 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3f58cf-1fab-4060-a5fd-f20289667de5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3f58cf-1fab-4060-a5fd-f20289667de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:54:01,632 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.039s 2023-07-23 18:54:01,632 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f2672b-e47f-420c-ad6b-145fd4f23ef7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f2672b-e47f-420c-ad6b-145fd4f23ef7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot -359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:54:02,664 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.026s 2023-07-23 18:54:02,664 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76282f7d-fc2c-4679-9f16-9dd05d45a939', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76282f7d-fc2c-4679-9f16-9dd05d45a939', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:54:03,692 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.022s 2023-07-23 18:54:03,692 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f53b3c-2b40-4b35-b562-c3e9c3f5e74d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f53b3c-2b40-4b35-b562-c3e9c3f5e74d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:54:04,721 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.021s 2023-07-23 18:54:04,721 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-503690b8-90e4-43d1-a675-95cf1ce6394a', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503690b8-90e4-43d1-a675-95cf1ce6394a', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": "2023-07-23T18:54:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:54:04,725 79364 INFO [tempest.common.waiters] snapshot 993c28a3-41fc-4012-ae82-e49ba8dcc852 reached available after waiting for 4.725513 seconds 2023-07-23 18:54:04,725 79364 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:54:04,726 79364 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:54:04,779 79364 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-23 18:54:04,779 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-532428276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK1VzwMzB+N10ButEX4SpzRTA09kTW3AiHsDrTcr8spawR9JHBRm9eY2LGdHsRQ32miGZbbB/nuHj/BQKi9VPic04ZSwK9qA/V0ElrGZMoCHhKMOqkz4bUIZxny4N9c1Jw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:04 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-ad6d9954-1743-4315-bc41-0497f6147bab', 'x-compute-request-id': 'req-ad6d9954-1743-4315-bc41-0497f6147bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-532428276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK1VzwMzB+N10ButEX4SpzRTA09kTW3AiHsDrTcr8spawR9JHBRm9eY2LGdHsRQ32miGZbbB/nuHj/BQKi9VPic04ZSwK9qA/V0ElrGZMoCHhKMOqkz4bUIZxny4N9c1Jw==", "fingerprint": "23:2e:ce:67:45:c2:0b:fd:fb:f2:6a:77:38:ff:f2:2f", "user_id": "125a1a59d1d54cb3bfdd910affe20c6c"}}' 2023-07-23 18:54:04,782 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-532428276 created 2023-07-23 18:54:04,939 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.156s 2023-07-23 18:54:04,939 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--337423326", "description": "tempest-description--1782690186"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-fef33cab-275c-406a-9fac-6eb2287290be', 'date': 'Sun, 23 Jul 2023 18:54:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "name": "tempest-securitygroup--337423326", "stateful": true, "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "description": "tempest-description--1782690186", "shared": false, "security_group_rules": [{"id": "0e927414-3957-4c18-8ef0-c345980ee674", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id ": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "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": 1215, "description": null, "tags": [], "created_at": "2023-07-23T18:54:04Z", "updated_at": "2023-07-23T18:54:04Z", "revision_number": 0}, {"id": "de839837-26f5-4aec-a25e-dc45f7f7a1ca", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "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": 1216, "description": null, "tags": [], "created_at": "2023-07-23T18:54:04Z", "updated_at": "2023-07-23T18:54:04Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:54:04Z", "updated_at": "2023-07-23T18:54:04Z", "revision_number": 1, "project_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:54:05,146 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.206s 2023-07-23 18:54:05,146 79364 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": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "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-aacf6be8-9a1f-4630-a9cf-c9db36a49e57', 'date': 'Sun, 23 Jul 2023 18:54:05 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": "76a6f4eb-548c-4820-b83a-fcfaf2f5d762", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "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-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}}' 2023-07-23 18:54:05,322 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-07-23 18:54:05,323 79364 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": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7dc92821-2e7f-459a-94f2-c0eef6aabd4d', 'date': 'Sun, 23 Jul 2023 18:54:05 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": "bc981da6-5f82-47ad-acb9-eff4364b29f8", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "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-23T18 :54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}}' 2023-07-23 18:54:05,323 79364 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--337423326 created 2023-07-23 18:54:06,484 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.161s 2023-07-23 18:54:06,485 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-744a6862-7fcd-4185-ad15-7922bf31153b', 'date': 'Sun, 23 Jul 2023 18:54:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "eeeec2ae-c327-4fbd-bf4e-12a3e5afc31f", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "floating_ip_address": "172.24.4.70", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "07c545868dec46938a7bc4058d70c0ec", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:54:06Z", "updated_at": "2023-07-23T18:54:06Z", "revision_number": 0}}' 2023-07-23 18:54:06,485 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'eeeec2ae-c327-4fbd-bf4e-12a3e5afc31f', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:54:06Z', 'updated_at': '2023-07-23T18:54:06Z', 'revision_number': 0, 'ip': '172.24.4.70'} created 2023-07-23 18:54:06,585 79364 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.095s 2023-07-23 18:54:06,585 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:06 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-5cc9346a-b471-4d9d-9cc4-1cdd03f326e1', '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": "125a1a59d1d54cb3bfdd910affe20c6c", "name": "tempest-VolumesSnapshotTestJSON-1541199793-project-member", "password_expires_at": null}, "audit_ids": ["Dfxk-8G3SmK6tfdPpZxDZg"], "expires_at": "2023-07-23T19:54:06.000000Z", "issued_at": "2023-07-23T18:54:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07c545868dec46938a7bc4058d70c0ec", "name": "tempest-VolumesSnapshotTestJSON-1541199793"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http ://10.0.0.210/compute/v2/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:54:06,585 79364 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': '1b5ae495-3bd9-4470-b86e-35e01b82d738', 'name': 'tempest-VolumesSnapshotTestJSON-1769359447-network', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21218, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:53:29Z', 'updated_at': '2023-07-23T18:53:29Z', 'revision_number': 1} available for tenant 2023-07-23 18:54:06,586 79364 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-532428276', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK1VzwMzB+N10ButEX4SpzRTA09kTW3AiHsDrTcr8spawR9JHBRm9eY2LGdHsRQ32miGZbbB/nuHj/BQKi9VPic04ZSwK9qA/V0ElrGZMoCHhKMOqkz4bUIZxny4N9c1Jw==', 'fingerprint': '23:2e:ce:67:45:c2:0b:fd:fb:f2:6a:77:38:ff:f2:2f', 'user_id': '125a1a59d1d54cb3bfdd910affe20c6c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDmQPHT+kxEhq+Lbg/BxCWOdlJcJm/VKYRK82PisRxo1/r4RJoK9ZBm\nsE2f8lGrh4igBwYFK4EEACKhZANiAAStVc8DMwfjddAbrRF+Eqc0UwNPZE1twIh7\nA603K/LKWsEfSRwUZvXmNixnR7EUN9pohmW2wf57h4/wUCovVT4nNOGUsCvagP1d\nBJaxmTKAh4SjDqpM+G1CGcZ8uDfXNSc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '24b0f360-a6c6-42f3-86b6-3c42d4b9c765', 'name': 'tempest-securitygroup--337423326', 'stateful': True, 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'description': 'tempest-description--1782690186', 'shared': False, 'security_group_rules': [{'id': '0e927414-3957-4c18-8ef0-c345980ee674', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'security_group_id': '24b0f360-a6c6-42f3-86b6-3c42d4b9c765', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_addres s_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1215, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:54:04Z', 'updated_at': '2023-07-23T18:54:04Z', 'revision_number': 0}, {'id': 'de839837-26f5-4aec-a25e-dc45f7f7a1ca', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'security_group_id': '24b0f360-a6c6-42f3-86b6-3c42d4b9c765', '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': 1216, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:54:04Z', 'updated_at': '2023-07-23T18:54:04Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:54:04Z', 'updated_at': '2023-07-23T18:54:04Z', 'revision_number': 1, 'project_id': '07c545868dec46938a7bc4058d70c0ec'}, 'floating_ip': {'id': 'eeeec2ae-c327-4fbd-bf4e-12a3e5afc31f', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:54:06Z', 'updated_at': '2023-07-23T18:54:06Z', 'revision_number': 0, 'ip': '172.24.4.70'}} 2023-07-23 18:54:06,608 79364 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.021s 2023-07-23 18:54:06,608 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1470550813", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "1b5ae495-3bd9-4470-b86e-35e01b82d738"}], "security_groups": [{"name": "tempest-securitygroup--337423326"}], "key_name": "tempest-keypair-532428276", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54: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-009414bd-9de7-4c1a-8e59-e8a5cf7aa18b', 'x-compute-request-id': 'req-009414bd-9de7-4c1a-8e59-e8a5cf7aa18b', '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-23 18:54:06,767 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-532428276 0.158s 2023-07-23 18:54:06,768 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:06 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-d9c8a15c-6c7a-4220-b22d-14646e079442', 'x-compute-request-id': 'req-d9c8a15c-6c7a-4220-b22d-14646e079442', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-532428276'} Body: b'' 2023-07-23 18:54:06,927 79364 INFO [tempest.lib .common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/24b0f360-a6c6-42f3-86b6-3c42d4b9c765 0.159s 2023-07-23 18:54:06,927 79364 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-45f3c9e3-16a8-4dbd-8aee-f9ed99145b85', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:54:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/24b0f360-a6c6-42f3-86b6-3c42d4b9c765'} Body: b'' 2023-07-23 18:54:06,945 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/24b0f360-a6c6-42f3-86b6-3c42d4b9c765 0.017s 2023-07-23 18:54:06,945 79364 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-67e7ab80-f055-4a2b-b975-d8d245782a2c', 'date': 'Sun, 23 Jul 2023 18:54:06 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/24b0f360-a6c6-42f3-86b6-3c42d4b9c765'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 24b0f360-a6c6-42f3-86b6-3c42d4b9c765 does not exist", "detail": ""}}' 2023-07-23 18:54:07,693 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/eeeec2ae-c327-4fbd-bf4e-12a3e5afc31f 0.747s 2023-07-23 18:54:07,694 79364 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-55c89158-b0f7-4965-a36c-799e36cf5e2b', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:54:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/eeeec2ae-c327-4fbd-bf4e-12a3e5afc31f'} Body: b'' 2023-07-23 18:54:07,746 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.051s 2023-07-23 18:54:07,746 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:07 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-3743b2fc-242c-4bda-bfd7-9cfa40bcb32b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'' 2023-07-23 18:54:07,786 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.039s 2023-07-23 18:54:07,787 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5f5e47d-c618-489e-ae32-c09901b09004', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5f5e47d-c618-489e-ae32-c09901b09004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": "2023-07-23T18:54:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:54:08,818 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.023s 2023-07-23 18:54:08,819 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9627a01-65b4-4ea1-8824-231eeb630bb9', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9627a01-65b4-4ea1-8824-231eeb630bb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": "2023-07-23T18:54:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:54:09,847 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.024s 2023-07-23 18:54:09,848 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a875ba75-1841-4e38-b33a-685e28f41cf6', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a875ba75-1841-4e38-b33a-685e28f41cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": "2023-07-23T18:54:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:54:10,875 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.022s 2023-07-23 18:54:10,876 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:10 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-0cd0fa91-886d-4e91-aa40-d290ff15b590', 'x-openstack-request-id': 'req-0cd0fa91-886d-4e91-aa40-d290ff15b590', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 993c28a3-41fc-4012-ae82-e49ba8dcc852 could not be found."}}' {8} 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`. {9} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [22.167595s] ... ok {9} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [22.109652s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.028036s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.055046s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.023179s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.118545s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.038819s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.047798s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.038662s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.041119s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.038216s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.038465s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.040493s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.110551s] ... ok {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.078904s] ... ok ============================== Failed 41 tests - output below: ============================== 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-23 18:49:05,230 79354 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.034s 2023-07-23 18:49:05,231 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:05 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-db3e335d-3344-40c8-a219-3ef796493392', '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": "9b5e3280b11141ec8c3c095443eabd81", "name": "tempest-DeleteServersTestJSON-2039941965-project-member", "password_expires_at": null}, "audit_ids": ["tvkKVM5sRPW6VsbiDpHvHA"], "expires_at": "2023-07-23T19:49:05.000000Z", "issued_at": "2023-07-23T18:49:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3c271a080ff4c66b982b21d67c6b2e6", "name": "tempest-DeleteServersTestJSON-2039941965"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a3c271a080ff4c66b982b21d67c6b2e6", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a3c271a080ff4c66b982b21d67c6b2e6", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a3c271a080ff4c66b982b21d67c6b2e6", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:05,231 79354 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '4b0e7d8d-8391-4803-b52c-16393c38cf37', 'name': 'tempest-DeleteServersTestJSON-391420307-network', 'tenant_id': 'a3c271a080ff4c66b982b21d67c6b2e6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a3c271a080ff4c66b982b21d67c6b2e6', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17790, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:05,307 79354 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.075s 2023-07-23 18:49:05,308 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-320284135", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "4b0e7d8d-8391-4803-b52c-16393c38cf37"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:05 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-9f881460-6cda-44fd-be8b-2b2f62bff493', 'x-compute-request-id': 'req-9f881460-6cda-44fd-be8b-2b2f62bff493', '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_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-23 18:49:07,257 79366 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:07,257 79366 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:07,598 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.339s 2023-07-23 18:49:07,599 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-164992604", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVsATQ5dFWQv+4NmY343A74AvaLzlEKRBVcwnmYOxCh2TKilbSGJ/DxMHAWmJUCc31/YAq3JJQHXqy9kVgyTGp69gg4FgoUU5OTD4YBpVaNQbMHh4WE73gjThLbfqqzIw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:07 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-34b59890-f76d-438e-88b1-149e592f5c05', 'x-compute-request-id': 'req-34b59890-f76d-438e-88b1-149e592f5c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-164992604", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVsATQ5dFWQv+4NmY343A74AvaLzlEKRBVcwnmYOxCh2TKilbSGJ/DxMHAWmJUCc31/YAq3JJQHXqy9kVgyTGp69gg4FgoUU5OTD4YBpVaNQbMHh4WE73gjThLbfqqzIw==", "fingerprint": "95:1d:2b:de:ce:b1:5a:92:64:7c:94:fd:61:3c:a8:40", "user_id": "bfa4a773ad464c23bd40aab238652325"}}' 2023-07-23 18:49:07,603 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-164992604 created 2023-07-23 18:49:08,325 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.721s 2023-07-23 18:49:08,325 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1122627495", "description": "tempest-description--1920586191"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-0a12217a-79e5-47b0-83c2-4c046f21d56c', 'date': 'Sun, 23 Jul 2023 18:49:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "name": "tempest-securitygroup--1122627495", "stateful": true, "tenant_id": "1a62068cce6f44d4ac007948615422fa", "description": "tempest-description--1920586191", "shared": false, "security_group_rules": [{"id": "133c5103-e119-4218-a146-11b5e72a2491", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "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": 200, "description": null, "tags": [], "created_at": "2023-07-23T18:49:07Z", "updated_at": "2023-07-23T18:49:07Z", "revision_number": 0}, {"id": "71b8d00e-ed16-4d1b-b215-f4fac45dc3be", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "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": 202, "description": null, "tags": [], "created_at": "2023-07-23T18:49:07Z", "updated_at": "2023-07-23T18:49:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:07Z", "updated_at": "2023-07-23T18:49:07Z", "revision_number": 1, "project_id": "1a62068cce6f44d4ac007948615422fa"}}' 2023-07-23 18:49:08,842 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.517s 2023-07-23 18:49:08,843 79366 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": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "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-dd6eba94-7980-48aa-bf1a-12df814e1ba1', 'date': 'Sun, 23 Jul 2023 18:49:08 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": "8b19d12a-2c85-4dae-9f5d-e39ac317a831", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "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-23T18:49:08Z", "updated_at": "2023-07-23T18:49:08Z", "revision_number": 0}}' 2023-07-23 18:49:09,399 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.555s 2023-07-23 18:49:09,399 79366 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": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-554fce50-f800-48ea-bf96-7716dda744f7', 'date': 'Sun, 23 Jul 2023 18:49:09 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": "11dbd8db-7368-4174-9348-8c1ae71ff7f3", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "dbb5f70b-78b1-4737-9c35-54c2fe78c2a3", "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-23T18:49:08Z", "updated_at": "2023-07-23T18:49:08Z", "revision_number": 0}}' 2023-07-23 18:49:09,399 79366 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1122627495 created 2023-07-23 18:49:11,620 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.220s 2023-07-23 18:49:11,620 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-2da03a83-1dea-496a-8a3a-0fa9e8556219', 'date': 'Sun, 23 Jul 2023 18:49:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "813a4545-819d-47cc-8536-0695f573d227", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "floating_ip_address": "172.24.4.233", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1a62068cce6f44d4ac007948615422fa", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:10Z", "updated_at": "2023-07-23T18:49:10Z", "revision_number": 0}}' 2023-07-23 18:49:11,620 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '813a4545-819d-47cc-8536-0695f573d227', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:10Z', 'updated_at': '2023-07-23T18:49:10Z', 'revision_number': 0, 'ip': '172.24.4.233'} created 2023-07-23 18:49:11,702 79366 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.077s 2023-07-23 18:49:11,702 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:11 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-251fd0c5-ef65-4a44-b817-c8861f337133', '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": "bfa4a773ad464c23bd40aab238652325", "name": "tempest-AttachVolumeNegativeTest-1332780550-project-member", "password_expires_at": null}, "audit_ids": ["x77D99XoTTqPYYE7kB_KUA"], "expires_at": "2023-07-23T19:49:11.000000Z", "issued_at": "2023-07-23T18:49:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a62068cce6f44d4ac007948615422fa", "name": "tempest-AttachVolumeNegativeTest-1332780550"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:11,703 79366 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '695d0769-5870-42bc-b141-19bf0b37fecb', 'name': 'tempest-AttachVolumeNegativeTest-1146274849-network', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a62068cce6f44d4ac007948615422fa', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7534, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:11,703 79366 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-164992604', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVsATQ5dFWQv+4NmY343A74AvaLzlEKRBVcwnmYOxCh2TKilbSGJ/DxMHAWmJUCc31/YAq3JJQHXqy9kVgyTGp69gg4FgoUU5OTD4YBpVaNQbMHh4WE73gjThLbfqqzIw==', 'fingerprint': '95:1d:2b:de:ce:b1:5a:92:64:7c:94:fd:61:3c:a8:40', 'user_id': 'bfa4a773ad464c23bd40aab238652325', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA5Jhyr2NXgLjKyqjqibwtGR1DjVPG1Krp1frV+kr1yAKK5CNJF7Lyn\nGaUK8PrZUV2gBwYFK4EEACKhZANiAAQVbAE0OXRVkL/uDZmN+NwO+AL2i85RCkQV\nXMJ5mDsQodkyopW0hifw8TBwFpiVAnN9f2AKtySUB16svZFYMkxqevYIOBYKFFOT\nkw+GAaVWjUGzB4eFhO94I04S236qsyM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dbb5f70b-78b1-4737-9c35-54c2fe78c2a3', 'name': 'tempest-securitygroup--1122627495', 'stateful': True, 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'description': 'tempest-description--1920586191', 'shared': False, 'security_group_rules': [{'id': '133c5103-e119-4218-a146-11b5e72a2491', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': 'dbb5f70b-78b1-4737-9c35-54c2fe78c2a3', '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': 200, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:07Z', 'updated_at': '2023-07-23T18:49:07Z', 'revision_number': 0}, {'id': '71b8d00e-ed16-4d1b-b215-f4fac45dc3be', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': 'dbb5f70b-78b1-4737-9c35-54c2fe78c2a3', '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': 202, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:07Z', 'updated_at': '2023-07-23T18:49:07Z', 'revi sion_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:07Z', 'updated_at': '2023-07-23T18:49:07Z', 'revision_number': 1, 'project_id': '1a62068cce6f44d4ac007948615422fa'}, 'floating_ip': {'id': '813a4545-819d-47cc-8536-0695f573d227', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:10Z', 'updated_at': '2023-07-23T18:49:10Z', 'revision_number': 0, 'ip': '172.24.4.233'}} 2023-07-23 18:49:11,726 79366 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.021s 2023-07-23 18:49:11,726 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-952709455", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "695d0769-5870-42bc-b141-19bf0b37fecb"}], "security_groups": [{"name": "tempest-securitygroup--1122627495"}], "key_name": "tempest-keypair-164992604", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:11 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-d3ed734b-8e19-43c3-9665-9085d49e77fd', 'x-compute-request-id': 'req-d3ed734b-8e19-43c3-9665-9085d49e77fd', '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-23 18:49:11,764 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-164992604 0.035s 2023-07-23 18:49:11,764 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:11 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-634d9b92-fd57-4f6d-af4c-0e2409c049ef', 'x-compute-request-id': 'req-634d9b92-fd57-4f6d-af4c-0e2409c049ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-164992604'} Body: b'' 2023-07-23 18:49:13,113 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dbb5f70b-78b1-4737-9c35-54c2fe78c2a3 1.348s 2023-07-23 18:49:13,113 79366 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-374b6cea-20b6-45d7-ad2c-f37630e40e9a', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dbb5f70b-78b1-4737-9c35-54c2fe78c2a3'} Body: b'' 2023-07-23 18:49:13,168 79366 INFO [t empest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dbb5f70b-78b1-4737-9c35-54c2fe78c2a3 0.054s 2023-07-23 18:49:13,169 79366 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-5da4bc68-daec-4c68-abb5-6d767c5b86ee', 'date': 'Sun, 23 Jul 2023 18:49:13 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dbb5f70b-78b1-4737-9c35-54c2fe78c2a3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dbb5f70b-78b1-4737-9c35-54c2fe78c2a3 does not exist", "detail": ""}}' 2023-07-23 18:49:15,942 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/813a4545-819d-47cc-8536-0695f573d227 2.773s 2023-07-23 18:49:15,943 79366 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-68d3c874-d09f-49fe-a10a-9ed479a0e1e0', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/813a4545-819d-47cc-8536-0695f573d227'} 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-23 18:49:15,945 79366 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:15,946 79366 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:15,996 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.048s 2023-07-23 18:49:15,996 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1914966359", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBORWPUMLWjYaKQ9fWuNbzIqcMS3ntqU11Ikz3H8J1VONwYpWcJ/GVQXcRs4FGHquONARLncxERlP1jKyLACyZzHOlIqkjG6nMn0BsD+GBbu/3qn+55DTxnggKHPWAc3xWw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:15 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-fb700da7-e9a1-4dbd-8947-db47a7397705', 'x-compute-request-id': 'req-fb700da7-e9a1-4dbd-8947-db47a7397705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1914966359", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBORWPUMLWjYaKQ9fWuNbzIqcMS3ntqU11Ikz3H8J1VONwYpWcJ/GVQXcRs4FGHquONARLncxERlP1jKyLACyZzHOlIqkjG6nMn0BsD+GBbu/3qn+55DTxnggKHPWAc3xWw==", "fingerprint": "57:6d:a9:e2:e9:af:34:0e:89:68:e5:75:e3:dc:0a:8b", "user_id": "bfa4a773ad464c23bd40aab238652325"}}' 2023-07-23 18:49:15,999 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1914966359 created 2023-07-23 18:49:16,982 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.982s 2023-07-23 18:49:16,982 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--67284314", "description": "tempest-description--1145478043"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-23fba400-7c52-4d53-ba7b-63eb2ea8074f', 'date': 'Sun, 23 Jul 2023 18:49:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "221187a5-8a13-49fa-b7df-2dc0598745d1", "name": "tempest-securitygroup--67284314", "stateful": true, "tenant_id": "1a62068cce6f44d4ac007948615422fa", "description": "tempest-description--1145478043", "shared": false, "security_group_rules": [{"id": "16f40f59-2de1-4f80-b609-23e9568df4d0", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "221187a5-8a13-49fa-b7df-2dc0598745d1", "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": 269, "description": null, "tags": [], "created_at": "2023-07-23T18:49:16Z", "updated_at": "2023-07-23T18:49:16Z", "revision_number": 0}, {"id": "491ed265-f6e0-4796-b793-d73ec4643672", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "221187a5-8a13-49fa-b7df-2dc0598745d1", "ethertype": "IPv6", "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": 270, "description": null, "tags": [], "created_at": "2023-07-23T18:49:16Z", "updated_at": "2023-07-23T18:49:16Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:16Z", "updated_at": "2023-07-23T18:49:16Z", "revision_number": 1, "project_id": "1a62068cce6f44d4ac007948615422fa"}}' 2023-07-23 18:49:17,904 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.921s 2023-07-23 18:49:17,904 79366 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": "221187a5-8a13-49fa-b7df-2dc0598745d1", "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-4020fee8-946e-4910-b5f2-a67c956faf21', 'date': 'Sun, 23 Jul 2023 18:49:17 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": "f862be0e-2181-4df3-b609-f867191f8bd5", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "221187a5-8a13-49fa-b7df-2dc0598745d1", "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-23T18:49:17Z", "updated_at": "2023-07-23T18:49:17Z", "revision_number": 0}}' 2023-07-23 18:49:19,026 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.121s 2023-07-23 18:49:19,026 79366 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": "221187a5-8a13-49fa-b7df-2dc0598745d1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e49ddc9a-7f02-478a-aa43-74489319241e', 'date': 'Sun, 23 Jul 2023 18:49:19 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": "44fe9cd4-0430-4c69-9664-8b25c2fb9891", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "221187a5-8a13-49fa-b7df-2dc0598745d1", "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-23T18:49:18Z", "updated_at": "2023-07-23T18:49:18Z", "revision_number": 0}}' 2023-07-23 18:49:19,027 79366 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--67284314 created 2023-07-23 18:49:22,550 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.523s 2023-07-23 18:49:22,551 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-cb27d935-70f7-40a2-bde1-0d98f43ffbd6', 'date': 'Sun, 23 Jul 2023 18:49:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9b143c22-56e5-41c3-a4c5-ef59e6c0d32d", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "floating_ip_address": "172.24.4.219", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1a62068cce6f44d4ac007948615422fa", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:20Z", "updated_at": "2023-07-23T18:49:20Z", "revision_number": 0}}' 2023-07-23 18:49:22,551 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9b143c22-56e5-41c3-a4c5-ef59e6c0d32d', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.219', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:20Z', 'updated_at': '2023-07-23T18:49:20Z', 'revision_number': 0, 'ip': '172.24.4.219'} created 2023-07-23 18:49:22,655 79366 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.099s 2023-07-23 18:49:22,656 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:22 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-05787540-b346-42c4-97ea-434197249eb5', '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": "bfa4a773ad464c23bd40aab238652325", "name": "tempest-AttachVolumeNegativeTest-1332780550-project-member", "password_expires_at": null}, "audit_ids": ["BOwU823wRsmqOyI1jxPdCg"], "expires_at": "2023-07-23T19:49:22.000000Z", "issued_at": "2023-07-23T18:49:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a62068cce6f44d4ac007948615422fa", "name": "tempest-AttachVolumeNegativeTest-1332780550"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region _id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:22,656 79366 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '695d0769-5870-42bc-b141-19bf0b37fecb', 'name': 'tempest-AttachVolumeNegativeTest-1146274849-network', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a62068cce6f44d4ac007948615422fa', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7534, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:22,657 79366 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1914966359', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBORWPUMLWjYaKQ9fWuNbzIqcMS3ntqU11Ikz3H8J1VONwYpWcJ/GVQXcRs4FGHquONARLncxERlP1jKyLACyZzHOlIqkjG6nMn0BsD+GBbu/3qn+55DTxnggKHPWAc3xWw==', 'fingerprint': '57:6d:a9:e2:e9:af:34:0e:89:68:e5:75:e3:dc:0a:8b', 'user_id': 'bfa4a773ad464c23bd40aab238652325', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCB87UTmFpG2SCNMk25P0aPy/SkInWM3fu+d+XxjwCQlK+0MAzQZtRp\nyfGV3KYa8QSgBwYFK4EEACKhZANiAATkVj1DC1o2GikPX1rjW8yKnDEt57alNdSJ\nM9x/CdVTjcGKVnCfxlUF3EbOBRh6rjjQES53MREZT9YysiwAsmcxzpSKpIxupzJ9\nAbA/hgW7v96p/ueQ08Z4IChz1gHN8Vs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '221187a5-8a13-49fa-b7df-2dc0598745d1', 'name': 'tempest-securitygroup--67284314', 'stateful': True, 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'description': 'tempest-description--1145478043', 'shared': False, 'security_group_rules': [{'id': '16f40f59-2de1-4f80-b609-23e9568df4d0', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': '221187a5-8a13-49fa-b7df-2dc0598745d1', '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': 269, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:16Z', 'updated_at': '2023-07-23T18:49:16Z', 'revision_number': 0}, {'id': '491ed265-f6e0-4796-b793-d73ec4643672', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': '221187a5-8a13-49fa-b7df-2dc0598745d1', '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': 270, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:16Z', 'updated_at': '2023-07-23T18:49:16Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:16Z', 'updated_at': '2023-07-23T18:49:16Z', 'revision_number': 1, 'project_id': '1a62068cce6f44d4ac007948615422fa'}, 'floating_ip': {'id': '9b143c22-56e5-41c3-a4c5-ef59e6c0d32d', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.219', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:20Z', 'updated_at': '2023-07-23T18:49:20Z', 'revision_number': 0, 'ip': '172.24.4.219'}} 2023-07-23 18:49:22,678 79366 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.021s 2023-07-23 18:49:22,679 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1607171801", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "695d0769-5870-42bc-b141-19bf0b37fecb"}], "security_groups": [{"name": "tempest-securitygroup--67284314"}], "key_name": "tempest-keypair-1914966359", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:22 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-93cf8823-ad77-4e0a-8e6a-bc77b07544bf', 'x-compute-request-id': 'req-93cf8823-ad77-4e0a-8e6a-bc77b07544bf', '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-23 18:49:22,715 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1914966359 0.035s 2023-07-23 18:49:22,715 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:22 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-87473183-2d14-40ef-a3f3-4fd6955bfb4d', 'x-compute-request-id': 'req-87473183-2d14-40ef-a3f3-4fd6955bfb4d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1914966359'} Body: b'' 2023-07-23 18:49:23,384 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/221187a5-8a13-49fa-b7df-2dc0598745d1 0.668s 2023-07-23 18:49:23,384 79366 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-d72f03e7-48bb-4abc-a4e8-289854954d1a', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/221187a5-8a13-49fa-b7df-2dc0598745d1'} Body: b'' 2023-07-23 18:49:23,690 79366 INFO [tempest.lib.common .rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/221187a5-8a13-49fa-b7df-2dc0598745d1 0.305s 2023-07-23 18:49:23,690 79366 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-d48362b0-6304-4392-b670-3e983dc09908', 'date': 'Sun, 23 Jul 2023 18:49:23 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/221187a5-8a13-49fa-b7df-2dc0598745d1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 221187a5-8a13-49fa-b7df-2dc0598745d1 does not exist", "detail": ""}}' 2023-07-23 18:49:26,492 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9b143c22-56e5-41c3-a4c5-ef59e6c0d32d 2.802s 2023-07-23 18:49:26,493 79366 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-c6fbce71-05d1-4365-9ab6-b4ef032d1771', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9b143c22-56e5-41c3-a4c5-ef59e6c0d32d'} Body: b'' 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.'} 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.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-23 18:49:27,487 79348 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:27,763 79348 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.271s 2023-07-23 18:49:27,764 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-251587984", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM3Hs4pJwNAJVY8GhYCen6DpQnZIdRmxhzBbgBqB1XWtKyzSeh/RwgGL1ggVQy7eZlhEVMqlFm+cHHuuG/32lcDUHqHHhX7+LK4f/x4NycWaFUYUCpDOUKZuoUtEtdiZg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:27 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-1a5a79df-913b-4b76-981b-60e509fba526', 'x-compute-request-id': 'req-1a5a79df-913b-4b76-981b-60e509fba526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-251587984", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM3Hs4pJwNAJVY8GhYCen6DpQnZIdRmxhzBbgBqB1XWtKyzSeh/RwgGL1ggVQy7eZlhEVMqlFm+cHHuuG/32lcDUHqHHhX7+LK4f/x4NycWaFUYUCpDOUKZuoUtEtdiZg==", "fingerprint": "22:f0:05:b8:a4:bb:91:80:48:c4:70:de:7f:4b:c5:85", "user_id": "d2051fa9ec924653b7b87bf2744be175"}}' 2023-07-23 18:49:27,769 79348 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-251587984 created 2023-07-23 18:49:28,576 79348 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.806s 2023-07-23 18:49:28,576 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1534473817", "description": "tempest-description--999342856"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-3d021141-4059-4dee-9716-acf2636c1cb1', 'date': 'Sun, 23 Jul 2023 18:49:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "name": "tempest-securitygroup--1534473817", "stateful": true, "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "description": "tempest-description--999342856", "shared": false, "security_group_rules": [{"id": "17487a4c-288d-48ac-85ae-f6a79a71be4a", "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "security_group_id": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "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": 301, "description": null, "tags": [], "created_at": "2023-07-23T18:49:28Z", "updated_at": "2023-07-23T18:49:28Z", "revision_number": 0}, {"id": "7f46c974-0843-4a6d-b6bf-37df44706482", "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "security_group_id": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "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": 302, "description": null, "tags": [], "created_at": "2023-07-23T18:49:28Z", "updated_at": "2023-07-23T18:49:28Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:28Z", "updated_at": "2023-07-23T18:49:28Z", "revision_number": 1, "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb"}}' 2023-07-23 18:49:29,719 79348 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 1.142s 2023-07-23 18:49:29,719 79348 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": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "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-296e5ce8-1952-4108-b5bd-27ff37e64200', 'date': 'Sun, 23 Jul 2023 18:49:29 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": "422f0378-330b-424e-9b03-98e0a882c565", "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "security_group_id": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "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-23T18:49:29Z", "updated_at": "2023-07-23T18:49:29Z", "revision_number": 0}}' 2023-07-23 18:49:30,449 79348 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.729s 2023-07-23 18:49:30,450 79348 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": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3fc6075e-1bac-4ea4-8028-91f8b3e1c275', 'date': 'Sun, 23 Jul 2023 18:49: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": "442443ad-431b-4de3-9326-254afb0814a3", "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "security_group_id": "c3fc4dd7-b854-45a4-845f-aaf8e9e54cef", "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-23T18:49:29Z", "updated_at": "2023-07-23T18:49:29Z", "revision_number": 0}}' 2023-07-23 18:49:30,450 79348 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1534473817 created 2023-07-23 18:49:34,188 79348 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 3.737s 2023-07-23 18:49:34,189 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-8238b0c1-7e84-488d-86ae-15c50d281fe7', 'date': 'Sun, 23 Jul 2023 18:49:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ee50bae7-04af-4cc7-a6f5-3eef62e944bc", "tenant_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "floating_ip_address": "172.24.4.104", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "295dfe3c3e204a5ab7b157fb1fa127bb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:32Z", "updated_at": "2023-07-23T18:49:32Z", "revision_number": 0}}' 2023-07-23 18:49:34,189 79348 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ee50bae7-04af-4cc7-a6f5-3eef62e944bc', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'floating_ip_address': '172.24.4.104', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:32Z', 'updated_at': '2023-07-23T18:49:32Z', 'revision_number': 0, 'ip': '172.24.4.104'} created 2023-07-23 18:49:34,281 79348 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.085s 2023-07-23 18:49:34,281 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-a7e59fd2-ffbb-459f-b1c5-183a31c1b2a0', '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": "d2051fa9ec924653b7b87bf2744be175", "name": "tempest-VolumesAdminNegativeTest-1581687744-project-member", "password_expires_at": null}, "audit_ids": ["xrwvtp82RZm1v47UAxvvqA"], "expires_at": "2023-07-23T19:49:34.000000Z", "issued_at": "2023-07-23T18:49:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "295dfe3c3e204a5ab7b157fb1fa127bb", "name": "tempest-VolumesAdminNegativeTest-1581687744"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", " name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:34,282 79348 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'd2233734-3cf2-48d3-8d0a-bdbd57f0ab21', 'name': 'tempest-VolumesAdminNegativeTest-228991507-network', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46175, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:34,283 79348 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-251587984', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM3Hs4pJwNAJVY8GhYCen6DpQnZIdRmxhzBbgBqB1XWtKyzSeh/RwgGL1ggVQy7eZlhEVMqlFm+cHHuuG/32lcDUHqHHhX7+LK4f/x4NycWaFUYUCpDOUKZuoUtEtdiZg==', 'fingerprint': '22:f0:05:b8:a4:bb:91:80:48:c4:70:de:7f:4b:c5:85', 'user_id': 'd2051fa9ec924653b7b87bf2744be175', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBNmBTaUmRrL8+YHkjufPrwR1F8EIO5X60baOgz+oTJ+RckyirdyQbL\n5lhpuhNJey2gBwYFK4EEACKhZANiAARDNx7OKScDQCVWPBoWAnp+g6UJ2SHUZsYc\nwW4AagdV1rSss0nof0cIBi9YIFUMu3mZYRFTKpRZvnBx7rhv99pXA1B6hx4V+/iy\nuH/8eDcnFmhVGFAqQzlCmbqFLRLXYmY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c3fc4dd7-b854-45a4-845f-aaf8e9e54cef', 'name': 'tempest-securitygroup--1534473817', 'stateful': True, 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'description': 'tempest-description--999342856', 'shared': False, 'security_group_rules': [{'id': '17487a4c-288d-48ac-85ae-f6a79a71be4a', 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'security_group_id': 'c3fc4dd7-b854-45a4-845f-aaf8e9e54cef', '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': 301, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:28Z', 'updated_at': '2023-07-23T18:49:28Z', 'revision_number': 0}, {'id': '7f46c974-0843-4a6d-b6bf-37df44706482', 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'security_group_id': 'c3fc4dd7-b854-45a4-845f-aaf8e9e54cef', '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': 302, 'desc ription': None, 'tags': [], 'created_at': '2023-07-23T18:49:28Z', 'updated_at': '2023-07-23T18:49:28Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:28Z', 'updated_at': '2023-07-23T18:49:28Z', 'revision_number': 1, 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb'}, 'floating_ip': {'id': 'ee50bae7-04af-4cc7-a6f5-3eef62e944bc', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'floating_ip_address': '172.24.4.104', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:32Z', 'updated_at': '2023-07-23T18:49:32Z', 'revision_number': 0, 'ip': '172.24.4.104'}} 2023-07-23 18:49:34,317 79348 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.033s 2023-07-23 18:49:34,317 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1327230118", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "d2233734-3cf2-48d3-8d0a-bdbd57f0ab21"}], "security_groups": [{"name": "tempest-securitygroup--1534473817"}], "key_name": "tempest-keypair-251587984", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-1103c936-1873-4c11-92af-93c5404b07f6', 'x-compute-request-id': 'req-1103c936-1873-4c11-92af-93c5404b07f6', '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-23 18:49:34,318 79348 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-23 18:49:34,543 79348 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.214s 2023-07-23 18:49:34,543 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-9c0daea0-2969-4c94-8913-ed94525947bb', '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": "d2051fa9ec924653b7b87bf2744be175", "name": "tempest-VolumesAdminNegativeTest-1581687744-project-member", "password_expires_at": null}, "audit_ids": ["WCVYEd1fSsOy_VdQrWLV4g"], "expires_at": "2023-07-23T19:49:34.000000Z", "issued_at": "2023-07-23T18:49:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "295dfe3c3e204a5ab7b157fb1fa127bb", "name": "tempest-VolumesAdminNegativeTest-1581687744"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/295dfe3c3e204a5ab7b157fb1fa127bb", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:34,544 79348 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'd2233734-3cf2-48d3-8d0a-bdbd57f0ab21', 'name': 'tempest-VolumesAdminNegativeTest-228991507-network', 'tenant_id': '295dfe3c3e204a5ab7b157fb1fa127bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '295dfe3c3e204a5ab7b 157fb1fa127bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46175, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:34,583 79348 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.038s 2023-07-23 18:49:34,583 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1075019044", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "d2233734-3cf2-48d3-8d0a-bdbd57f0ab21"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-9dbc7810-3ce2-4579-b5b1-76aa2927d7f8', 'x-compute-request-id': 'req-9dbc7810-3ce2-4579-b5b1-76aa2927d7f8', '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_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-23 18:49:26,496 79366 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:26,497 79366 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:26,606 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.106s 2023-07-23 18:49:26,606 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1282889032", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtAjsFJAtaAT8PGZStDvsw4klnU6YU0WWPxgQ+Y2CFfSPsSvQj+9pH9vqcJuWaec+qomHTISy5sAEnW2jUT2oA9nmLnxfiDGLj4aS418Vb1D9xw7+JyRrfxWhqDw63HqQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:26 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-a0c0403f-26cc-4c43-b57d-950425f5154f', 'x-compute-request-id': 'req-a0c0403f-26cc-4c43-b57d-950425f5154f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1282889032", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtAjsFJAtaAT8PGZStDvsw4klnU6YU0WWPxgQ+Y2CFfSPsSvQj+9pH9vqcJuWaec+qomHTISy5sAEnW2jUT2oA9nmLnxfiDGLj4aS418Vb1D9xw7+JyRrfxWhqDw63HqQ==", "fingerprint": "4c:1f:2f:1d:0b:97:6d:64:6d:0a:01:59:30:07:bd:87", "user_id": "bfa4a773ad464c23bd40aab238652325"}}' 2023-07-23 18:49:26,610 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1282889032 created 2023-07-23 18:49:27,612 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.002s 2023-07-23 18:49:27,612 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1477261199", "description": "tempest-description--1622769625"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-fc9253ec-7e19-41fd-8f57-fc668cf5cca4', 'date': 'Sun, 23 Jul 2023 18:49:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "name": "tempest-securitygroup--1477261199", "stateful": true, "tenant_id": "1a62068cce6f44d4ac007948615422fa", "description": "tempest-description--1622769625", "shared": false, "security_group_rules": [{"id": "6eab479d-c8b5-4a52-ac8c-d6d0578d3d71", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "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": 294, "description": null, "tags": [], "created_at": "2023-07-23T18:49:27Z", "updated_at": "2023-07-23T18:49:27Z", "revision_number": 0}, {"id": "c4419c9a-358c-471c-bee9-c954598e758f", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "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": 295, "description": null, "tags": [], "created_at": "2023-07-23T18:49:27Z", "updated_at": "2023-07-23T18:49:27Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:27Z", "updated_at": "2023-07-23T18:49:27Z", "revision_number": 1, "project_id": "1a62068cce6f44d4ac007948615422fa"}}' 2023-07-23 18:49:28,429 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.816s 2023-07-23 18:49:28,430 79366 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": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "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-05e5de46-ec36-4d5a-a556-a8c2f35c8d48', 'date': 'Sun, 23 Jul 2023 18:49:28 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": "9bbc28d5-6d6e-4193-b65c-8b98a66924ea", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "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-23T18:49:27Z", "updated_at": "2023-07-23T18:49:27Z", "revision_number": 0}}' 2023-07-23 18:49:29,436 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.006s 2023-07-23 18:49:29,437 79366 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": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c264e541-0f08-4af8-b7c3-b79145485f0d', 'date': 'Sun, 23 Jul 2023 18:49:29 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": "6d0ae265-e14e-453b-a8ed-102babe4ae9f", "project_id": "1a62068cce6f44d4ac007948615422fa", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "security_group_id": "4c06d981-7eb7-4e55-8c64-0c5fd4298376", "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-23T18:49:28Z", "updated_at": "2023-07-23T18:49:28Z", "revision_number": 0}}' 2023-07-23 18:49:29,437 79366 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1477261199 created 2023-07-23 18:49:34,011 79366 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 4.574s 2023-07-23 18:49:34,012 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-68f9719e-094d-49f2-8e74-9111929b24e8', 'date': 'Sun, 23 Jul 2023 18:49:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5b134f8f-e06d-4fd1-9388-9216cec06f8a", "tenant_id": "1a62068cce6f44d4ac007948615422fa", "floating_ip_address": "172.24.4.206", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1a62068cce6f44d4ac007948615422fa", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:31Z", "updated_at": "2023-07-23T18:49:31Z", "revision_number": 0}}' 2023-07-23 18:49:34,012 79366 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5b134f8f-e06d-4fd1-9388-9216cec06f8a', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.206', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:31Z', 'updated_at': '2023-07-23T18:49:31Z', 'revision_number': 0, 'ip': '172.24.4.206'} created 2023-07-23 18:49:34,113 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2023-07-23 18:49:34,113 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-c3411b78-a355-4c7a-9cbe-38cdc3d6d8c1', '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": "bfa4a773ad464c23bd40aab238652325", "name": "tempest-AttachVolumeNegativeTest-1332780550-project-member", "password_expires_at": null}, "audit_ids": ["8SsdamT0S8-3u8X2c-CXyQ"], "expires_at": "2023-07-23T19:49:34.000000Z", "issued_at": "2023-07-23T18:49:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a62068cce6f44d4ac007948615422fa", "name": "tempest-AttachVolumeNegativeTest-1332780550"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "Re gionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1a62068cce6f44d4ac007948615422fa", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:34,114 79366 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '695d0769-5870-42bc-b141-19bf0b37fecb', 'name': 'tempest-AttachVolumeNegativeTest-1146274849-network', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a62068cce6f44d4ac007948615422fa', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7534, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:34,114 79366 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1282889032', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtAjsFJAtaAT8PGZStDvsw4klnU6YU0WWPxgQ+Y2CFfSPsSvQj+9pH9vqcJuWaec+qomHTISy5sAEnW2jUT2oA9nmLnxfiDGLj4aS418Vb1D9xw7+JyRrfxWhqDw63HqQ==', 'fingerprint': '4c:1f:2f:1d:0b:97:6d:64:6d:0a:01:59:30:07:bd:87', 'user_id': 'bfa4a773ad464c23bd40aab238652325', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAJxwR5pwafxShV7b9uuwqerhTX+2OCGx8pA3EJtOP+O5qk/fCpNleW\nik57ewJP8B6gBwYFK4EEACKhZANiAASbQI7BSQLWgE/DxmUrQ77MOJJZ1OmFNFlj\n8YEPmNghX0j7Er0I/vaR/b6nCblmnnPqqJh0yEsubABJ1to1E9qAPZ5i58X4gxi4\n+GkuNfFW9Q/ccO/icka38Voag8Otx6k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4c06d981-7eb7-4e55-8c64-0c5fd4298376', 'name': 'tempest-securitygroup--1477261199', 'stateful': True, 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'description': 'tempest-description--1622769625', 'shared': False, 'security_group_rules': [{'id': '6eab479d-c8b5-4a52-ac8c-d6d0578d3d71', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': '4c06d981-7eb7-4e55-8c64-0c5fd4298376', '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': 294, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:27Z', 'updated_at': '2023-07-23T18:49:27Z', 'revision_number': 0}, {'id': 'c4419c9a-358c-471c-bee9-c954598e758f', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'security_group_id': '4c06d981-7eb7-4e55-8c64-0c5fd4298376', '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': 295, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:27Z', 'updated_at': '2023-07-23T18:49:27Z', 'revision_number': 0}], 'tags': [], 'crea ted_at': '2023-07-23T18:49:27Z', 'updated_at': '2023-07-23T18:49:27Z', 'revision_number': 1, 'project_id': '1a62068cce6f44d4ac007948615422fa'}, 'floating_ip': {'id': '5b134f8f-e06d-4fd1-9388-9216cec06f8a', 'tenant_id': '1a62068cce6f44d4ac007948615422fa', 'floating_ip_address': '172.24.4.206', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a62068cce6f44d4ac007948615422fa', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:31Z', 'updated_at': '2023-07-23T18:49:31Z', 'revision_number': 0, 'ip': '172.24.4.206'}} 2023-07-23 18:49:34,159 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.044s 2023-07-23 18:49:34,159 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1001820164", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "695d0769-5870-42bc-b141-19bf0b37fecb"}], "security_groups": [{"name": "tempest-securitygroup--1477261199"}], "key_name": "tempest-keypair-1282889032", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-feb3e502-676f-49d7-91e1-add703944395', 'x-compute-request-id': 'req-feb3e502-676f-49d7-91e1-add703944395', '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-23 18:49:34,197 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1282889032 0.036s 2023-07-23 18:49:34,197 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 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-508252f1-2dd8-4c6c-b91d-486181df31d9', 'x-compute-request-id': 'req-508252f1-2dd8-4c6c-b91d-486181df31d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1282889032'} Body: b'' 2023-07-23 18:49:35,157 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/4c06d981-7eb7-4e55-8c64-0c5fd4298376 0.959s 2023-07-23 18:49:35,158 79366 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-633b3992-81f0-4fa6-bd0d-c0fb783e6f28', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4c06d981-7eb7-4e55-8c64-0c5fd4298376'} Body: b'' 2023-07-23 18:49:35,200 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolume NegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/4c06d981-7eb7-4e55-8c64-0c5fd4298376 0.042s 2023-07-23 18:49:35,200 79366 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-992d6a24-f45c-4929-82df-600240af09d8', 'date': 'Sun, 23 Jul 2023 18:49:35 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4c06d981-7eb7-4e55-8c64-0c5fd4298376'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4c06d981-7eb7-4e55-8c64-0c5fd4298376 does not exist", "detail": ""}}' 2023-07-23 18:49:36,942 79366 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5b134f8f-e06d-4fd1-9388-9216cec06f8a 1.741s 2023-07-23 18:49:36,942 79366 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-11950fbe-c666-48e8-88ed-b0add99e1502', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5b134f8f-e06d-4fd1-9388-9216cec06f8a'} 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-23 18:49:32,349 79364 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/0ddd5893-6f1b-4fee-96d3-85d2004225cc 0.529s 2023-07-23 18:49:32,349 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7b359032-1385-4882-9315-dff8123af06d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc'} 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": "c16e68c26d9244c4985595b2be0fa9e8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "created_at": "2023-07-23T18:45:22Z", "updated_at": "2023-07-23T18:45:23Z", "tags": [], "self": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc", "file": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:49:33,175 79364 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.792s 2023-07-23 18:49:33,175 79364 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': 'Sun, 23 Jul 2023 18:49:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1f3e7d37-1937-48ad-b483-966209472268', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-52bbd398-9081-4bc7-a0bd-e42ea6c9913d', '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": "83f510e67e2f421788455fee7ce4dba5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1f3e7d37-1937-48ad-b483-966209472268", "created_at": "2023-07-23T18:49:33Z", "updated_at": "2023-07-23T18:49:33Z", "tags": [], "self": "/v2/images/1f3e7d37-1937-48ad-b483-966209472268", "file": "/v2/images/1f3e7d37-1937-48ad-b483-966209472268/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:49:35,406 79364 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-23 18:49:35,407 79364 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/1f3e7d37-1937-48ad-b483-966209472268/file 2.231s 2023-07-23 18:49:35,407 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-fdb65aa0-52ba-4f6c-b0ec-dc9ac60e3169', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1f3e7d37-1937-48ad-b483-966209472268/file'} Body: b'' 2023-07-23 18:49:35,408 79364 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:35,408 79364 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:35,634 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.223s 2023-07-23 18:49:35,635 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1894210897", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOh3KJ0Blj59sz4N1KG/s6isdzfeG7SqF8asz8bgzL+sEyefTMWDCxrQQobNuIIMvYQjQGvzD4hHwUksIBfQ3UqNXKNUfbPOEQEm/flcJ92H+M6tkmz3GI0QWKdnCOM80A=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:35 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-c218f557-e598-4b42-8491-9b6235247591', 'x-compute-request-id': 'req-c218f557-e598-4b42-8491-9b6235247591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1894210897", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOh3KJ0Blj59sz4N1KG/s6isdzfeG7SqF8asz8bgzL+sEyefTMWDCxrQQobNuIIMvYQjQGvzD4hHwUksIBfQ3UqNXKNUfbPOEQEm/flcJ92H+M6tkmz3GI0QWKdnCOM80A==", "fingerprint": "30:63:51:db:c4:be:b4:eb:21:b3:59:65:3a:32:de:db", "user_id": "921aac6530184cb491762bdaf61f3bd8"}}' 2023-07-23 18:49:35,640 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1894210897 created 2023-07-23 18:49:36,550 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.909s 2023-07-23 18:49:36,550 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--697728253", "description": "tempest-description--1458551800"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7cea7342-aca0-450d-8cce-bbd98cc92f78', 'date': 'Sun, 23 Jul 2023 18:49:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "41432d23-863e-4d90-9e4b-725d3569dfe4", "name": "tempest-securitygroup--697728253", "stateful": true, "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "description": "tempest-description--1458551800", "shared": false, "security_group_rules": [{"id": "511beb8a-1359-4ef8-856b-4922a276e9de", "project_id": "c9423eb1386948e2b18891e5c22ef7a6", "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "security_group_id": "41432d23-863e-4d90-9e4b-725d3569dfe4", "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 ": 351, "description": null, "tags": [], "created_at": "2023-07-23T18:49:36Z", "updated_at": "2023-07-23T18:49:36Z", "revision_number": 0}, {"id": "940ed112-8b9c-44c6-8154-1c95280731ae", "project_id": "c9423eb1386948e2b18891e5c22ef7a6", "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "security_group_id": "41432d23-863e-4d90-9e4b-725d3569dfe4", "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": 349, "description": null, "tags": [], "created_at": "2023-07-23T18:49:35Z", "updated_at": "2023-07-23T18:49:35Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:35Z", "updated_at": "2023-07-23T18:49:36Z", "revision_number": 1, "project_id": "c9423eb1386948e2b18891e5c22ef7a6"}}' 2023-07-23 18:49:37,931 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.380s 2023-07-23 18:49:37,931 79364 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": "41432d23-863e-4d90-9e4b-725d3569dfe4", "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-79aa1687-a02b-4781-89b7-768ff69763ec', 'date': 'Sun, 23 Jul 2023 18:49:37 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": "58dcd58b-516f-4028-83ce-08f3d2c44ed2", "project_id": "c9423eb1386948e2b18891e5c22ef7a6", "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "security_group_id": "41432d23-863e-4d90-9e4b-725d3569dfe4", "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-23T18:49:37Z", "updated_at": "2023-07-23T18:49:37Z", "revision_number": 0}}' 2023-07-23 18:49:38,607 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.676s 2023-07-23 18:49:38,608 79364 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": "41432d23-863e-4d90-9e4b-725d3569dfe4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-097d9ada-c9ca-4cc4-add2-0d7614a06389', 'date': 'Sun, 23 Jul 2023 18:49: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": "3829e244-905d-425b-a0ce-b6eee7cfdbbe", "project_id": "c9423eb1386948e2b18891e5c22ef7a6", "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "security_group_id": "41432d23-863e-4d90-9e4b-725d3569dfe4", "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-23T18:49:38Z", "updated_at": "2023-07-23T18:49:38Z", "revision_number": 0}}' 2023-07-23 18:49:38,608 79364 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--697728253 created 2023-07-23 18:49:42,144 79364 INFO [tempest.lib.common.rest_client] Request ( ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.536s 2023-07-23 18:49:42,145 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-fa0e0163-e6de-491d-87b9-7ce0057a7ad5', 'date': 'Sun, 23 Jul 2023 18:49:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "eedff3fa-c922-4e95-86fa-14aecf9c2b5a", "tenant_id": "c9423eb1386948e2b18891e5c22ef7a6", "floating_ip_address": "172.24.4.111", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c9423eb1386948e2b18891e5c22ef7a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:40Z", "updated_at": "2023-07-23T18:49:40Z", "revision_number": 0}}' 2023-07-23 18:49:42,145 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'eedff3fa-c922-4e95-86fa-14aecf9c2b5a', 'tenant_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'floating_ip_address': '172.24.4.111', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 0, 'ip': '172.24.4.111'} created 2023-07-23 18:49:42,266 79364 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.109s 2023-07-23 18:49:42,267 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:42 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-1d0c03b7-7af5-4dd4-9d6e-c2bc8ddd409c', '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": "921aac6530184cb491762bdaf61f3bd8", "name": "tempest-AttachSCSIVolumeTestJSON-1036464759-project-member", "password_expires_at": null}, "audit_ids": ["swISXIJIQNuW7cAfA-AoCA"], "expires_at": "2023-07-23T19:49:42.000000Z", "issued_at": "2023-07-23T18:49:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9423eb1386948e2b18891e5c22ef7a6", "name": "tempest-AttachSCSIVolumeTestJSON-1036464759"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c9423eb1386948e2b18891e5c22ef7a6", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "Reg ionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c9423eb1386948e2b18891e5c22ef7a6", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c9423eb1386948e2b18891e5c22ef7a6", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:42,268 79364 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'e470f5bd-8947-458f-a2c0-d1a43a1dc92e', 'name': 'tempest-AttachSCSIVolumeTestJSON-368976363-network', 'tenant_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 1868, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:42,268 79364 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1894210897', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOh3KJ0Blj59sz4N1KG/s6isdzfeG7SqF8asz8bgzL+sEyefTMWDCxrQQobNuIIMvYQjQGvzD4hHwUksIBfQ3UqNXKNUfbPOEQEm/flcJ92H+M6tkmz3GI0QWKdnCOM80A==', 'fingerprint': '30:63:51:db:c4:be:b4:eb:21:b3:59:65:3a:32:de:db', 'user_id': '921aac6530184cb491762bdaf61f3bd8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBttB9OeYVyZbe2UejSovKJ07qS0gHyQTBwxPmyPRAtadB+lCb+i36d\nJL684JQrGAmgBwYFK4EEACKhZANiAATodyidAZY+fbM+DdShv7OorHc33hu0qhfG\nrM/G4My/rBMnn0zFgwsa0EKGzbiCDL2EI0Br8w+IR8FJLCAX0N1KjVyjVH2zzhEB\nJv35XCfdh/jOrZJs9xiNEFinZwjjPNA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '41432d23-863e-4d90-9e4b-725d3569dfe4', 'name': 'tempest-securitygroup--697728253', 'stateful': True, 'tenant_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'description': 'tempest-description--1458551800', 'shared': False, 'security_group_rules': [{'id': '511beb8a-1359-4ef8-856b-4922a276e9de', 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'tenant_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'security_group_id': '41432d23-863e-4d90-9e4b-725d3569dfe4', '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': 351, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:36Z', 'updated_at': '2023-07-23T18:49:36Z', 'revision_number': 0}, {'id': '940ed112-8b9c-44c6-8154-1c95280731ae', 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'tenant_id': ' c9423eb1386948e2b18891e5c22ef7a6', 'security_group_id': '41432d23-863e-4d90-9e4b-725d3569dfe4', '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': 349, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:35Z', 'updated_at': '2023-07-23T18:49:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:35Z', 'updated_at': '2023-07-23T18:49:36Z', 'revision_number': 1, 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6'}, 'floating_ip': {'id': 'eedff3fa-c922-4e95-86fa-14aecf9c2b5a', 'tenant_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'floating_ip_address': '172.24.4.111', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c9423eb1386948e2b18891e5c22ef7a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 0, 'ip': '172.24.4.111'}} 2023-07-23 18:49:42,306 79364 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.036s 2023-07-23 18:49:42,306 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-2073355293", "imageRef": "1f3e7d37-1937-48ad-b483-966209472268", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "e470f5bd-8947-458f-a2c0-d1a43a1dc92e"}], "security_groups": [{"name": "tempest-securitygroup--697728253"}], "key_name": "tempest-keypair-1894210897", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:42 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-9e3e7684-23ea-4b0a-a8a4-498f1de7ac00', 'x-compute-request-id': 'req-9e3e7684-23ea-4b0a-a8a4-498f1de7ac00', '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-23 18:49:42,345 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1894210897 0.036s 2023-07-23 18:49:42,346 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:42 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-d4265c4c-3ae9-4127-aeb1-833b36638900', 'x-compute-request-id': 'req-d4265c4c-3ae9-4127-aeb1-833b36638900', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1894210897'} Body: b'' 2023-07-23 18:49:43,570 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/41432d23-863e-4d90-9e4b-725d3569dfe4 1.223s 2023-07-23 18:49:43,570 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-a7d1eede-4aae-4675-89a1-4f17ba17e0f7', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/41432d23-863e-4d90-9e4b-725d3569dfe4'} Body: b'' 2023-07-23 18:49:43,678 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/41432d23-863e-4d90-9e4b-725d3569dfe4 0.107s 2023-07-23 18:49:43,679 79364 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-e5dcf02a-6119-454b-ad62-94482ba2b65e', 'date': 'Sun, 23 Jul 2023 18:49:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/41432d23-863e-4d90-9e4b-725d3569dfe4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 41432d23-863e-4d90-9e4b-725d3569dfe4 does not exist", "detail": ""}}' 2023-07-23 18:49:45,075 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/eedff3fa-c922-4e95-86fa-14aecf9c2b5a 1.396s 2023-07-23 18:49:45,076 79364 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-fd9453dc-56b5-4fbd-b54d-97a8ea3da728', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/eedff3fa-c922-4e95-86fa-14aecf9c2b5a'} Body: b'' 2023-07-23 18:49:45,399 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/1f3e7d37-1937-48ad-b483-966209472268 0.323s 2023-07-23 18:49:45,399 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e64af636-9d8c-488a-835b-357f49bcce0a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1f3e7d37-1937-48ad-b483-966209472268'} Body: b'' 2023-07-23 18:49:45,417 79364 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/1f3e7d37-1937-48ad-b483-966209472268 0.017s 2023-07-23 18:49:45,417 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c692fa2e-c2e4-45b2-a17c-314d0340aee5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/1f3e7d37-1937-48ad-b483-966209472268'} Body: b'{"message": "No image found with ID 1f3e7d37-1937-48ad-b483-966209472268

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' 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-23 18:49:35,405 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes 0.411s 2023-07-23 18:49:35,405 79362 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-1899845852"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0982009b-dc83-472c-b8c8-240ee9bf1dc9', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0982009b-dc83-472c-b8c8-240ee9bf1dc9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes'} Body: b'{"volume": {"id": "c35afa78-258a-4575-9b2a-8cdef9fcd028", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:35.337538", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1899845852", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:49:35,474 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028 0.045s 2023-07-23 18:49:35,474 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aedebb89-54ba-4e62-a716-0982cfc35514', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aedebb89-54ba-4e62-a716-0982cfc35514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028'} Body: b'{"volume": {"id": "c35afa78-258a-4575-9b2a-8cdef9fcd028", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:35.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1899845852", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:36,582 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028 0.096s 2023-07-23 18:49:36,582 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed0cdd19-34b1-45b5-ab9e-bba970572117', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed0cdd19-34b1-45b5-ab9e-bba970572117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028'} Body: b'{"volume": {"id": "c35afa78-258a-4575-9b2a-8cdef9fcd028", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:35.000000", "updated_at": "2023-07-23T18:49:35.000000", "name": "tempest-TestVolumeSwap-volume-1899845852", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:37,632 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028 0.038s 2023-07-23 18:49:37,632 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ef9daab-86fc-41ba-9eb1-3b60cf21637c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ef9daab-86fc-41ba-9eb1-3b60cf21637c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028'} Body: b'{"volume": {"id": "c35afa78-258a-4575-9b2a-8cdef9fcd028", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:35.000000", "updated_at": "2023-07-23T18:49:37.000000", "name": "tempest-TestVolumeSwap-volume-1899845852", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/c35afa78-258a-4575-9b2a-8cdef9fcd028"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:37,642 79362 INFO [tempest.common.waiters] volume c35afa78-258a-4575-9b2a-8cdef9fcd028 reached available after waiting for 2.642333 seconds 2023-07-23 18:49:38,062 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes 0.419s 2023-07-23 18:49:38,062 79362 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-611831458"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5056b222-b779-4d14-90d5-a6730a804918', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5056b222-b779-4d14-90d5-a6730a804918', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes'} Body: b'{"volume": {"id": "ecc929ad-94d7-4d27-929b-eef6d371103b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:37.982314", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-611831458", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:49:38,118 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b 0.047s 2023-07-23 18:49:38,119 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ae842da-052f-4a56-bb25-eac9be355dac', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ae842da-052f-4a56-bb25-eac9be355dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b'} Body: b'{"volume": {"id": "ecc929ad-94d7-4d27-929b-eef6d371103b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:38.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-611831458", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:39,186 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b 0.056s 2023-07-23 18:49:39,186 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-374d7f13-5bef-42e1-ab7e-82fb0e3a857f', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-374d7f13-5bef-42e1-ab7e-82fb0e3a857f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35 e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b'} Body: b'{"volume": {"id": "ecc929ad-94d7-4d27-929b-eef6d371103b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:38.000000", "updated_at": "2023-07-23T18:49:38.000000", "name": "tempest-TestVolumeSwap-volume-611831458", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:40,241 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b 0.037s 2023-07-23 18:49:40,241 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-013cf7ec-f46d-4338-a4bf-2f58e1a0f95d', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-013cf7ec-f46d-4338-a4bf-2f58e1a0f95d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b'} Body: b'{"volume": {"id": "ecc929ad-94d7-4d27-929b-eef6d371103b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:38.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TestVolumeSwap-volume-611831458", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba307da35e204d1994ad099726df31ab/volumes/ecc929ad-94d7-4d27-929b-eef6d371103b"}], "user_id": "67364ec4daf642a2a56eedff526f0ce8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:40,251 79362 INFO [tempest.common.waiters] volume ecc929ad-94d7-4d27-929b-eef6d371103b reached available after waiting for 2.251844 seconds 2023-07-23 18:49:40,252 79362 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:40,310 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-07-23 18:49:40,310 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-260833775", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPBVnQ1zdpI1AXUoE+utChN3opDge2RUEFrGfxKU1GMTRpuuhyWZCsu4zRYRZiuej47bNtNLbEkL6MZrFZTZmMDSTZHTPMC5JIkMIHbFC1Nu4bgyp7av5YWGXJqbQU5AnA=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:40 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-70931108-e204-4a68-b5c2-60004923039d', 'x-compute-request-id': 'req-70931108-e204-4a68-b5c2-60004923039d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-260833775", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPBVnQ1zdpI1AXUoE+utChN3opDge2RUEFrGfxKU1GMTRpuuhyWZCsu4zRYRZiuej47bNtNLbEkL6MZrFZTZmMDSTZHTPMC5JIkMIHbFC1Nu4bgyp7av5YWGXJqbQU5AnA==", "fingerprint": "81:84:df:bc:12:63:4c:dc:d6:39:05:da:84:8f:29:17", "user_id": "67364ec4daf642a2a56eedff526f0ce8"}}' 2023-07-23 18:49:40,313 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-260833775 created 2023-07-23 18:49:41,151 79362 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.837s 2023-07-23 18:49:41,151 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--303768158", "description": "tempest-description--895573153"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f1d04110-78f5-41dd-a075-d8a0803d07c0', 'date': 'Sun, 23 Jul 2023 18:49:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "96c855ec-37d2-4936-85c7-18111b9885af", "name": "tempest-securitygroup--303768158", "stateful": true, "tenant_id": "ba307da35e204d1994ad099726df31ab", "description": "tempest-description--895573153", "shared": false, "security_group_rules": [{"id": "22a31816-8a60-440b-b244-774b8cdc422c", "project_id": "ba307da35e204d1994ad099726df31ab", "tenant_id": "ba307da35e204d1994ad099726df31ab", "security_group_id": "96c855ec-37d2-4936-85c7-18111b9885af", "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": 378, "description": null, "tags": [], "created_at": "2023-07-23T18:49:40Z", "updated_at": "2023-07-23T18:49:40Z", "revision_number": 0}, {"id": "7752fd25-21f8-441e-a316-6a05e8e7af16", "project_id": "ba307da35e204d1994ad099726df31ab", "tenant_id": "ba307da35e204d1994ad099726df31ab", "security_group_id": "96c855ec-37d2-4936-85c7-18111b9885af", "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": 379, "description": null, "tags": [], "created_at": "2023-07-23T18:49:40Z", "updated_at": "2023-07-23T18:49:40Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:40Z", "updated_at": "2023-07-23T18:49:40Z", "revision_number": 1, "project_id": "ba307da35e204d1994ad099726df31ab"}}' 2023-07-23 18:49:42,115 79362 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.963s 2023-07-23 18:49:42,116 79362 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": "96c855ec-37d2-4936-85c7-18111b9885af", "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-2442dc1a-74bc-415f-bfcc-376358c0ad31', 'date': 'Sun, 23 Jul 2023 18:49:42 GMT', 'connection': 'cl ose', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "da3f6ce4-5655-4438-a54f-e3c8994e5d08", "project_id": "ba307da35e204d1994ad099726df31ab", "tenant_id": "ba307da35e204d1994ad099726df31ab", "security_group_id": "96c855ec-37d2-4936-85c7-18111b9885af", "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-23T18:49:41Z", "updated_at": "2023-07-23T18:49:41Z", "revision_number": 0}}' 2023-07-23 18:49:42,876 79362 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.760s 2023-07-23 18:49:42,877 79362 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": "96c855ec-37d2-4936-85c7-18111b9885af", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4b57f509-f5ad-4a75-ae61-6e6d3378dd9f', 'date': 'Sun, 23 Jul 2023 18:49:42 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": "0d42a655-6a80-4935-952e-a293a1e391d1", "project_id": "ba307da35e204d1994ad099726df31ab", "tenant_id": "ba307da35e204d1994ad099726df31ab", "security_group_id": "96c855ec-37d2-4936-85c7-18111b9885af", "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-23T18:49:42Z", "updated_at": "2023-07-23T18:49:42Z", "revision_number": 0}}' 2023-07-23 18:49:42,877 79362 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--303768158 created 2023-07-23 18:49:46,463 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.585s 2023-07-23 18:49:46,464 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b3a30d72-946b-4cd7-90e2-9907271a4c3e', 'date': 'Sun, 23 Jul 2023 18:49:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "436d2651-05e5-4bd5-a362-5beb6766ff6b", "tenant_id": "ba307da35e204d1994ad099726df31ab", "floating_ip_address": "172.24.4.129", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ba307da35e204d1994ad099726df31ab", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:44Z", "updated_at": "2023-07-23T18:49:44Z", "revision_number": 0}}' 2023-07-23 18:49:46,464 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '436d2651-05e5-4bd5-a362-5beb6766ff6b', 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'floating_ip_address': '172.24.4.129', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ba307da35e204d1994ad099726df31ab', 'descript ion': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:44Z', 'updated_at': '2023-07-23T18:49:44Z', 'revision_number': 0, 'ip': '172.24.4.129'} created 2023-07-23 18:49:46,611 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.135s 2023-07-23 18:49:46,612 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2801', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-221c62f3-0ba9-4bfd-9267-6d818659ce6c', '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": "67364ec4daf642a2a56eedff526f0ce8", "name": "tempest-TestVolumeSwap-2103975141-project-member", "password_expires_at": null}, "audit_ids": ["tN1diLftT5ynG4qwX14atA"], "expires_at": "2023-07-23T19:49:46.000000Z", "issued_at": "2023-07-23T18:49:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba307da35e204d1994ad099726df31ab", "name": "tempest-TestVolumeSwap-2103975141"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ba307da35e204d1994ad099726df31ab", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ba307da35e204d1994ad099726df31ab", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:46,612 79362 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': 'f77a7c2c-1492-4089-a441-023e8e35339e', 'name': 'tempest-TestVolumeSwap-568460998-network', 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACT IVE', 'subnets': [], 'shared': False, 'project_id': 'ba307da35e204d1994ad099726df31ab', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54185, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:44Z', 'updated_at': '2023-07-23T18:48:44Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:46,613 79362 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-260833775', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPBVnQ1zdpI1AXUoE+utChN3opDge2RUEFrGfxKU1GMTRpuuhyWZCsu4zRYRZiuej47bNtNLbEkL6MZrFZTZmMDSTZHTPMC5JIkMIHbFC1Nu4bgyp7av5YWGXJqbQU5AnA==', 'fingerprint': '81:84:df:bc:12:63:4c:dc:d6:39:05:da:84:8f:29:17', 'user_id': '67364ec4daf642a2a56eedff526f0ce8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAda4D3Yl+Sb9x1cKCqwrj8/IKRO989UhHlSV+adS5NFY+DWf8abXkC\nIgyfCXDjyrOgBwYFK4EEACKhZANiAATwVZ0Nc3aSNQF1KBPrrQoTd6KQ4HtkVBBa\nxn8SlNRjE0abroclmQrLuM0WEWYrno+O2zbTS2xJC+jGaxWU2ZjA0k2R0zzAuSSJ\nDCB2xQtTbuG4Mqe2r+WFhlyam0FOQJw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '96c855ec-37d2-4936-85c7-18111b9885af', 'name': 'tempest-securitygroup--303768158', 'stateful': True, 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'description': 'tempest-description--895573153', 'shared': False, 'security_group_rules': [{'id': '22a31816-8a60-440b-b244-774b8cdc422c', 'project_id': 'ba307da35e204d1994ad099726df31ab', 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'security_group_id': '96c855ec-37d2-4936-85c7-18111b9885af', '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': 378, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 0}, {'id': '7752fd25-21f8-441e-a316-6a05e8e7af16', 'project_id': 'ba307da35e204d1994ad099726df31ab', 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'security_group_id': '96c855ec-37d2-4936-85c7-18111b9885af', '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': 379, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 1, 'project_id': 'ba307da35e204d1994ad099726df31ab'}, 'floating_ip': {'id': '436d2651-05e5-4bd5-a362-5beb6766ff6b', 'tenant_id': 'ba307da35e204d1994ad099726df31ab', 'floating_ip_address': '172.24.4.129', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ba307da35e204d1994ad099726df31ab', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:44Z', 'updated_at': '2023-07-23T18:49:44Z', 'revision_number': 0, 'ip': '172.24.4.129'}} 2023-07-23 18:49:46,666 79362 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.052s 2023-07-23 18:49:46,667 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-612717306", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "f77a7c2c-1492-4089-a441-023e8e35339e"}], "security_groups": [{"name": "tem pest-securitygroup--303768158"}], "key_name": "tempest-keypair-260833775", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:46 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-c7dc4c34-cda9-46fa-b87d-c34d2b421f99', 'x-compute-request-id': 'req-c7dc4c34-cda9-46fa-b87d-c34d2b421f99', '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.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-23 18:49:46,603 79354 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:46,844 79354 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.238s 2023-07-23 18:49:46,844 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1269315872", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBChSWrXJH4Xi2z08l3Raqs9yHmbEOC4N5V23FZll7W8NIMOZg6b3SNxRBpr3eKXst9ZAwbRhFPR3GQKjXVAGMEVQHuQtpyR7M3TgzyWcF4mlR9sniV1QHsTIpXXXknqFg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49: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-362e9a11-8b88-49a8-b355-59aded37878a', 'x-compute-request-id': 'req-362e9a11-8b88-49a8-b355-59aded37878a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1269315872", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBChSWrXJH4Xi2z08l3Raqs9yHmbEOC4N5V23FZll7W8NIMOZg6b3SNxRBpr3eKXst9ZAwbRhFPR3GQKjXVAGMEVQHuQtpyR7M3TgzyWcF4mlR9sniV1QHsTIpXXXknqFg==", "fingerprint": "3d:22:db:78:bf:0d:9e:e6:ef:6f:24:ff:37:ad:60:96", "user_id": "5fd301a8401549d9a0524959b36450ea"}}' 2023-07-23 18:49:46,850 79354 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1269315872 created 2023-07-23 18:49:48,281 79354 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 1.430s 2023-07-23 18:49:48,281 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2053366431", "description": "tempest-description--1741309538"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-7488f85e-3416-4572-ae73-208b0df83ad6', 'date': 'Sun, 23 Jul 2023 18:49:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6017e8d9-9088-4578-93f4-263cb435378a", "name": "tempest-securitygroup--2053366431", "stateful": true, "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "description": "tempest-description--1741309538", "shared": false, "security_group_rules": [{"id": "1a5213c4-c78c-4cf0-95eb-a39f14bd7f97", "project_id": "452669451a0746bd81790e3dc2a7bf7b", "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "security_group_id": "6017e8d9-9088-4578-93f4-263cb435378a", "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": 396, "description": null, "tags": [], "created_at": "2023-07-23T18:49:47Z", "updated_at": "2023-07-23T18:49:47Z", "revision_number": 0}, {"id": "625bc417-47d6-4178-be19-1017e0df7bd4", "project_id": "452669451a0746bd81790e3dc2a7bf7b", "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "security_group_id": "6017e8d9-9088-4578-93f4-263cb435378a", "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": 397, "description": null, "tags": [], "created_at": "2023-07-23T18:49:47Z", "updated_at": "2023-07-23T18:49:47Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:47Z", "updated_at": "2023-07-23T18:49:47Z", "revision_number": 1, "project_id": "452669451a0746bd81790e3dc2a7bf7b"}}' 2023-07-23 18:49:49,056 79354 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.774s 2023-07-23 18:49:49,056 79354 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": "6017e8d9-9088-4578-93f4-263cb435378a", "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-eddbd268-8a08-474e-b389-29cfa72b7c1c', 'date': 'Sun, 23 Jul 2023 18:49: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": "bc296b5e-7fa5-4d5c-a5f2-e00046757e4f", "project_id": "452669451a0746bd81790e3dc2a7bf7b", "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "security_group_id": "6017e8d9-9088-4578-93f4-263cb435378a", "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-23T18:49:48Z", "updated_at": "2023-07-23T18:49:48Z", "revision_number": 0}}' 2023-07-23 18:49:49,699 79354 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.642s 2023-07-23 18:49:49,699 79354 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": "6017e8d9-9088-4578-93f4-263cb435378a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-83c19877-1ac7-4e1f-8832-d992f85e4026', 'date': 'Sun, 23 Jul 2023 18:49: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": "9f90900f-2095-4210-84d6-6c2723db29be", "project_id": "452669451a0746bd81790e3dc2a7bf7b", "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "security_group_id": "6017e8d9-9088-4578-93f4-263cb435378a", "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-23T18:49:49Z", "updated_at": "2023-07-23T18:49:49Z", "revision_number": 0}}' 2023-07-23 18:49:49,700 79354 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2053366431 created 2023-07-23 18:49:51,847 79354 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.147s 2023-07-23 18:49:51,847 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1 e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-51b5f6f9-1b14-4371-857e-0d4ab113f143', 'date': 'Sun, 23 Jul 2023 18:49:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bff8eae6-df95-45bd-ba58-46c423089fe2", "tenant_id": "452669451a0746bd81790e3dc2a7bf7b", "floating_ip_address": "172.24.4.199", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "452669451a0746bd81790e3dc2a7bf7b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:50Z", "updated_at": "2023-07-23T18:49:50Z", "revision_number": 0}}' 2023-07-23 18:49:51,848 79354 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bff8eae6-df95-45bd-ba58-46c423089fe2', 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '452669451a0746bd81790e3dc2a7bf7b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0, 'ip': '172.24.4.199'} created 2023-07-23 18:49:51,971 79354 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.117s 2023-07-23 18:49:51,971 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4eb55bab-2c6e-475a-af2e-89ecbcd1463b', '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": "5fd301a8401549d9a0524959b36450ea", "name": "tempest-ServerStableDeviceRescueTest-1351682066-project-member", "password_expires_at": null}, "audit_ids": ["dDgJifwLTZihYEHQukW0SQ"], "expires_at": "2023-07-23T19:49:51.000000Z", "issued_at": "2023-07-23T18:49:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "452669451a0746bd81790e3dc2a7bf7b", "name": "tempest-ServerStableDeviceRescueTest-1351682066"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/452669451a0746bd81790e3dc2a7bf7b", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/452669451a0746bd81790e3dc2a7bf7b", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d3 3b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/452669451a0746bd81790e3dc2a7bf7b", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:51,971 79354 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '1a9699ac-0012-4cf3-9947-9b9ffbdaeb69', 'name': 'tempest-ServerStableDeviceRescueTest-1676494211-network', 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '452669451a0746bd81790e3dc2a7bf7b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38286, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:49:24Z', 'updated_at': '2023-07-23T18:49:24Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:51,972 79354 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1269315872', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBChSWrXJH4Xi2z08l3Raqs9yHmbEOC4N5V23FZll7W8NIMOZg6b3SNxRBpr3eKXst9ZAwbRhFPR3GQKjXVAGMEVQHuQtpyR7M3TgzyWcF4mlR9sniV1QHsTIpXXXknqFg==', 'fingerprint': '3d:22:db:78:bf:0d:9e:e6:ef:6f:24:ff:37:ad:60:96', 'user_id': '5fd301a8401549d9a0524959b36450ea', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDBoMRBlUmUfc5zREfoKW2X+jrxWSFYcgYqJI60bRwP4jE8CuBsxuFr\nKI6WGWsfKnygBwYFK4EEACKhZANiAAQQoUlq1yR+F4ts9PJd0WqrPch5mxDguDeV\ndtxWZZe1vDSDDmYOm90jcUQaa93il7LfWQMG0YRT0dxkCo11QBjBFUB7kLackezN\n04M8lnBeJpUfbJ4ldUB7EyKV115J6hY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6017e8d9-9088-4578-93f4-263cb435378a', 'name': 'tempest-securitygroup--2053366431', 'stateful': True, 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'description': 'tempest-description--1741309538', 'shared': False, 'security_group_rules': [{'id': '1a5213c4-c78c-4cf0-95eb-a39f14bd7f97', 'project_id': '452669451a0746bd81790e3dc2a7bf7b', 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'security_group_id': '6017e8d9-9088-4578-93f4-263cb435378a', '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': 396, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:47Z', 'updated_at': '2023-07-23T18:49:47Z', 'revision_number': 0}, {'id': '625bc417-47d6-4178-be19-1017e0df7bd4', 'project_id': '452669451a0746bd81790e3dc2a7bf7b', 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'security_group_id': '6017e8d9-9088-4578-93f4-263cb435378a', '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': 397, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:47Z', 'updated_at': '2023-07-23T18:49:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:47Z', 'updated_at': '2023-07-23T18:49:47Z', 'revision_number': 1, 'project_id': '452669451a0746bd81790e3dc2a7bf7b'}, 'floating_ip': {'id': 'bff8eae6-df95-45bd-ba58-46c423089fe2', 'tenant_id': '452669451a0746bd81790e3dc2a7bf7b', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '452669451a0746bd81790e3dc2a7bf7b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0, 'ip': '172.24.4.199'}} 2023-07-23 18:49:51,996 79354 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.023s 2023-07-23 18:49:51,997 79354 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1641245297", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "1a9699ac-0012-4cf3-9947-9b9ffbdaeb69"}], "security_groups": [{"name": "tempest-securitygroup--2053366431"}], "key_name": "tempest-keypair-1269315872", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49: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-51c32a64-4616-4937-8e3b-d50f3bb9dede', 'x-compute-request-id': 'req-51c32a64-4616-4937-8e3b-d50f3bb9dede', '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_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-23 18:49:50,103 79352 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:50,103 79352 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:50,280 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.174s 2023-07-23 18:49:50,281 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-98182177", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxPurN3akowrwZ6UJoLj0qld/hbwIKj7tauHmYA4NzjPGBzuHoV8tRgDRgTWX76muLW7ZHRJdYT4KUrs89JdoQwKrZdAM4MXrdvmD6cHNVYOKAE2rrcXUjmtOpxT2DgQQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae985999-b96b-4462-b1f4-bf5a0ba80482', 'x-compute-request-id': 'req-ae985999-b96b-4462-b1f4-bf5a0ba80482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-98182177", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxPurN3akowrwZ6UJoLj0qld/hbwIKj7tauHmYA4NzjPGBzuHoV8tRgDRgTWX76muLW7ZHRJdYT4KUrs89JdoQwKrZdAM4MXrdvmD6cHNVYOKAE2rrcXUjmtOpxT2DgQQ==", "fingerprint": "8d:30:5b:87:e6:a4:27:2a:9f:76:24:a2:a0:8b:b3:5e", "user_id": "9db80aa503644e2d91fb0d99466aeac0"}}' 2023-07-23 18:49:50,285 79352 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-98182177 created 2023-07-23 18:49:50,980 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.694s 2023-07-23 18:49:50,981 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--101359527", "description": "tempest-description--772014469"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-0073018e-85c6-45ba-8b17-84513cce381a', 'date': 'Sun, 23 Jul 2023 18:49:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ce079746-af09-4fb7-a474-8a509322e37b", "name": "tempest-securitygroup--101359527", "stateful": true, "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "description": "tempest-description--772014469", "shared": false, "security_group_rules": [{"id": "64127f4f-0ab3-49a8-b1f6-f2acfadb2853", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "ce079746-af09-4fb7-a474-8a509322e37b", "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": 404, "description": null, "tags": [], "created_at": "2023-07-23T18:49:50Z", "updated_at": "2023-07-23T18:49:50Z", "revision_number": 0}, {"id": "87de79c6-cdb0-4bf6-b78e-50abec5bd67a", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "ce079746-af09-4fb7-a474-8a509322e37b", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": nu ll, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 403, "description": null, "tags": [], "created_at": "2023-07-23T18:49:50Z", "updated_at": "2023-07-23T18:49:50Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:50Z", "updated_at": "2023-07-23T18:49:50Z", "revision_number": 1, "project_id": "628176a4310c4cd3b514ce7e4908b04d"}}' 2023-07-23 18:49:51,678 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.697s 2023-07-23 18:49:51,679 79352 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": "ce079746-af09-4fb7-a474-8a509322e37b", "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-846b23c7-a06d-45cd-b25a-bd6fef99c6ab', 'date': 'Sun, 23 Jul 2023 18:49:51 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": "41b59944-1e21-42b5-bb3f-e4d95d93700b", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "ce079746-af09-4fb7-a474-8a509322e37b", "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-23T18:49:51Z", "updated_at": "2023-07-23T18:49:51Z", "revision_number": 0}}' 2023-07-23 18:49:52,180 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.500s 2023-07-23 18:49:52,180 79352 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": "ce079746-af09-4fb7-a474-8a509322e37b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bc4336ab-7f3b-4188-bd97-812fb5e8fcf1', 'date': 'Sun, 23 Jul 2023 18:49:52 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": "1a4a1f46-aad2-4715-ac5e-a7a400b9c3a9", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "ce079746-af09-4fb7-a474-8a509322e37b", "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-23T18:49:51Z", "updated_at": "2023-07-23T18:49:51Z", "revision_number": 0}}' 2023-07-23 18:49:52,180 79352 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--101359527 created 2023-07-23 18:49:55,256 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.075s 2023-07-23 18:49:55,256 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-opensta ck-request-id': 'req-3d40aac4-d1b4-4c4a-a1c4-696be96275aa', 'date': 'Sun, 23 Jul 2023 18:49:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bacf96cd-df31-4dae-8e2c-295a0eee0577", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "floating_ip_address": "172.24.4.107", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:53Z", "updated_at": "2023-07-23T18:49:53Z", "revision_number": 0}}' 2023-07-23 18:49:55,257 79352 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bacf96cd-df31-4dae-8e2c-295a0eee0577', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:53Z', 'updated_at': '2023-07-23T18:49:53Z', 'revision_number': 0, 'ip': '172.24.4.107'} created 2023-07-23 18:49:55,326 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.062s 2023-07-23 18:49:55,326 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:55 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-ee4dc5d9-2a47-46fc-92b8-f8a2c6dae5f3', '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": "9db80aa503644e2d91fb0d99466aeac0", "name": "tempest-AttachVolumeTestJSON-1925555061-project-member", "password_expires_at": null}, "audit_ids": ["r1zmW-NXTPyxl3Img-LVGg"], "expires_at": "2023-07-23T19:49:55.000000Z", "issued_at": "2023-07-23T18:49:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "628176a4310c4cd3b514ce7e4908b04d", "name": "tempest-AttachVolumeTestJSON-1925555061"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http:// 10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:55,327 79352 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'e8123d14-2ee7-471f-a5ff-b857f69938ce', 'name': 'tempest-AttachVolumeTestJSON-747754321-network', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34574, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:49:34Z', 'updated_at': '2023-07-23T18:49:34Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:55,327 79352 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-98182177', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxPurN3akowrwZ6UJoLj0qld/hbwIKj7tauHmYA4NzjPGBzuHoV8tRgDRgTWX76muLW7ZHRJdYT4KUrs89JdoQwKrZdAM4MXrdvmD6cHNVYOKAE2rrcXUjmtOpxT2DgQQ==', 'fingerprint': '8d:30:5b:87:e6:a4:27:2a:9f:76:24:a2:a0:8b:b3:5e', 'user_id': '9db80aa503644e2d91fb0d99466aeac0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDFhtZ8LJ9RcckIoy3bdoqGB7G17R+Rdg1+OZtBIlpEmql1OYBBI6rC\n1bp1as6jW0+gBwYFK4EEACKhZANiAASMT7qzd2pKMK8GelCaC49KpXf4W8CCo+7W\nrh5mAODc4zxgc7h6FfLUYA0YE1l++pri1u2R0SXWE+ClK7PPSXaEMCq2XQDODF63\nb5g+nBzVWDigBNq63F1I5rTqcU9g4EE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ce079746-af09-4fb7-a474-8a509322e37b', 'name': 'tempest-securitygroup--101359527', 'stateful': True, 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': 'tempest-description--772014469', 'shared': False, 'security_group_rules': [{'id': '64127f4f-0ab3-49a8-b1f6-f2acfadb2853', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'security_group_id': 'ce079746-af09-4fb7-a474-8a509322e37b', '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': 404, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0}, {'id': '87de79c6-cdb0-4bf6-b78e-50abec5bd67a', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'security_group_id': 'ce079746-af09-4fb7-a474-8a509322e37b', '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': 403, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updat ed_at': '2023-07-23T18:49:50Z', 'revision_number': 1, 'project_id': '628176a4310c4cd3b514ce7e4908b04d'}, 'floating_ip': {'id': 'bacf96cd-df31-4dae-8e2c-295a0eee0577', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:53Z', 'updated_at': '2023-07-23T18:49:53Z', 'revision_number': 0, 'ip': '172.24.4.107'}} 2023-07-23 18:49:55,350 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.022s 2023-07-23 18:49:55,351 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1675184413", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e8123d14-2ee7-471f-a5ff-b857f69938ce"}], "security_groups": [{"name": "tempest-securitygroup--101359527"}], "key_name": "tempest-keypair-98182177", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49: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-90743c2e-a562-474a-975e-805d4af320ef', 'x-compute-request-id': 'req-90743c2e-a562-474a-975e-805d4af320ef', '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-23 18:49:55,403 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-98182177 0.050s 2023-07-23 18:49:55,403 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49: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-4a1b8979-1791-4d48-82e6-a2285b74ffad', 'x-compute-request-id': 'req-4a1b8979-1791-4d48-82e6-a2285b74ffad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-98182177'} Body: b'' 2023-07-23 18:49:55,732 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ce079746-af09-4fb7-a474-8a509322e37b 0.328s 2023-07-23 18:49:55,732 79352 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-b3470012-957e-4fcc-8d5e-0c355d073bc8', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce079746-af09-4fb7-a474-8a509322e37b'} Body: b'' 2023-07-23 18:49:55,781 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networki ng/v2.0/security-groups/ce079746-af09-4fb7-a474-8a509322e37b 0.048s 2023-07-23 18:49:55,781 79352 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-b36cb984-5e54-4ccd-b9d0-f1d2d30d4fcf', 'date': 'Sun, 23 Jul 2023 18:49:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce079746-af09-4fb7-a474-8a509322e37b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ce079746-af09-4fb7-a474-8a509322e37b does not exist", "detail": ""}}' 2023-07-23 18:49:56,963 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/bacf96cd-df31-4dae-8e2c-295a0eee0577 1.181s 2023-07-23 18:49:56,963 79352 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-50b46a77-6f26-4274-8176-0387a508e207', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/bacf96cd-df31-4dae-8e2c-295a0eee0577'} 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-23 18:49:37,547 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.488s 2023-07-23 18:49:37,547 79369 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-1172365738"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-c2bbbfa5-e919-4c0d-9251-c70efb520e38', 'date': 'Sun, 23 Jul 2023 18:49:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"3a5db0a5-25d7-4d38-8d43-f03f6a44335a","name":"tempest-tagged-attachments-test-net-1172365738","tenant_id":"76f270aa2fbc491aa4ac398e191d6f80","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"76f270aa2fbc491aa4ac398e191d6f80","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-23T18:49:34Z","updated_at":"2023-07-23T18:49:34Z","revision_number":1}}' 2023-07-23 18:49:41,296 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.748s 2023-07-23 18:49:41,296 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "3a5db0a5-25d7-4d38-8d43-f03f6a44335a", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-7ca9ef12-42b1-4abd-adb4-ad74adbdf5e5', 'date': 'Sun, 23 Jul 2023 18:49:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"931e3cb0-7f09-4356-80c0-72b5054e82e4","name":"","tenant_id":"76f270aa2fbc491aa4ac398e191d6f80","network_id":"3a5db0a5-25d7-4d38-8d43-f03f6a44335a","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-23T18:49:38Z","updated_at":"2023-07-23T18:49:38Z","revision_number":0,"project_id":"76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:41,537 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes 0.240s 2023-07-23 18:49:41,537 79369 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-933193485"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c5f6f95-c7bc-4f65-a188-028ce0dd98e6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c5f6f95-c7bc-4f65-a188-028ce0dd98e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes'} Body: b'{"volume": {"id": "44d77bd1-3419-4452-950d-b5d69dbe5239", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:41.470411", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-933193485", "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/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}], "user_id": "3e62d85caa284bbbb2744cde02aa6828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:49:41,594 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239 0.044s 2023-07-23 18:49:41,594 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bc5ad05-13c2-4271-9b01-c5b4103b7106', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bc5ad05-13c2-4271-9b01-c5b4103b7106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239'} Body: b'{"volume": {"id": "44d77bd1-3419-4452-950d-b5d69dbe5239", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:41.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-933193485", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}], "user_id": "3e62d85caa284bbbb2744cde02aa6828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:42,653 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239 0.047s 2023-07-23 18:49:42,654 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-285b8ec9-034a-4bd7-a530-090aa849a808', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-285b8ec9-034a-4bd7-a530-090aa849a808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239'} Body: b'{"volume": {"id": "44d77bd1-3419-4452-950d-b5d69dbe5239", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:41.000000", "updated_at": "2023-07-23T18:49:42.000000", "name": "tempest-TaggedAttachmentsTest-volume-933193485", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4 452-950d-b5d69dbe5239"}], "user_id": "3e62d85caa284bbbb2744cde02aa6828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:43,714 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239 0.047s 2023-07-23 18:49:43,715 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661fcfa1-16a9-4ba3-af4d-36da9a75d09f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661fcfa1-16a9-4ba3-af4d-36da9a75d09f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239'} Body: b'{"volume": {"id": "44d77bd1-3419-4452-950d-b5d69dbe5239", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:41.000000", "updated_at": "2023-07-23T18:49:42.000000", "name": "tempest-TaggedAttachmentsTest-volume-933193485", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}], "user_id": "3e62d85caa284bbbb2744cde02aa6828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:44,776 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239 0.049s 2023-07-23 18:49:44,776 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7ec9ac7-d178-4852-b065-a35666bccb4b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7ec9ac7-d178-4852-b065-a35666bccb4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239'} Body: b'{"volume": {"id": "44d77bd1-3419-4452-950d-b5d69dbe5239", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:41.000000", "updated_at": "2023-07-23T18:49:44.000000", "name": "tempest-TaggedAttachmentsTest-volume-933193485", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76f270aa2fbc491aa4ac398e191d6f80/volumes/44d77bd1-3419-4452-950d-b5d69dbe5239"}], "user_id": "3e62d85caa284bbbb2744cde02aa6828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": " 76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:44,786 79369 INFO [tempest.common.waiters] volume 44d77bd1-3419-4452-950d-b5d69dbe5239 reached available after waiting for 3.786673 seconds 2023-07-23 18:49:44,787 79369 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:44,787 79369 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:44,852 79369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.062s 2023-07-23 18:49:44,852 79369 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-1115043292", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJXH/k4mdCI+Ap9nEpcHf027JozLcxxhHjXb6j8cezfMYHo87pzgNY3tDNFROR+xN123H7eXYG3L6VZRATuuDJ1J78bFZjfrEFrBqBehaKl0+KTgm026756pusU+nEDXIQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:44 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-c6b21a35-3350-4b1c-ae56-307f682caac6', 'x-compute-request-id': 'req-c6b21a35-3350-4b1c-ae56-307f682caac6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1115043292", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJXH/k4mdCI+Ap9nEpcHf027JozLcxxhHjXb6j8cezfMYHo87pzgNY3tDNFROR+xN123H7eXYG3L6VZRATuuDJ1J78bFZjfrEFrBqBehaKl0+KTgm026756pusU+nEDXIQ==", "fingerprint": "b3:5e:35:80:2c:db:8b:6d:bd:17:2b:dd:69:2d:3c:05", "user_id": "3e62d85caa284bbbb2744cde02aa6828"}}' 2023-07-23 18:49:44,855 79369 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1115043292 created 2023-07-23 18:49:46,029 79369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.174s 2023-07-23 18:49:46,030 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1627137665", "description": "tempest-description--1789099572"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-d0ba53c3-dfc8-490d-b777-80fad26bbd76', 'date': 'Sun, 23 Jul 2023 18:49:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "name": "tempest-securitygroup--1627137665", "stateful": true, "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "description": "tempest-description--1789099572", "shared": false, "security_group_rules": [{"id": "4664e0cb-6145-430b-bd4e-51866688a1e0", "project_id": "76f270aa2fbc491aa4ac398e191d6f80", "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "security_group_id": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "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": 390, "description": null, "tags": [], "created_at": "2023-07-23T18:49:45Z", "updated_at": "2023-07-23T18:49:45Z", "revision_number": 0}, {"id": "f1b1c04d-56cd-47c1-a139-9e3b0c6e793c", "project_id": "76f270aa2fbc 491aa4ac398e191d6f80", "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "security_group_id": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "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": 391, "description": null, "tags": [], "created_at": "2023-07-23T18:49:45Z", "updated_at": "2023-07-23T18:49:45Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:45Z", "updated_at": "2023-07-23T18:49:45Z", "revision_number": 1, "project_id": "76f270aa2fbc491aa4ac398e191d6f80"}}' 2023-07-23 18:49:46,945 79369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.914s 2023-07-23 18:49:46,945 79369 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": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "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-b86dbb88-c8f7-4c2a-a2c0-c7f566e8f64b', 'date': 'Sun, 23 Jul 2023 18:49: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": "5b439295-faaf-4def-8467-ff552f980122", "project_id": "76f270aa2fbc491aa4ac398e191d6f80", "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "security_group_id": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "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-23T18:49:46Z", "updated_at": "2023-07-23T18:49:46Z", "revision_number": 0}}' 2023-07-23 18:49:47,657 79369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.711s 2023-07-23 18:49:47,657 79369 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": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1200ac84-6eda-4035-9aa4-48884d80cf6a', 'date': 'Sun, 23 Jul 2023 18:49:47 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": "41a2b538-52ba-4299-9063-582e5316bdb7", "project_id": "76f270aa2fbc491aa4ac398e191d6f80", "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "security_group_id": "3ed3ef14-01b0-400f-af9c-2c0c011fbd46", "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-23T18:49:47Z", "updated_at": "2023-07-23T18:49:47Z", "revision_number": 0}}' 2023-07-23 18:49:47,657 79369 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1627137665 created 2023-07-23 18:49:52,503 79369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 4.845s 2023-07-23 18:49:52,504 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5898aa02-3954-44b6-8717-1842cbd225c6', 'date': 'Sun, 23 Jul 2023 18:49:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "407980b6-c984-41ee-8673-9e8b21777e90", "tenant_id": "76f270aa2fbc491aa4ac398e191d6f80", "floating_ip_address": "172.24.4.70", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "76f270aa2fbc491aa4ac398e191d6f80", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:50Z", "updated_at": "2023-07-23T18:49:50Z", "revision_number": 0}}' 2023-07-23 18:49:52,504 79369 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '407980b6-c984-41ee-8673-9e8b21777e90', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0, 'ip': '172.24.4.70'} created 2023-07-23 18:49:52,626 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.116s 2023-07-23 18:49:52,627 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:52 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-c4e87867-cac9-4cf7-9eb5-8e6011efe9e4', '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": "3e62d85caa284bbbb2744cde02aa6828", "name": "tempest-TaggedAttachmentsTest-1281433286-project-member", "password_expires_at": null}, "audit_ids": ["WNKrAVYUSwCCuF2xdQu4eg"], "expires_at": "2023-07-23T19:49:52.000000Z", "issued_at": "2023-07-23T18:49:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76f270aa2fbc491aa4ac398e191d6f80", "name": "tempest-TaggedAttachmentsTest-1281433286"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/76f270aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76f27 0aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:52,627 79369 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'b0b02a1e-2c26-401a-b9e3-6484b315a722', 'name': 'tempest-TaggedAttachmentsTest-1092727917-network', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60852, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:52,669 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.037s 2023-07-23 18:49:52,669 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:52 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-27b4cc3d-580e-4adc-ac4b-91a1f6cb3031', '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": "3e62d85caa284bbbb2744cde02aa6828", "name": "tempest-TaggedAttachmentsTest-1281433286-project-member", "password_expires_at": null}, "audit_ids": ["2iErqLuSQyGUJxLPjPKNog"], "expires_at": "2023-07-23T19:49:52.000000Z", "issued_at": "2023-07-23T18:49:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76f270aa2fbc491aa4ac398e191d6f80", "name": "tempest-TaggedAttachmentsTest-1281433286"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/76f270aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6 ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76f270aa2fbc491aa4ac398e191d6f80", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:49:52,669 79369 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'b0b02a1e-2c26-401a-b9e3-6484b315a722', 'name': 'tempest-TaggedAttachmentsTest-1092727917-network', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60852, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:49:52,670 79369 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1115043292', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJXH/k4mdCI+Ap9nEpcHf027JozLcxxhHjXb6j8cezfMYHo87pzgNY3tDNFROR+xN123H7eXYG3L6VZRATuuDJ1J78bFZjfrEFrBqBehaKl0+KTgm026756pusU+nEDXIQ==', 'fingerprint': 'b3:5e:35:80:2c:db:8b:6d:bd:17:2b:dd:69:2d:3c:05', 'user_id': '3e62d85caa284bbbb2744cde02aa6828', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDqFC9EU17mm5OVZvDh2VjH6LGamEa5qYBsOUcHWuzD4RGT3nVxZGFT\nFRN5l5rKTK2gBwYFK4EEACKhZANiAASVx/5OJnQiPgKfZxKXB39NuyaMy3McYR41\n2+o/HHs3zGB6PO6c4DWN7QzRUTkfsTddtx+3l2Bty+lWUQE7rgydSe/GxWY36xBa\nwagXoWipdPik4JtNuu+eqbrFPpxA1yE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3ed3ef14-01b0-400f-af9c-2c0c011fbd46', 'name': 'tempest-securitygroup--1627137665', 'stateful': True, 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'description': 'tempest-description--1789099572', 'shared': False, 'security_group_rules': [{'id': '4664e0cb-6145-430b-bd4e-51866688a1e0', 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'security_group_id': '3ed3ef14-01b0-400f-af9c-2c0c011fbd46', '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': 390, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:45Z', 'updated_at': '2023-07-23T18:49:45Z', 'revi sion_number': 0}, {'id': 'f1b1c04d-56cd-47c1-a139-9e3b0c6e793c', 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'security_group_id': '3ed3ef14-01b0-400f-af9c-2c0c011fbd46', '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': 391, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:45Z', 'updated_at': '2023-07-23T18:49:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:49:45Z', 'updated_at': '2023-07-23T18:49:45Z', 'revision_number': 1, 'project_id': '76f270aa2fbc491aa4ac398e191d6f80'}, 'floating_ip': {'id': '407980b6-c984-41ee-8673-9e8b21777e90', 'tenant_id': '76f270aa2fbc491aa4ac398e191d6f80', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76f270aa2fbc491aa4ac398e191d6f80', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:50Z', 'updated_at': '2023-07-23T18:49:50Z', 'revision_number': 0, 'ip': '172.24.4.70'}} 2023-07-23 18:49:52,704 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.033s 2023-07-23 18:49:52,705 79369 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-498120364", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "b0b02a1e-2c26-401a-b9e3-6484b315a722"}], "security_groups": [{"name": "tempest-securitygroup--1627137665"}], "key_name": "tempest-keypair-1115043292", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-1fc51cba-47f7-4c78-a027-666e99e5c632', 'x-compute-request-id': 'req-1fc51cba-47f7-4c78-a027-666e99e5c632', '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-23 18:49:52,748 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1115043292 0.040s 2023-07-23 18:49:52,749 79369 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': 'Sun, 23 Jul 2023 18:49:52 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-cf086080-ee17-4be5-b0a8-fd4c6d4749c5', 'x-compute-request-id': 'req-cf086080-ee17-4be5-b0a8-fd4c6d4749c5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1115043292'} Body: b'' 2023-07-23 18:49:53,547 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3ed3ef14-01b0-400f-af9c-2 c0c011fbd46 0.798s 2023-07-23 18:49:53,547 79369 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-d4202cfb-dc0c-4d64-b3f9-7d1cae25dbf8', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3ed3ef14-01b0-400f-af9c-2c0c011fbd46'} Body: b'' 2023-07-23 18:49:53,582 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3ed3ef14-01b0-400f-af9c-2c0c011fbd46 0.033s 2023-07-23 18:49:53,582 79369 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-c55da12d-e7ba-4115-a2ef-f2358c692e86', 'date': 'Sun, 23 Jul 2023 18:49:53 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3ed3ef14-01b0-400f-af9c-2c0c011fbd46'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3ed3ef14-01b0-400f-af9c-2c0c011fbd46 does not exist", "detail": ""}}' 2023-07-23 18:49:55,672 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/407980b6-c984-41ee-8673-9e8b21777e90 2.089s 2023-07-23 18:49:55,673 79369 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-d4da31da-c221-44b5-9e6e-5e4a5cc6c797', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:49:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/407980b6-c984-41ee-8673-9e8b21777e90'} Body: b'' 2023-07-23 18:49:56,351 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/931e3cb0-7f09-4356-80c0-72b5054e82e4 0.678s 2023-07-23 18:49:56,352 79369 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-50010e09-1e40-45f5-bf2f-5292321357ff', 'date': 'Sun, 23 Jul 2023 18:49:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/931e3cb0-7f09-4356-80c0-72b5054e82e4'} Body: b'' 2023-07-23 18:49:57,518 79369 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/3a5db0a5-25d7-4d38-8d43-f03f6a44335a 1.165s 2023-07-23 18:49:57,518 79369 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-c8487344-c61f-4449-9ca8-7373eaee5712', 'date': 'Sun, 23 Jul 2023 18:49:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/3a5db0a5-25d7-4d38-8d43-f03f6a44335a'} Body: b'' 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-23 18:49:56,967 79352 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:49:56,967 79352 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:49:57,036 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.066s 2023-07-23 18:49:57,036 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-463183381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHSZG6HfCa2+e011ScQY58aDcAXD6RtblNnBKqHhHhO9cEFUZZrhXapj18z1HTXsoYbMDtnTwySyKC3it8Jy5J//vP6khbPj/oZI50s87kr8nMQ4ZnILqdeOVR88WbKsQg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:56 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-9fae1f9d-30a6-4bb3-9ae3-091dad771fc6', 'x-compute-request-id': 'req-9fae1f9d-30a6-4bb3-9ae3-091dad771fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-463183381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHSZG6HfCa2+e011ScQY58aDcAXD6RtblNnBKqHhHhO9cEFUZZrhXapj18z1HTXsoYbMDtnTwySyKC3it8Jy5J//vP6khbPj/oZI50s87kr8nMQ4ZnILqdeOVR88WbKsQg==", "fingerprint": "06:f8:60:3c:93:85:9d:a9:1c:7b:07:7e:df:56:d4:2e", "user_id": "9db80aa503644e2d91fb0d99466aeac0"}}' 2023-07-23 18:49:57,039 79352 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-463183381 created 2023-07-23 18:49:57,806 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.767s 2023-07-23 18:49:57,807 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1628243774", "description": "tempest-description--1336852817"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-0501f59e-5f5f-4719-bdf7-8ebe990298f8', 'date': 'Sun, 23 Jul 2023 18:49:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "71f19888-cb17-4537-8729-9bb3d88076c2", "name": "tempest-securitygroup--1628243774", "stateful": true, "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "description": "tempest-description--1336852817", "shared": false, "security_group_rules": [{"id": "5fdf40e0-5fae-44c0-9088-2242f78a3c59", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "71f19888-cb17-4537-8729-9bb3d88076c2", "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": 421, "description": null, "tags": [], "created_at": "2023-07-23T18:49:57Z", "updated_at": "2023-07-23T18:49:57Z", "revision_number": 0}, {"id": "8a3e84a4-0f54-4ee9-802f-11bc794ff0c7", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "71f19888-cb17-4537-8729-9bb3d88076c2", "ethertype": "IPv4", "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": 419, "description": null, "tags": [], "created_at": "2023-07-23T18:49:57Z", "updated_at": "2023-07-23T18:49:57Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:49:57Z", "updated_at": "2023-07-23T18:49:57Z", "revision_number": 1, "project_id": "628176a4310c4cd3b514ce7e4908b04d"}}' 2023-07-23 18:49:58,163 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.355s 2023-07-23 18:49:58,163 79352 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": "71f19888-cb17-4537-8729-9bb3d88076c2", "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-111a7424-8b86-46b7-850d-93e05846466b', 'date': 'Sun, 23 Jul 2023 18:49:58 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": "f947be06-16e7-40d6-a46e-05f61b3246ea", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "71f19888-cb17-4537-8729-9bb3d88076c2", "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-23T18:49:57Z", "updated_at": "2023-07-23T18:49:57Z", "revision_number": 0}}' 2023-07-23 18:49:58,430 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.267s 2023-07-23 18:49:58,431 79352 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": "71f19888-cb17-4537-8729-9bb3d88076c2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3cf8025e-328a-45d1-8f9d-2a7246a75419', 'date': 'Sun, 23 Jul 2023 18:49:58 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": "ded77163-f37d-4d34-a8b3-2a3d2db12d81", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "security_group_id": "71f19888-cb17-4537-8729-9bb3d88076c2", "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-23T18:49:58Z", "updated_at": "2023-07-23T18:49:58Z", "revision_number": 0}}' 2023-07-23 18:49:58,431 79352 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1628243774 created 2023-07-23 18:50:00,226 79352 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.794s 2023-07-23 18:50:00,226 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-ca4a5df1-2845-4407-8e4a-94ad0dd222de', 'date': 'Sun, 23 Jul 2023 18:50:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1e04cb54-b275-4329-9a17-14e180c75d85", "tenant_id": "628176a4310c4cd3b514ce7e4908b04d", "floating_ip_address": "172.24.4.15", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "628176a4310c4cd3b514ce7e4908b04d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:49:59Z", "updated_at": "2023-07-23T18:49:59Z", "revision_number": 0}}' 2023-07-23 18:50:00,227 79352 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1e04cb54-b275-4329-9a17-14e180c75d85', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:59Z', 'updated_at': '2023-07-23T18:49:59Z', 'revision_number': 0, 'ip': '172.24.4.15'} created 2023-07-23 18:50:00,337 79352 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.104s 2023-07-23 18:50:00,337 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:00 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-094be9b8-651e-42e5-ae64-d367e5432daf', '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": "9db80aa503644e2d91fb0d99466aeac0", "name": "tempest-AttachVolumeTestJSON-1925555061-project-member", "password_expires_at": null}, "audit_ids": ["LBKntNS6RZSDuhv6-B3EtA"], "expires_at": "2023-07-23T19:50:00.000000Z", "issued_at": "2023-07-23T18:50:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "628176a4310c4cd3b514ce7e4908b04d", "name": "tempest-AttachVolumeTestJSON-1925555061"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "ur l": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/628176a4310c4cd3b514ce7e4908b04d", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:00,338 79352 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'e8123d14-2ee7-471f-a5ff-b857f69938ce', 'name': 'tempest-AttachVolumeTestJSON-747754321-network', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34574, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:49:34Z', 'updated_at': '2023-07-23T18:49:34Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:00,339 79352 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-463183381', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHSZG6HfCa2+e011ScQY58aDcAXD6RtblNnBKqHhHhO9cEFUZZrhXapj18z1HTXsoYbMDtnTwySyKC3it8Jy5J//vP6khbPj/oZI50s87kr8nMQ4ZnILqdeOVR88WbKsQg==', 'fingerprint': '06:f8:60:3c:93:85:9d:a9:1c:7b:07:7e:df:56:d4:2e', 'user_id': '9db80aa503644e2d91fb0d99466aeac0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBFeps8bDaHrpMwQfGQInr23KL8MIPNJ6dCFp7KddyRa8qI/gDzKB+2\ndIFLCo1BF0KgBwYFK4EEACKhZANiAAR0mRuh3wmtvntNdUnEGOfGg3AFw+kbW5TZ\nwSqh4R4TvXBBVGWa4V2qY9fM9R017KGGzA7Z08Mksigt4rfCcuSf/7z+pIWz4/6G\nSOdLPO5K/JzEOGZyC6nXjlUfPFmyrEI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '71f19888-cb17-4537-8729-9bb3d88076c2', 'name': 'tempest-securitygroup--1628243774', 'stateful': True, 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': 'tempest-description--1336852817', 'shared': False, 'security_group_rules': [{'id': '5fdf40e0-5fae-44c0-9088-2242f78a3c59', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'security_group_id': '71f19888-cb17-4537-8729-9bb3d88076c2', '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': 421, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:57Z', 'updated_at': '2023-07-23T18:49:57Z', 'revision_number': 0}, {'id': '8a3e84a4-0f54-4ee9-802f-11bc794ff0c7', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'security_group_id': '71f19888-cb17-4537-8729-9bb3d88076c2', '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': 419, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:49:57Z', 'updated_at': '2023-07-23T18:49:57Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07 -23T18:49:57Z', 'updated_at': '2023-07-23T18:49:57Z', 'revision_number': 1, 'project_id': '628176a4310c4cd3b514ce7e4908b04d'}, 'floating_ip': {'id': '1e04cb54-b275-4329-9a17-14e180c75d85', 'tenant_id': '628176a4310c4cd3b514ce7e4908b04d', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '628176a4310c4cd3b514ce7e4908b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:49:59Z', 'updated_at': '2023-07-23T18:49:59Z', 'revision_number': 0, 'ip': '172.24.4.15'}} 2023-07-23 18:50:00,363 79352 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-23 18:50:00,364 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1275760055", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e8123d14-2ee7-471f-a5ff-b857f69938ce"}], "security_groups": [{"name": "tempest-securitygroup--1628243774"}], "key_name": "tempest-keypair-463183381", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:00 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-f06b9f10-889f-48fd-badc-b28b6c43997c', 'x-compute-request-id': 'req-f06b9f10-889f-48fd-badc-b28b6c43997c', '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-23 18:50:00,418 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-463183381 0.053s 2023-07-23 18:50:00,418 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:00 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-8a6136a9-de19-4657-b996-6642fae84a0d', 'x-compute-request-id': 'req-8a6136a9-de19-4657-b996-6642fae84a0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-463183381'} Body: b'' 2023-07-23 18:50:00,731 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/71f19888-cb17-4537-8729-9bb3d88076c2 0.312s 2023-07-23 18:50:00,731 79352 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-ab522916-abab-47ce-8014-c86b23786734', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:50:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/71f19888-cb17-4537-8729-9bb3d88076c2'} Body: b'' 2023-07-23 18:50:00,756 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/71f19888-cb17-4537-8729-9bb3d88076c2 0.024s 2023-07-23 18:50:00,756 79352 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-2d9c3ac8-98f5-4c2f-83e4-56573fb7ee3d', 'date': 'Sun, 23 Jul 2023 18:50:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/71f19888-cb17-4537-8729-9bb3d88076c2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 71f19888-cb17-4537-8729-9bb3d88076c2 does not exist", "detail": ""}}' 2023-07-23 18:50:01,516 79352 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1e04cb54-b275-4329-9a17-14e180c75d85 0.758s 2023-07-23 18:50:01,516 79352 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-66ecad11-b692-4a9e-afe5-dc8988750a2d', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:50:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1e04cb54-b275-4329-9a17-14e180c75d85'} Body: b'' 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-23 18:50:10,182 79360 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.727s 2023-07-23 18:50:10,182 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-758964019", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGB0pk4PsJEeu/zzkeRvVcCX0jwenhWpRT/cxbGmLGqxN0KYV4QCziaux3QmkZQ2WzfMlvejMqYqPCDrAYLZIhRiwQ0plWbYbm1lxUKsUUkxSokRCxDrvcE7lxB+9bzUfA=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c682bae-605d-48a7-94e6-8eac0abe21cc', 'x-compute-request-id': 'req-6c682bae-605d-48a7-94e6-8eac0abe21cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-758964019", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGB0pk4PsJEeu/zzkeRvVcCX0jwenhWpRT/cxbGmLGqxN0KYV4QCziaux3QmkZQ2WzfMlvejMqYqPCDrAYLZIhRiwQ0plWbYbm1lxUKsUUkxSokRCxDrvcE7lxB+9bzUfA==", "fingerprint": "ca:e2:4b:32:e3:cc:da:1b:27:98:25:6f:8c:16:18:c9", "user_id": "a22befb3a09d4b4ab4a3feefdea72907"}}' 2023-07-23 18:50:10,359 79360 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.171s 2023-07-23 18:50:10,360 79360 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-922512281", "description": "tempest-secgroup-smoke-922512281 description", "project_id": "bdec4c28d8a4499e811ef43c710db6b7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-a6138d1f-cd9d-44f8-b1db-37b4156e9ff6', 'date': 'Sun, 23 Jul 2023 18:50:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "024b7626-4a01-43d4-992c-4618e148baea", "name": "tempest-secgroup-smoke-922512281", "stateful": true, "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "description": "tempest-secgroup-smoke-922512281 description", "shared": false, "security_group_rules": [{"id": "318693f3-0534-40ca-91fc-e204d6128a40", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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": 475, "description": null, "tags": [], "created_at": "2023-07-23T18:50:10Z", "updated_at": "2023-07-23T18:50:10Z", "revision_number": 0}, {"id": "cb052ee5-2dcc-4f08-a4ed-275650e82188", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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": 476, "description": null, "tags": [], "created_at": "2023-07-23T18:50:10Z", "updated_at": "2023-07-23T18:50:10Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:50:10Z", "updated_at": "2023-07-23T18:50:10Z ", "revision_number": 1, "project_id": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:10,706 79360 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.345s 2023-07-23 18:50:10,706 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "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-75e78ab5-dc39-40af-a214-c04f6a387460', 'date': 'Sun, 23 Jul 2023 18:50: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": "b743a6aa-2c05-4440-a605-f665a28ae59b", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:10Z", "updated_at": "2023-07-23T18:50:10Z", "revision_number": 0}}' 2023-07-23 18:50:11,154 79360 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.447s 2023-07-23 18:50:11,154 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "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-44b706bd-dbc4-43be-bc18-e5aae6af89da', 'date': 'Sun, 23 Jul 2023 18:50:11 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": "55a68dd3-5dfa-4f5b-a94d-91d714453c79", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:10Z", "updated_at": "2023-07-23T18:50:10Z", "revision_number": 0}}' 2023-07-23 18:50:11,588 79360 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.433s 2023-07-23 18:50:11,589 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-86918d5d-9945-4e3e-9f95-b24da40e245a', 'date': 'Sun, 23 Jul 2023 18:50:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"securi ty_group_rule": {"id": "a18a0c90-06c4-4b00-a4cd-c34e513b6d76", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:11Z", "updated_at": "2023-07-23T18:50:11Z", "revision_number": 0}}' 2023-07-23 18:50:12,064 79360 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.474s 2023-07-23 18:50:12,064 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-582c5c37-ff70-4549-a7de-1070a15f207d', 'date': 'Sun, 23 Jul 2023 18:50:12 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": "218f31d4-49e7-46df-8818-d024137f02f6", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:11Z", "updated_at": "2023-07-23T18:50:11Z", "revision_number": 0}}' 2023-07-23 18:50:12,257 79360 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.192s 2023-07-23 18:50:12,257 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-ad92830c-077b-4dee-afa3-2c484f822ad3', 'date': 'Sun, 23 Jul 2023 18:50:12 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": "1bae6e7d-24b3-487a-9360-cf759e58eef8", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:12Z", "updated_at": "2023-07-23T18:50:12Z", "revision_number": 0}}' 2023-07-23 18:50:12,447 79360 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.189s 2023-07-23 18:50:12,447 79360 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": "024b7626-4a01-43d4-992c-4618e148baea", "p roject_id": "bdec4c28d8a4499e811ef43c710db6b7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f6423f64-552c-4680-a186-7bb31e3dd2b4', 'date': 'Sun, 23 Jul 2023 18:50:12 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": "b8ada796-2e77-4800-8817-4e79acbf0685", "project_id": "bdec4c28d8a4499e811ef43c710db6b7", "tenant_id": "bdec4c28d8a4499e811ef43c710db6b7", "security_group_id": "024b7626-4a01-43d4-992c-4618e148baea", "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-23T18:50:12Z", "updated_at": "2023-07-23T18:50:12Z", "revision_number": 0}}' 2023-07-23 18:50:12,608 79360 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.151s 2023-07-23 18:50:12,608 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:12 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-d73e8fc7-780e-4ce8-ba55-d63403b733a0', '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": "a22befb3a09d4b4ab4a3feefdea72907", "name": "tempest-TestShelveInstance-1589483660-project-member", "password_expires_at": null}, "audit_ids": ["4DzSVhTRRkuXwXQhVPIOSg"], "expires_at": "2023-07-23T19:50:12.000000Z", "issued_at": "2023-07-23T18:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bdec4c28d8a4499e811ef43c710db6b7", "name": "tempest-TestShelveInstance-1589483660"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bdec4c28d8a4499e811ef43c710db6b7", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "n ame": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:12,609 79360 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '5bf99f25-dab1-4565-a279-bc6eb647ec1d', 'name': 'tempest-TestShelveInstance-2118390520-network', 'tenant_id': 'bdec4c28d8a4499e811ef43c710db6b7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bdec4c28d8a4499e811ef43c710db6b7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28311, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:49:40Z', 'updated_at': '2023-07-23T18:49:40Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:13,144 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes 0.533s 2023-07-23 18:50:13,145 79360 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-1494194326", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "size": 1}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec54d606-62af-4d44-8e78-a529b8471600', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec54d606-62af-4d44-8e78-a529b8471600', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.067679", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:50:13,240 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.076s 2023-07-23 18:50:13,241 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56be8b73-2b24-4070-9c8e-bf8f43d0f141', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-requ est-id': 'req-56be8b73-2b24-4070-9c8e-bf8f43d0f141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:14,327 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.067s 2023-07-23 18:50:14,328 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-160393b0-443e-4cf9-ad74-cbe36a05fd5e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-160393b0-443e-4cf9-ad74-cbe36a05fd5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": "2023-07-23T18:50:13.000000", "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:15,538 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.198s 2023-07-23 18:50:15,539 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed82d96-b638-4015-bc1f-6472fbea0c9a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed82d96-b638-4015-bc1f-6472fbea0c9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": "2023-07-23T18:50:13.000000", "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:16,642 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.084s 2023-07-23 18:50:16,642 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fad8a4e-5390-4ede-995e-3b18beb3c504', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fad8a4e-5390-4ede-995e-3b18beb3c504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": "2023-07-23T18:50:13.000000", "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:17,748 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.083s 2023-07-23 18:50:17,748 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ceaddcf-e7ac-45f4-9269-3c55cdf436bc', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ceaddcf-e7ac-45f4-9269-3c55cdf436bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": "2023-07-23T18:50:18.000000", "name": "tempest-tempest. common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:18,850 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0 0.079s 2023-07-23 18:50:18,850 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45809c44-40e4-49f8-ae52-af616c701e9c', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45809c44-40e4-49f8-ae52-af616c701e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0'} Body: b'{"volume": {"id": "ba04c5af-be60-4710-9069-5ee8629a15f0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:13.000000", "updated_at": "2023-07-23T18:50:18.000000", "name": "tempest-tempest.common.compute-volume-1494194326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bdec4c28d8a4499e811ef43c710db6b7/volumes/ba04c5af-be60-4710-9069-5ee8629a15f0"}], "user_id": "a22befb3a09d4b4ab4a3feefdea72907", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "bdec4c28d8a4499e811ef43c710db6b7"}}' 2023-07-23 18:50:18,870 79360 INFO [tempest.common.waiters] volume ba04c5af-be60-4710-9069-5ee8629a15f0 reached available after waiting for 5.869896 seconds 2023-07-23 18:50:18,912 79360 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.041s 2023-07-23 18:50:18,913 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest- TestShelveInstance-server-347910042", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-758964019", "security_groups": [{"name": "tempest-secgroup-smoke-922512281"}], "networks": [{"uuid": "5bf99f25-dab1-4565-a279-bc6eb647ec1d"}], "block_device_mapping_v2": [{"uuid": "ba04c5af-be60-4710-9069-5ee8629a15f0", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:18 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-ff8e5642-2aef-46d7-bde5-9c5c3efc03a9', 'x-compute-request-id': 'req-ff8e5642-2aef-46d7-bde5-9c5c3efc03a9', '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-23 18:50:19,479 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/024b7626-4a01-43d4-992c-4618e148baea 0.561s 2023-07-23 18:50:19,479 79360 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-ac4aaadd-2870-410f-a192-61e3fab11b54', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:50:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/024b7626-4a01-43d4-992c-4618e148baea'} Body: b'' 2023-07-23 18:50:19,531 79360 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-758964019 0.051s 2023-07-23 18:50:19,532 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:19 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-8575ed32-1ea0-415f-8735-7c3ef97152fa', 'x-compute-request-id': 'req-8575ed32-1ea0-415f-8735-7c3ef97152fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-758964019'} 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.'} 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-23 18:49:35,661 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes 1.198s 2023-07-23 18:49:35,662 79346 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-1775057647", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de5e4b08-8c1b-4243-ab51-9017860d0a60', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de5e4b08-8c1b-4243-ab51-9017860d0a60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:35.594876", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:49:35,723 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.048s 2023-07-23 18:49:35,723 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-841729af-4b2c-43dd-a6d1-b14b97e8303c', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-841729af-4b2c-43dd-a6d1-b14b97e8303c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:36,787 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.051s 2023-07-23 18:49:36,787 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae06acb1-ccbd-40ab-996b-ecd11fc4d7f9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae06acb1-ccbd-40ab-996b-ecd11fc4d7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:37,836 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.037s 2023-07-23 18:49:37,836 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a14129-baa4-4c5a-bf15-49f123fed0e8', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a14129-baa4-4c5a-bf15-49f123fed0e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:38,898 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.050s 2023-07-23 18:49:38,898 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2885f69b-5579-4260-a953-0810ad33d3e7', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2885f69b-5579-4260-a953-0810ad33d3e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:39,957 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.047s 2023-07-23 18:49:39,958 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c17dcdd-2388-443f-b471-9356b0b6ca67', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c17dcdd-2388-443f-b471-9356b0b6ca67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:41,007 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.038s 2023-07-23 18:49:41,008 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:40 GMT', 'ser ver': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c89d8b4c-b17b-4524-aa31-6e802e7e5722', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c89d8b4c-b17b-4524-aa31-6e802e7e5722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:42,071 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.051s 2023-07-23 18:49:42,071 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cee1888-c5a6-4cbe-a54f-db59c359a026', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cee1888-c5a6-4cbe-a54f-db59c359a026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:43,134 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.046s 2023-07-23 18:49:43,135 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1 57fe2db-da87-4788-a622-1778b5808ade', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-157fe2db-da87-4788-a622-1778b5808ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:44,192 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.046s 2023-07-23 18:49:44,193 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9abda9a7-23a3-40a9-ac83-91100cc61dec', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9abda9a7-23a3-40a9-ac83-91100cc61dec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:45,253 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.048s 2023-07-23 18:49:45,254 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd7b9e8c-2bc1-4b92-9b20-fd53eb7049cc', 'content-length': '977', 'openstack-api-version': 'volume 3. 0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd7b9e8c-2bc1-4b92-9b20-fd53eb7049cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:46,310 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.045s 2023-07-23 18:49:46,311 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e36c10b4-c1fd-41e3-8a59-edb33198fa18', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e36c10b4-c1fd-41e3-8a59-edb33198fa18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:47,374 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.050s 2023-07-23 18:49:47,374 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09230b5f-9a90-4f55-a7d3-90a846b093da', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09230b5f-9a90-4f55-a7d3-90a846 b093da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:48,431 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.045s 2023-07-23 18:49:48,432 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4f4d3f-02d8-4369-97a3-e9ad2a0c368e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4f4d3f-02d8-4369-97a3-e9ad2a0c368e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:40.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:49,530 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.085s 2023-07-23 18:49:49,530 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0d32ac2-f163-4687-aa03-1e31161025e7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0d32ac2-f163-4687-aa03-1e31161025e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:50,628 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.078s 2023-07-23 18:49:50,629 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-808f33c8-588f-4add-bc53-9cbf30489322', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-808f33c8-588f-4add-bc53-9cbf30489322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:51,696 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.055s 2023-07-23 18:49:51,697 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c14643f7-c185-4875-803a-e5b96d6917c5', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c14643f7-c185-4875-803a-e5b96d6917c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{" volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:52,768 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.049s 2023-07-23 18:49:52,768 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2f5b17-e2bd-4524-8cff-46a085d485f4', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2f5b17-e2bd-4524-8cff-46a085d485f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:53,953 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.172s 2023-07-23 18:49:53,953 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-604fffee-641a-4905-b4a6-443c736a4b7a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-604fffee-641a-4905-b4a6-443c736a4b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "avail ability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:55,039 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.073s 2023-07-23 18:49:55,040 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c1fb17d-8f2a-4a43-b7d2-5d853b662155', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c1fb17d-8f2a-4a43-b7d2-5d853b662155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:56,119 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.066s 2023-07-23 18:49:56,119 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d57a3b-6996-4865-a40c-18f9f1f1cbe8', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d57a3b-6996-4865-a40c-18f9f1f1cbe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49 :48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:57,200 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.065s 2023-07-23 18:49:57,201 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-749b67b4-7c63-428d-b6a0-06cb7fab9172', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-749b67b4-7c63-428d-b6a0-06cb7fab9172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:58,277 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.059s 2023-07-23 18:49:58,278 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a3cfbe-9f9c-4198-b23c-51e89c36677e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a3cfbe-9f9c-4198-b23c-51e89c36677e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:49:59,355 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.056s 2023-07-23 18:49:59,355 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:49:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0383e1c2-3c15-4a1d-8e89-dc7a5c8c3dd0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0383e1c2-3c15-4a1d-8e89-dc7a5c8c3dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:00,465 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.099s 2023-07-23 18:50:00,465 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44b09cf0-5d67-4d9f-a7be-80bf3eb0decc', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44b09cf0-5d67-4d9f-a7be-80bf3eb0decc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:49:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:01,557 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 0.079s 2023-07-23 18:50:01,557 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8789c33-6a8b-414f-b0de-306cad5cf885', 'content-length': '1395', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8789c33-6a8b-414f-b0de-306cad5cf885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991'} Body: b'{"volume": {"id": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:49:36.000000", "updated_at": "2023-07-23T18:50:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1775057647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/e3fb3b97-bd90-4fd4-bc87-21a0f6e43991"}], "user_id": "13d3afc9222442049e15a22d1821074e", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:01,568 79346 INFO [tempest.common.waiters] volume e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 reached available after waiting for 26.568720 seconds 2023-07-23 18:50:01,904 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes 0.335s 2023-07-23 18:50:01,904 79346 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-273893521"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b8e8cfa-24a6-4bc3-b9be-b8b36f094aa2', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b8e8cfa-24a6-4bc3-b9be-b8b36f094aa2', 'connection': 'close', 'status': '202', 'c ontent-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:01.810357", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:50:01,979 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.064s 2023-07-23 18:50:01,980 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-351e39ac-6911-4e94-95b6-0db5016cee43', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-351e39ac-6911-4e94-95b6-0db5016cee43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:03,091 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.089s 2023-07-23 18:50:03,091 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9498d1d4-e548-4ed4-9fc6-a44a96c36b71', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9498d1d4-e548-4ed4-9fc6-a44a96c36b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": "2023-07-23T18:50:02.000000", "name": "tempest-TaggedB ootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:04,166 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.053s 2023-07-23 18:50:04,167 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ceab98b-1e66-4bcb-b628-ef24d2f9b2b2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ceab98b-1e66-4bcb-b628-ef24d2f9b2b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": "2023-07-23T18:50:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:05,267 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.078s 2023-07-23 18:50:05,267 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a024d7c-77f5-44ef-8369-8fe1f5d0b937', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a024d7c-77f5-44ef-8369-8fe1f5d0b937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": "2023-07-23T18:50:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b 324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:06,340 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.061s 2023-07-23 18:50:06,340 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8333811f-6326-4141-9a11-e01cb13099da', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8333811f-6326-4141-9a11-e01cb13099da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": "2023-07-23T18:50:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:07,461 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943 0.109s 2023-07-23 18:50:07,462 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce4a1683-e8ef-4988-bc4e-173d0f030c23', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce4a1683-e8ef-4988-bc4e-173d0f030c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943'} Body: b'{"volume": {"id": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:02.000000", "updated_at": "2023-07-23T18:50:07.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-273893521", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/c1f7ad4c-e68b-4930-b07b-68516f44f943"}], "user_id": "13 d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:07,482 79346 INFO [tempest.common.waiters] volume c1f7ad4c-e68b-4930-b07b-68516f44f943 reached available after waiting for 5.482589 seconds 2023-07-23 18:50:07,811 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes 0.328s 2023-07-23 18:50:07,811 79346 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-209693464"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-720f8b1e-6d94-4da0-9801-f6622ff50d4e', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-720f8b1e-6d94-4da0-9801-f6622ff50d4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes'} Body: b'{"volume": {"id": "d113b8e1-4b5a-4401-81d8-947bec748ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:07.700774", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-209693464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:50:07,871 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade 0.050s 2023-07-23 18:50:07,872 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc7065f6-8d03-4ae2-9c30-4e876d3bcd82', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc7065f6-8d03-4ae2-9c30-4e876d3bcd82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade'} Body: b'{"volume": {"id": "d113b8e1-4b5a-4401-81d8-947bec748ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:08.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-209693464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attach ments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:08,945 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade 0.050s 2023-07-23 18:50:08,945 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7d6fdd0-39f0-4c49-a4a7-d3bb9e579360', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7d6fdd0-39f0-4c49-a4a7-d3bb9e579360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade'} Body: b'{"volume": {"id": "d113b8e1-4b5a-4401-81d8-947bec748ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:08.000000", "updated_at": "2023-07-23T18:50:08.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-209693464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:10,021 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade 0.059s 2023-07-23 18:50:10,021 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52bc70c1-e148-4276-9d2f-4beb3be0ec56', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52bc70c1-e148-4276-9d2f-4beb3be0ec56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade'} Body: b'{"volume": {"id": "d113b8e1-4b5a-4401-81d8-947bec748ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:08.000000", "updated_at": "2023-07-23T18:50:08.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-209693464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:11,105 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 G ET http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade 0.062s 2023-07-23 18:50:11,106 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb531705-3007-4f5f-84c1-fad2721acdb8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb531705-3007-4f5f-84c1-fad2721acdb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade'} Body: b'{"volume": {"id": "d113b8e1-4b5a-4401-81d8-947bec748ade", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:08.000000", "updated_at": "2023-07-23T18:50:10.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-209693464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd81731c2b324088ba1d5c5f4f2b8da9/volumes/d113b8e1-4b5a-4401-81d8-947bec748ade"}], "user_id": "13d3afc9222442049e15a22d1821074e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:11,125 79346 INFO [tempest.common.waiters] volume d113b8e1-4b5a-4401-81d8-947bec748ade reached available after waiting for 4.125269 seconds 2023-07-23 18:50:13,558 79346 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 2.432s 2023-07-23 18:50:13,559 79346 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-938677257"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-63130004-ce7f-4877-b537-e1b92403289f', 'date': 'Sun, 23 Jul 2023 18:50:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"42c069f2-4ae6-4963-ab89-a83a35250778","name":"tempest-device-tagging-net1-938677257","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9","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-23T18:50:11Z","updated_at":"2023-07-23T18:50:11Z","revision_number":1}}' 2023-07-23 18:50:16,039 79346 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 2.480s 2023-07-23 18:50:16,040 79346 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-1472729465"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0126f6fb-1943-4530-a98e-f813b34ba73d', 'date': 'Sun, 23 Jul 2023 18:50:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"7c89d472-6074-4484-bc18-cf7f66c927fa","name":"tempest-device-tagging-net2-1472729465","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9","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-23T18:50:13Z","updated_at":"2023-07-23T18:50:14Z","revision_number":1}}' 2023-07-23 18:50:18,331 79346 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.290s 2023-07-23 18:50:18,331 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "42c069f2-4ae6-4963-ab89-a83a35250778", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-053cf87b-bda7-4234-aff1-a7f8ef18607d', 'date': 'Sun, 23 Jul 2023 18:50:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"0657f8e6-e2ec-453b-8c0d-e40855bafcff","name":"","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","network_id":"42c069f2-4ae6-4963-ab89-a83a35250778","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-23T18:50:16Z","updated_at":"2023-07-23T18:50:16Z","revision_number":0,"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:21,012 79346 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.679s 2023-07-23 18:50:21,012 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "7c89d472-6074-4484-bc18-cf7f66c927fa", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-3e46d549-9802-48f8-b5e0-7da7a20487ee', 'date': 'Sun, 23 Jul 2023 18:50:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"32ea14c8-217f-4b12-86d3-70b31eefd388","name":"","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","network_id":"7c89d472-6074-4484-bc18-cf7f66c927fa","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-23T18:50:18Z","updated_at":"2023-07-23T18:50:18Z","revision_number":0,"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:24,623 79346 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 3.610s 2023-07-23 18:50:24,624 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "42c069f2-4ae6-4963-ab89-a83a35250778", "name": "tempest-TaggedBootDevicesTest_v242-1234912985", "fixed_ips": [{"subnet_id": "0657f8e6-e2ec-453b-8c0d-e40855bafcff"}]}} Response - Headers: {'content-type': 'application/json', 'co ntent-length': '738', 'x-openstack-request-id': 'req-6f911730-a306-418b-9ec5-98c4eedc2fce', 'date': 'Sun, 23 Jul 2023 18:50:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"3a87e0d2-ade1-47c8-9fbb-3e9c256a9e01","name":"tempest-TaggedBootDevicesTest_v242-1234912985","network_id":"42c069f2-4ae6-4963-ab89-a83a35250778","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","mac_address":"fa:16:3e:81:53:5d","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"0657f8e6-e2ec-453b-8c0d-e40855bafcff","ip_address":"10.1.1.112"}],"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9","port_security_enabled":true,"security_groups":["6b29e12e-e27d-40a0-b6d0-87b975cfe6b9"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-23T18:50:21Z","updated_at":"2023-07-23T18:50:22Z","revision_number":1}}' 2023-07-23 18:50:25,815 79346 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.190s 2023-07-23 18:50:25,815 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "42c069f2-4ae6-4963-ab89-a83a35250778", "name": "tempest-TaggedBootDevicesTest_v242-1830442299", "fixed_ips": [{"subnet_id": "0657f8e6-e2ec-453b-8c0d-e40855bafcff"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-d0e04111-1959-4063-b146-1ba67789627f', 'date': 'Sun, 23 Jul 2023 18:50:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"152a88dd-53a7-4e13-9182-2f2b11109ff4","name":"tempest-TaggedBootDevicesTest_v242-1830442299","network_id":"42c069f2-4ae6-4963-ab89-a83a35250778","tenant_id":"bd81731c2b324088ba1d5c5f4f2b8da9","mac_address":"fa:16:3e:3d:b5:3b","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"0657f8e6-e2ec-453b-8c0d-e40855bafcff","ip_address":"10.1.1.200"}],"project_id":"bd81731c2b324088ba1d5c5f4f2b8da9","port_security_enabled":true,"security_groups":["6b29e12e-e27d-40a0-b6d0-87b975cfe6b9"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-23T18:50:25Z","updated_at":"2023-07-23T18:50:25Z","revision_number":1}}' 2023-07-23 18:50:25,816 79346 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:50:25,816 79346 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:50:25,909 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.090s 2023-07-23 18:50:25,910 79346 DEBUG [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-1040615132", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRyDVYOyyzYqltXHszdrMGgpN/y20JwAzXFXM+4HSu/qfIWmLL12Y166mLlYbTL4ik/CLR6OMPo9YReBqduMBXkgWwTQxNnqX9FbhlO9LOvjR0SSLrrm+4f9y9XD6oqWQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f333e55-8c87-43c4-849a-03e07473946f', 'x-compute-request-id': 'req-2f333e55-8c87-43c4 -849a-03e07473946f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1040615132", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRyDVYOyyzYqltXHszdrMGgpN/y20JwAzXFXM+4HSu/qfIWmLL12Y166mLlYbTL4ik/CLR6OMPo9YReBqduMBXkgWwTQxNnqX9FbhlO9LOvjR0SSLrrm+4f9y9XD6oqWQ==", "fingerprint": "8a:c9:06:4d:21:17:93:92:e3:c7:66:3d:9b:88:5a:dc", "user_id": "13d3afc9222442049e15a22d1821074e"}}' 2023-07-23 18:50:25,913 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1040615132 created 2023-07-23 18:50:26,399 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.485s 2023-07-23 18:50:26,400 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--218795825", "description": "tempest-description--1218437734"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e061d761-0cab-4a86-a4a8-73daee2b22b7', 'date': 'Sun, 23 Jul 2023 18:50:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "63396420-7dfb-44a8-a10a-14d24926b6b9", "name": "tempest-securitygroup--218795825", "stateful": true, "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "description": "tempest-description--1218437734", "shared": false, "security_group_rules": [{"id": "a168a0ba-67a9-445d-95be-5db0c810fa21", "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "security_group_id": "63396420-7dfb-44a8-a10a-14d24926b6b9", "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": 543, "description": null, "tags": [], "created_at": "2023-07-23T18:50:26Z", "updated_at": "2023-07-23T18:50:26Z", "revision_number": 0}, {"id": "c54b19da-1963-44a7-9a04-467dcc6dbdd8", "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "security_group_id": "63396420-7dfb-44a8-a10a-14d24926b6b9", "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": 544, "description": null, "tags": [], "created_at": "2023-07-23T18:50:26Z", "updated_at": "2023-07-23T18:50:26Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:50:26Z", "updated_at": "2023-07-23T18:50:26Z", "revision_number": 1, "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9"}}' 2023-07-23 18:50:26,948 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.547s 2023-07-23 18:50:26,948 79346 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": "63396420-7dfb-44a8-a10a-14d24926b6b9", "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-77112470-8140-4cd1-bb57-9520650fc098', 'date': 'Sun, 23 Jul 2023 18:50:26 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": "b3f867e8-b8f3-477d-99 94-d491a7f91918", "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "security_group_id": "63396420-7dfb-44a8-a10a-14d24926b6b9", "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-23T18:50:26Z", "updated_at": "2023-07-23T18:50:26Z", "revision_number": 0}}' 2023-07-23 18:50:27,477 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.528s 2023-07-23 18:50:27,477 79346 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": "63396420-7dfb-44a8-a10a-14d24926b6b9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-71f9b91d-cf3b-454f-b249-e92cc792db99', 'date': 'Sun, 23 Jul 2023 18:50:27 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": "24ff5b5d-4078-4762-be99-da174885efc2", "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "security_group_id": "63396420-7dfb-44a8-a10a-14d24926b6b9", "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-23T18:50:27Z", "updated_at": "2023-07-23T18:50:27Z", "revision_number": 0}}' 2023-07-23 18:50:27,478 79346 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--218795825 created 2023-07-23 18:50:29,701 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.222s 2023-07-23 18:50:29,701 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c3c2346a-7091-4a5a-9182-c7ab51bf2aeb', 'date': 'Sun, 23 Jul 2023 18:50:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2c70a7d8-5768-4b94-a3f4-4c51e64ca21b", "tenant_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "floating_ip_address": "172.24.4.163", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bd81731c2b324088ba1d5c5f4f2b8da9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:50:28Z", "updated_at": "2023-07-23T18:50:28Z", "revision_number": 0}}' 2023-07-23 18:50:29,701 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2c70a7d8-5768-4b94-a3f4-4c51e64ca21b', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'floating_ip_address': '172.24.4.163', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:50:28Z', 'updated_at': '2023-07-23T18:50:28Z', 'revision_number': 0, 'ip': '172.24.4.163'} created 2023-07-23 18:50:29,805 79346 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.097s 2023-07-23 18:50:29,805 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:29 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-9e46d5f3-d6fb-41b2-afb2-756e69cdb50f', '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": "13d3afc9222442049e15a22d1821074e", "name": "tempest-TaggedBootDevicesTest_v242-1765967889-project-member", "password_expires_at": null}, "audit_ids": ["fG8jHCUtRmKIF-y2yw_qUQ"], "expires_at": "2023-07-23T19:50:29.000000Z", "issued_at": "2023-07-23T18:50:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd81731c2b324088ba1d5c5f4f2b8da9", "name": "tempest-TaggedBootDevicesTest_v242-1765967889"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:29,806 79346 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '46044ccf-3be9-41a3-b3bb-a56929b0f707', 'name': 'tempest-TaggedBootDevicesTest_v242-49711578-network', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'port_secu rity_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62944, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:29,855 79346 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.045s 2023-07-23 18:50:29,855 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:29 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-8124c8f2-756b-4033-90a3-ce5e7b68a613', '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": "13d3afc9222442049e15a22d1821074e", "name": "tempest-TaggedBootDevicesTest_v242-1765967889-project-member", "password_expires_at": null}, "audit_ids": ["r5mnSRBYQzqpsUR37QHEUQ"], "expires_at": "2023-07-23T19:50:29.000000Z", "issued_at": "2023-07-23T18:50:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd81731c2b324088ba1d5c5f4f2b8da9", "name": "tempest-TaggedBootDevicesTest_v242-1765967889"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd81731c2b324088ba1d5c5f4f2b8da9", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:29,856 79346 INFO [tempest .lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '46044ccf-3be9-41a3-b3bb-a56929b0f707', 'name': 'tempest-TaggedBootDevicesTest_v242-49711578-network', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62944, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:48:45Z', 'updated_at': '2023-07-23T18:48:45Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:29,857 79346 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1040615132', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRyDVYOyyzYqltXHszdrMGgpN/y20JwAzXFXM+4HSu/qfIWmLL12Y166mLlYbTL4ik/CLR6OMPo9YReBqduMBXkgWwTQxNnqX9FbhlO9LOvjR0SSLrrm+4f9y9XD6oqWQ==', 'fingerprint': '8a:c9:06:4d:21:17:93:92:e3:c7:66:3d:9b:88:5a:dc', 'user_id': '13d3afc9222442049e15a22d1821074e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDL/LPT2iR+TNpjNGtNOwjtD7xYZ0RbxWY+i0tOeJ0aT14W0WqcNIfP\nBq3xIz0WZ1KgBwYFK4EEACKhZANiAARUcg1WDsss2KpbVx7M3azBoKTf8ttCcAM1\nxVzPuB0rv6nyFpiy9dmNeupi5WG0y+IpPwi0ejjD6PWEXganbjAV5IFsE0MTZ6l/\nRW4ZTvSzr40dEki665vuH/cvVw+qKlk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '63396420-7dfb-44a8-a10a-14d24926b6b9', 'name': 'tempest-securitygroup--218795825', 'stateful': True, 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'description': 'tempest-description--1218437734', 'shared': False, 'security_group_rules': [{'id': 'a168a0ba-67a9-445d-95be-5db0c810fa21', 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'security_group_id': '63396420-7dfb-44a8-a10a-14d24926b6b9', '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': 543, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:50:26Z', 'updated_at': '2023-07-23T18:50:26Z', 'revision_number': 0}, {'id': 'c54b19da-1963-44a7-9a04-467dcc6dbdd8', 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'security_group_id': '63396420-7dfb-44a8-a10a-14d24926b6b9', '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': 544, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:50:26Z', 'updated_at': '2023-07-23T18:50:26Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:50:26Z', 'updated_at': '2023-07-23T18:50:26Z', 'revision_number': 1, 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9'}, 'floating_ip': {'id': '2c70a7d8-5768-4b94-a3f4-4c51e64ca21b', 'tenant_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'floating_ip_address': '172.24.4.163', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd81731c2b324088ba1d5c5f4f2b8da9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:50:28Z', 'updated_at': '2023-07-23T18:50:28Z', 'revision_number': 0, 'ip': '172.24.4.163'}} 2023-07-23 18:50:29,894 79346 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.035s 2023-07-23 18:50:29,894 79346 DEBUG [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-1864729191", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "46044ccf-3be9-41a3-b3bb-a56929b0f707"}, {"port": "3a87e0d2-ade1-47c8-9fbb-3e9c256a9e01", "tag": "port-1"}, {"port": "152a88dd-53a7-4e13-9182-2f2b11109ff4", "tag": "port-2"}, {"uuid": "42c069f2-4ae6-4963-ab89-a83a35250778", "tag": "net-1"}, {"uuid": "42c069f2-4ae6-4963-ab89-a83a35250778"}, {"uuid": "7c89d472-6074-4484-bc18-cf7f66c927fa", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "7c89d472-6074-4484-bc18-cf7f66c927fa", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "e3fb3b97-bd90-4fd4-bc87-21a0f6e43991", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "c1f7ad4c-e68b-4930-b07b-68516f44f943", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "d113b8e1-4b5a-4401-81d8-947bec748ade", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--218795825"}], "key_name": "tempest-keypair-1040615132", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:29 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-d80207ec-ee14-433b-871a-3bb4211a0310', 'x-compute-request-id': 'req-d80207ec-ee14-433b-871a-3bb4211a0310', '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-23 18:50:29,930 79346 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-1040615132 0.032s 2023-07-23 18:50:29,931 79346 DEBUG [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': 'Sun, 23 Jul 2023 18:50:29 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-d3b84e16-8a1e-4a95-acaa-192d811c7a81', 'x-compute-request-id': 'req-d3b84e16-8a1e-4a95-acaa-192d811c7a81', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1040615132'} Body: b'' 2023-07-23 18:50:30,553 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/63396420-7dfb-44a8-a10a-14d24926b6b9 0.622s 2023-07-23 18:50:30,554 79346 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-dd1c6743-031e-4124-8489-d19448bed304', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:50:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/63396420-7dfb-44a8-a10a-14d24926b6b9'} Body: b'' 2023-07-23 18:50:30,582 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210: 9696/networking/v2.0/security-groups/63396420-7dfb-44a8-a10a-14d24926b6b9 0.027s 2023-07-23 18:50:30,582 79346 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-4edd34be-8141-42b8-a25f-0c4649210e23', 'date': 'Sun, 23 Jul 2023 18:50:30 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/63396420-7dfb-44a8-a10a-14d24926b6b9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 63396420-7dfb-44a8-a10a-14d24926b6b9 does not exist", "detail": ""}}' 2023-07-23 18:50:32,036 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2c70a7d8-5768-4b94-a3f4-4c51e64ca21b 1.453s 2023-07-23 18:50:32,036 79346 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-34a7fbdc-1c19-4278-9183-b030b896b883', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:50:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2c70a7d8-5768-4b94-a3f4-4c51e64ca21b'} Body: b'' 2023-07-23 18:50:33,132 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/152a88dd-53a7-4e13-9182-2f2b11109ff4 1.095s 2023-07-23 18:50:33,133 79346 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-b80ef8d8-4ca8-4093-83ab-b7717f59d06b', 'date': 'Sun, 23 Jul 2023 18:50:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/152a88dd-53a7-4e13-9182-2f2b11109ff4'} Body: b'' 2023-07-23 18:50:34,373 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/3a87e0d2-ade1-47c8-9fbb-3e9c256a9e01 1.240s 2023-07-23 18:50:34,374 79346 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-91728c95-f40b-4f59-a8d5-6de2e24bfc97', 'date': 'Sun, 23 Jul 2023 18:50:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/3a87e0d2-ade1-47c8-9fbb-3e9c256a9e01'} Body: b'' 2023-07-23 18:50:34,823 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/32ea14c8-217f-4b12-86d3-70b31eefd388 0.449s 2023-07-23 18:50:34,824 79346 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-f6cacbcd-cd9f-4a28-8ba1-e510d95aeb60', 'date': 'Sun, 23 Jul 2023 18:50:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/32ea14c8-217f-4b12-86d3-70b31eefd388'} Body: b'' 2023-07-23 18:50:35,420 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/0657f8e6-e2ec-453b-8c0d-e40855bafcff 0.596s 2023-07-23 18:50:35,421 79346 DEBUG [tem pest.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-c638d4c7-67eb-48bf-9254-b4b114e3fa05', 'date': 'Sun, 23 Jul 2023 18:50:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/0657f8e6-e2ec-453b-8c0d-e40855bafcff'} Body: b'' 2023-07-23 18:50:36,947 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/7c89d472-6074-4484-bc18-cf7f66c927fa 1.525s 2023-07-23 18:50:36,947 79346 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-d0b82154-094e-4076-bd62-d043a3cfe0da', 'date': 'Sun, 23 Jul 2023 18:50:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/7c89d472-6074-4484-bc18-cf7f66c927fa'} Body: b'' 2023-07-23 18:50:38,976 79346 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/42c069f2-4ae6-4963-ab89-a83a35250778 2.028s 2023-07-23 18:50:38,977 79346 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-557e7bc4-5640-4c27-a57e-c071271ef5a4', 'date': 'Sun, 23 Jul 2023 18:50:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/42c069f2-4ae6-4963-ab89-a83a35250778'} Body: b'' 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-23 18:50:39,241 79369 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.116s 2023-07-23 18:50:39,242 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:39 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-3cb55683-ff26-4f82-9ef3-e2b9ff92a6a0', '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": "bef039c16ab04bb2b83934a1bf3d29d6", "name": "tempest-ServerBootFromVolumeStableRescueTest-1087799276-project-member", "password_expires_at": null}, "audit_ids": ["xk1ZROilQ5yKcaVGGEip_w"], "expires_at": "2023-07-23T19:50:39.000000Z", "issued_at": "2023-07-23T18:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b09eb0a1f7e843b6ac111d0bbc5152c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-1087799276"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:39,243 79369 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '1a608442-6937-441e-8879-7aba7584e041', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-673231704-network', 'tenant_id': 'b09eb0a1f7e843b6ac111d0bbc5152c8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'b09eb0a1f7e843b6ac111d0bbc5152c8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17564, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:29Z', 'updated_at': '2023-07-23T18:50:29Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:39,651 79369 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.407s 2023-07-23 18:50:39,652 79369 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-824325365", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "1a608442-6937-441e-8879-7aba7584e041"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:39 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-6097a0b9-39fd-4cdf-a0b9-1bc1316a9817', 'x-compute-request-id': 'req-6097a0b9-39fd-4cdf-a0b9-1bc1316a9817', '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-23 18:50:39,798 79369 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.137s 2023-07-23 18:50:39,799 79369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:39 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-671cb4f1-e27a-48d6-8939-3fc5c4767bd2', '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": "bef039c16ab04bb2b83934a1bf3d29d6", "name": "tempest-ServerBootFromVolumeStableRescueTest-1087799276-project-member", "password_expires_at": null}, "audit_ids": ["qAPt_7vpR_qQt4Tl-MQ5UQ"], "expires_at": "2023-07-23T19:50:39.000000Z", "issued_at": "2023-07-23T18:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b09eb0a1f7e843b6ac111d0bbc5152c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-1087799276"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b09eb0a1f7e843b6ac111d0bbc5152c8", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:39,799 79369 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '1a608442-6937-441e-8879-7aba7584e041', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-673231704-network', 'tenant_id': 'b09eb0a1f7e843b6ac111d0bbc5152c8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'b09eb0a1f7e843b6ac111d0bbc5152c8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17564, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:29Z', 'updated_at': '2023-07-23T18:50:29Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:39,828 79369 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.028s 2023-07-23 18:50:39,828 79369 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-1796259754", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "1a608442-6937-441e-8879-7aba7584e041"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:39 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-fe77d439-c5fb-4188-acd5-89bb077e6c3f', 'x-compute-request-id': 'req-fe77d439-c5fb-4188-acd5-89bb077e6c3f', '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_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-23 18:50:52,819 79352 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.159s 2023-07-23 18:50:52,819 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2807', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9c5ce319-aaf2-4f8e-8584-58ecd6b1152f', '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": "8b6091f613c04655885c331202328fa0", "name": "tempest-VolumesActionsTest-106829727-project-member", "password_expires_at": null}, "audit_ids": ["gokct5EIRjO5wI5wuKI9dA"], "expires_at": "2023-07-23T19:50:52.000000Z", "issued_at": "2023-07-23T18:50:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0895634d51d48ec97a2f2b2170331d1", "name": "tempest-VolumesActionsTest-106829727"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:52,820 79352 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': 'adb5b595-4a91-4767-9782-405906bfa010', 'name': 'tempest-VolumesActionsTest-1205205428-network', 'tenant_id': 'a0895634d51d48ec97a2f2b2170331d1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0895634d51d48ec97a2f2b2170331d1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2514, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:32Z', 'updated_at': '2023-07-23T18:50:33Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:52,859 79352 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.037s 2023-07-23 18:50:52,859 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1806691268", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "adb5b595-4a91-4767-9782-405906bfa010"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:52 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-0daf5a88-0986-49d5-a49c-7d97edabb7ca', 'x-compute-request-id': 'req-0daf5a88-0986-49d5-a49c-7d97edabb7ca', '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-23 18:50:52,918 79352 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.045s 2023-07-23 18:50:52,918 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2807', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-038cb595-157b-470d-9f3b-b8d0e6c5e3fa', '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": "8b6091f613c04655885c331202328fa0", "name": "tempest-VolumesActionsTest-106829727-project-member", "password_expires_at": null}, "audit_ids": ["m5DCk3EyRmeos67Kl4eGdQ"], "expires_at": "2023-07-23T19:50:52.000000Z", "issued_at": "2023-07-23T18:50:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0895634d51d48ec97a2f2b2170331d1", "name": "tempest-VolumesActionsTest-106829727"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0895634d51d48ec97a2f2b2170331d1", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:50:52,919 79352 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': 'adb5b595-4a91-4767-9782-405906bfa010', 'name': 'tempest-VolumesActionsTest-1205205428-network', 'tenant_id': 'a0895634d51d48ec97a2f2b2170331d1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0895634d51d48ec97a2f2b2170331d1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type ': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2514, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:32Z', 'updated_at': '2023-07-23T18:50:33Z', 'revision_number': 1} available for tenant 2023-07-23 18:50:52,948 79352 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-23 18:50:52,948 79352 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-517878360", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "adb5b595-4a91-4767-9782-405906bfa010"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:52 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-2a5de41b-68f6-4ca3-bbd5-ad4da3a6901a', 'x-compute-request-id': 'req-2a5de41b-68f6-4ca3-bbd5-ad4da3a6901a', '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_v242) ------------------------------------------------------------------------------------------ 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 e3fb3b97-bd90-4fd4-bc87-21a0f6e43991 failed to delete and is in error_deleting status, ) 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-23 18:50:48,235 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes 1.010s 2023-07-23 18:50:48,235 79362 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-1733323466", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca39a05e-6b0f-4680-9c8f-5f16eae618a4', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca39a05e-6b0f-4680-9c8f-5f16eae618a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.140702", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:50:48,312 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.059s 2023-07-23 18:50:48,312 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc0f16d-4830-42f8-892a-2298f5b4b637', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc0f16d-4830-42f8-892a-2298f5b4b637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:49,428 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.102s 2023-07-23 18:50:49,428 79362 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64308d8c-c0c9-435f-8fd8-c76705113bcd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64308d8c-c0c9-435f-8fd8-c76705113bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:50,517 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.077s 2023-07-23 18:50:50,518 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4897bb2e-25b3-4375-8371-f126269d25d5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4897bb2e-25b3-4375-8371-f126269d25d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:51,576 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.046s 2023-07-23 18:50:51,576 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:51 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9735a3c5-fb51-41d5-9e67-f9a3f5eb7fd7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9735a3c5-fb51-41d5-9e67-f9a3f5eb7fd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:52,640 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.042s 2023-07-23 18:50:52,640 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18604b79-ba78-4463-aeae-dba670ec6315', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18604b79-ba78-4463-aeae-dba670ec6315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:53,773 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.121s 2023-07-23 18:50:53,774 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0defac2-62f2-46ce-9e70-842641500949', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-a0defac2-62f2-46ce-9e70-842641500949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:54,854 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.058s 2023-07-23 18:50:54,855 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ecacee6-5396-40f8-8543-4859d8968863', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ecacee6-5396-40f8-8543-4859d8968863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Body: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:55,916 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2 0.042s 2023-07-23 18:50:55,917 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e818dc-5e03-4396-b683-c809ed18c576', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e818dc-5e03-4396-b683-c809ed18c576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2'} Bod y: b'{"volume": {"id": "da583819-f8a2-4291-903e-0057149117b2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:48.000000", "updated_at": "2023-07-23T18:50:56.000000", "name": "tempest-TaggedBootDevicesTest-volume-1733323466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/da583819-f8a2-4291-903e-0057149117b2"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "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.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "image_id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:55,928 79362 INFO [tempest.common.waiters] volume da583819-f8a2-4291-903e-0057149117b2 reached available after waiting for 7.928926 seconds 2023-07-23 18:50:56,182 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes 0.253s 2023-07-23 18:50:56,182 79362 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-1018781666"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5c64c1-f7e3-4c05-a040-0f4b2a53fea5', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d5c64c1-f7e3-4c05-a040-0f4b2a53fea5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes'} Body: b'{"volume": {"id": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:56.091047", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1018781666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:50:56,267 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549 0.067s 2023-07-23 18:50:56,267 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fe8e3f-1e2d-4ffb-9ac9-162ac4b6484b', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fe8e3f-1e2d-4ffb-9ac9-162ac4b6484b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549'} Body: b'{"volume": {"id": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:56.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1018781666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:57,363 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549 0.079s 2023-07-23 18:50:57,363 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a7f015-3122-4234-a25c-7baf829dcf01', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a7f015-3122-4234-a25c-7baf829dcf01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549'} Body: b'{"volume": {"id": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:56.000000", "updated_at": "2023-07-23T18:50:56.000000", "name": "tempest-TaggedBootDevicesTest-volume-1018781666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:58,432 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549 0.054s 2023-07-23 18:50:58,432 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f117461-3bc2-4662-81e3-5eb0453b0f6f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f117461-3bc2-4662-81e3-5eb0453b0f6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c- f293447e0549'} Body: b'{"volume": {"id": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:56.000000", "updated_at": "2023-07-23T18:50:56.000000", "name": "tempest-TaggedBootDevicesTest-volume-1018781666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:59,491 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549 0.047s 2023-07-23 18:50:59,491 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dae3ef2-815d-4db9-8cd1-bbacfa4e1c5d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dae3ef2-815d-4db9-8cd1-bbacfa4e1c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549'} Body: b'{"volume": {"id": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:56.000000", "updated_at": "2023-07-23T18:50:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1018781666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/66c1f9f3-db3d-414c-9c9c-f293447e0549"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:50:59,510 79362 INFO [tempest.common.waiters] volume 66c1f9f3-db3d-414c-9c9c-f293447e0549 reached available after waiting for 3.510603 seconds 2023-07-23 18:50:59,912 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes 0.400s 2023-07-23 18:50:59,913 79362 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-304935910"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a968a5a8-5f48-4f81-9244-0bb391984a62', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a968a5a8-5f48-4f81-9244-0bb391984a62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes'} Body: b'{"volume": {"id": "76ad209f-a61a-4c c7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:50:59.807496", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:51:00,020 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.091s 2023-07-23 18:51:00,021 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f61863f-ef06-433f-93e0-14122301e0ff', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f61863f-ef06-433f-93e0-14122301e0ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:01,098 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.058s 2023-07-23 18:51:01,099 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e11022cf-a56b-4025-a2e7-d1625efee752', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e11022cf-a56b-4025-a2e7-d1625efee752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": "2023-07-23T18:51:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:02,158 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.044s 2023-07-23 18:51:02,439 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1ae67cd-e843-4f74-bd35-51a9c8f0c8c3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1ae67cd-e843-4f74-bd35-51a9c8f0c8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": "2023-07-23T18:51:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:03,521 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.067s 2023-07-23 18:51:03,521 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7aff428-447c-49bb-bd42-ffae4a458abc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7aff428-447c-49bb-bd42-ffae4a458abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": "2023-07-23T18:51:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8 f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:04,590 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.048s 2023-07-23 18:51:04,590 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f30f619-fc58-45c1-a825-91c101536e79', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f30f619-fc58-45c1-a825-91c101536e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": "2023-07-23T18:51:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:05,706 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4 0.103s 2023-07-23 18:51:05,707 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ede55be9-6f4d-4aca-a7e6-8097184c2bfd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ede55be9-6f4d-4aca-a7e6-8097184c2bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4'} Body: b'{"volume": {"id": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.000000", "updated_at": "2023-07-23T18:51:06.000000", "name": "tempest-TaggedBootDevicesTest-volume-304935910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0271d8fa51144fb19fd5b8ea7e3bd0a6/volumes/76ad209f-a61a-4cc7-8f07-5d539795bce4"}], "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0 271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:05,730 79362 INFO [tempest.common.waiters] volume 76ad209f-a61a-4cc7-8f07-5d539795bce4 reached available after waiting for 5.730677 seconds 2023-07-23 18:51:06,940 79362 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.208s 2023-07-23 18:51:06,940 79362 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-1930819623"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-95d3cd4c-c55e-4b6a-9db5-a9756232d68a', 'date': 'Sun, 23 Jul 2023 18:51:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"7d57a135-f2bd-40e1-85dd-8ba7ed258186","name":"tempest-device-tagging-net1-1930819623","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","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-23T18:51:05Z","updated_at":"2023-07-23T18:51:05Z","revision_number":1}}' 2023-07-23 18:51:08,080 79362 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.139s 2023-07-23 18:51:08,080 79362 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-1269599756"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3b62ba6d-ba26-4fc1-b87c-7676be8dcb0d', 'date': 'Sun, 23 Jul 2023 18:51:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f","name":"tempest-device-tagging-net2-1269599756","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","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-23T18:51:07Z","updated_at":"2023-07-23T18:51:07Z","revision_number":1}}' 2023-07-23 18:51:10,046 79362 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.965s 2023-07-23 18:51:10,046 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "7d57a135-f2bd-40e1-85dd-8ba7ed258186", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-71f00aaf-f98a-4010-ae8d-ef2fd70cf1e8', 'date': 'Sun, 23 Jul 2023 18:51:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"80f7cb04-aaae-4f05-a6fa-7afba4da4871","name":"","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","network_id":"7d57a135-f2bd-40e1-85dd-8ba7ed258186","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-23T18:51:08Z","updated_at":"2023-07-23T18:51:08Z","revision_number":0,"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:12,073 79362 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.026s 2023-07-23 18:51:12,074 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-74d1e1e1-6653-42d5-83f2-39630bd198fc', 'date': 'Sun, 23 Jul 2023 18:51:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"fc02c0ff-cb5b-4925-aec3-42955698f1b4","name":"","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","network_id":"0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f","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-23T18:51:10Z","updated_at":"2023-07-23T18:51:10Z","revision_number":0,"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:13,412 79362 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.337s 2023-07-23 18:51:13,412 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "7d57a135-f2bd-40e1-85dd-8ba7ed258186", "name": "tempest-TaggedBootDevicesTest-1347170510", "fixed_ips": [{"subnet_id": "80f7cb04-aaae-4f05-a6fa-7afba4da4871"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-a33fd9d6-a510-4b75-9a9e-f85920d5f27e', 'date': 'Sun, 23 Jul 2023 18:51:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"80877907-9f81-4bc2-9c2c-18cb2dd05710","name":"tempest-TaggedBootDevicesTest-1347170510","network_id":"7d57a135-f2bd-40e1-85dd-8ba7ed258186","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","mac_address":"fa:16:3e:56:73:d5","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"80f7cb04-aaae-4f05-a6fa-7afba4da4871","ip_address":"10.1.1.216"}],"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","port_security_enabled":true,"security_groups":["6e482eb7-d0cd-464f-939b-0aaeb25d3db0"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-23T18:51:12Z","updated_at":"2023-07-23T18:51:12Z","revision_number":1}}' 2023-07-23 18:51:14,351 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.938s 2023-07-23 18:51:14,352 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "7d57a135-f2bd-40e1-85dd-8ba7ed258186", "name": "tempest-TaggedBootDevicesTest-1708918772", "fixed_ips": [{"subnet_id": "80f7cb04-aaae-4f05-a6fa-7afba4da4871"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-701bcf51-781b-43b6-ab9e-9eba8360e2b1', 'date': 'Sun, 23 Jul 2023 18:51:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"2bd53245-bf29-43d8-8595-0ea6a60e4fb1","name":"tempest-TaggedBootDevicesTest-1708918772","network_id":"7d57a135-f2bd-40e1-85dd-8ba7ed258186","tenant_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","mac_address":"fa:16:3e:33:05:c5","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"80f7cb04-aaae-4f05-a6fa-7afba4da4871","ip_address":"10.1.1.87"}],"project_id":"0271d8fa51144fb19fd5b8ea7e3bd0a6","port_security_enabled":true,"security_groups":["6e482eb7-d0cd-464f-939b-0aaeb25d3db0"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-23T18:51:13Z","updated_at":"2023-07-23T18:51:13Z","revision_number":1}}' 2023-07-23 18:51:14,352 79362 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:14,353 79362 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:14,443 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.087s 2023-07-23 18:51:14,444 79362 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-9843370", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSFFW8h5lP0HIpbpCmZGtu87kZCH60DR5WcW/fEezaVuaiwAYQo3GTmczLarqTG9KvMAJbFEoKxepYrVvrflVzJFGj6mUPxs9TCZNrdLrUKvn3QPVvCPO0zRxzZPNJFpw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', '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-e91caa5c-d8b4-4c32-bd0c-d2f967772733', 'x-compute-request-id': 'req-e91caa5c-d8b4-4c32-bd0c-d2f967772733', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-9843370", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSFFW8h5lP0HIpbpCmZGtu87kZCH60DR5WcW/fEezaVuaiwAYQo3GTmczLarqTG9KvMAJbFEoKxepYrVvrflVzJFGj6mUPxs9TCZNrdLrUKvn3QPVvCPO0zRxzZPNJFpw==", "fingerprint": "36:cf:88:0b:79:1c:1f:c3:26:c0:49:34:92:0b:7f:ba", "user_id": "6aa29ce7b0cb4f97ad06e3a21d4647af"}}' 2023-07-23 18:51:14,448 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-9843370 created 2023-07-23 18:51:14,690 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.241s 2023-07-23 18:51:14,691 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1496489334", "description": "tempest-description--613673494"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-8a6d7110-4dfa-46c8-af6a-a8a7d29ef37b', 'date': 'Sun, 23 Jul 2023 18:51:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f71bde4a-489c-4ea1-8da9-9c155989c833", "name": "tempest-securitygroup--1496489334", "stateful": true, "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "description": "tempest-description--613673494", "shared": false, "security_group_rules": [{"id": "16e71c60-b23b-4e66-b4f 0-0475e1a43b59", "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "security_group_id": "f71bde4a-489c-4ea1-8da9-9c155989c833", "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": 737, "description": null, "tags": [], "created_at": "2023-07-23T18:51:14Z", "updated_at": "2023-07-23T18:51:14Z", "revision_number": 0}, {"id": "af12574f-4e74-446e-bc24-2227ffbf1484", "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "security_group_id": "f71bde4a-489c-4ea1-8da9-9c155989c833", "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": 738, "description": null, "tags": [], "created_at": "2023-07-23T18:51:14Z", "updated_at": "2023-07-23T18:51:14Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:14Z", "updated_at": "2023-07-23T18:51:14Z", "revision_number": 1, "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6"}}' 2023-07-23 18:51:15,067 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.375s 2023-07-23 18:51:15,067 79362 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": "f71bde4a-489c-4ea1-8da9-9c155989c833", "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-1726dd12-b162-419a-9b59-8f6009ddca70', 'date': 'Sun, 23 Jul 2023 18:51: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": "5123c98b-3ca7-4c51-90fe-1b61cd6b919b", "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "security_group_id": "f71bde4a-489c-4ea1-8da9-9c155989c833", "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-23T18:51:14Z", "updated_at": "2023-07-23T18:51:14Z", "revision_number": 0}}' 2023-07-23 18:51:15,292 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.224s 2023-07-23 18:51:15,292 79362 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": "f71bde4a-489c-4ea1-8da9-9c155989c833", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f709fdea-22f1-47fd-b900-4a4a9e78faeb', 'date': 'Sun, 23 Jul 2023 18:51: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": "543d0267-0f0c-45ec-9392-844152f193b0", "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "security_group_id": "f71bde4a-489c-4ea1-8da9-9c155989c833", "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": nul l, "remote_group_id": null, "description": "", "created_at": "2023-07-23T18:51:15Z", "updated_at": "2023-07-23T18:51:15Z", "revision_number": 0}}' 2023-07-23 18:51:15,293 79362 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1496489334 created 2023-07-23 18:51:18,870 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.576s 2023-07-23 18:51:18,873 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f06cf4f6-67d5-42d2-ad57-2da6f8c0566d', 'date': 'Sun, 23 Jul 2023 18:51:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c9873077-d538-4f7f-a069-de7c1bcad665", "tenant_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "floating_ip_address": "172.24.4.173", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:51:17Z", "updated_at": "2023-07-23T18:51:17Z", "revision_number": 0}}' 2023-07-23 18:51:18,873 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c9873077-d538-4f7f-a069-de7c1bcad665', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'floating_ip_address': '172.24.4.173', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:17Z', 'updated_at': '2023-07-23T18:51:17Z', 'revision_number': 0, 'ip': '172.24.4.173'} created 2023-07-23 18:51:19,733 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.852s 2023-07-23 18:51:19,735 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:18 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-3928d6d8-50df-4a6d-86a3-a432f3ffaf0f', '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": "6aa29ce7b0cb4f97ad06e3a21d4647af", "name": "tempest-TaggedBootDevicesTest-1703947197-project-member", "password_expires_at": null}, "audit_ids": ["RLa-k_C2S4uWnLdRZjsJOA"], "expires_at": "2023-07-23T19:51:19.000000Z", "issued_at": "2023-07-23T18:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "name": "tempest-TaggedBootDevicesTest-1703947197"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "inter face": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:19,736 79362 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'f2f7b884-d2b2-493f-bb99-c359f2c02d5b', 'name': 'tempest-TaggedBootDevicesTest-623570439-network', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 25312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:20Z', 'updated_at': '2023-07-23T18:50:20Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:19,902 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.156s 2023-07-23 18:51:19,911 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 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-392a2d1a-dbfe-4b42-aa16-309e23c1740a', '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": "6aa29ce7b0cb4f97ad06e3a21d4647af", "name": "tempest-TaggedBootDevicesTest-1703947197-project-member", "password_expires_at": null}, "audit_ids": ["7XUz3Hq6Q8KjnAj7IsSleQ"], "expires_at": "2023-07-23T19:51:19.000000Z", "issued_at": "2023-07-23T18:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0271d8fa51144fb19fd5b8ea7e3bd0a6", "name": "tempest-TaggedBootDevicesTest-1703947197"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e335 59a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0271d8fa51144fb19fd5b8ea7e3bd0a6", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:19,911 79362 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'f2f7b884-d2b2-493f-bb99-c359f2c02d5b', 'name': 'tempest-TaggedBootDevicesTest-623570439-network', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 25312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:20Z', 'updated_at': '2023-07-23T18:50:20Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:19,912 79362 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-9843370', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSFFW8h5lP0HIpbpCmZGtu87kZCH60DR5WcW/fEezaVuaiwAYQo3GTmczLarqTG9KvMAJbFEoKxepYrVvrflVzJFGj6mUPxs9TCZNrdLrUKvn3QPVvCPO0zRxzZPNJFpw==', 'fingerprint': '36:cf:88:0b:79:1c:1f:c3:26:c0:49:34:92:0b:7f:ba', 'user_id': '6aa29ce7b0cb4f97ad06e3a21d4647af', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBchQaUBk+YtQXMN+Ex38ggd6ECTVyxQ0mkTV0QZvUEWaE3sAamzB7w\nQ55n4ZT/KmWgBwYFK4EEACKhZANiAAQ0hRVvIeZT9ByKW6QpmRrbvO5GQh+tA0eV\nnFv3xHs2lbmosAGEKNxk5nMy2q6kxvSrzACWxRKCsXqWK1b635VcyRRo+plD8bPU\nwmTa3S61Cr590D1bwjztM0cc2TzSRac=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f71bde4a-489c-4ea1-8da9-9c155989c833', 'name': 'tempest-securitygroup--1496489334', 'stateful': True, 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'description': 'tempest- description--613673494', 'shared': False, 'security_group_rules': [{'id': '16e71c60-b23b-4e66-b4f0-0475e1a43b59', 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'security_group_id': 'f71bde4a-489c-4ea1-8da9-9c155989c833', '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': 737, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:14Z', 'updated_at': '2023-07-23T18:51:14Z', 'revision_number': 0}, {'id': 'af12574f-4e74-446e-bc24-2227ffbf1484', 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'security_group_id': 'f71bde4a-489c-4ea1-8da9-9c155989c833', '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': 738, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:14Z', 'updated_at': '2023-07-23T18:51:14Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:51:14Z', 'updated_at': '2023-07-23T18:51:14Z', 'revision_number': 1, 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6'}, 'floating_ip': {'id': 'c9873077-d538-4f7f-a069-de7c1bcad665', 'tenant_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'floating_ip_address': '172.24.4.173', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0271d8fa51144fb19fd5b8ea7e3bd0a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:17Z', 'updated_at': '2023-07-23T18:51:17Z', 'revision_number': 0, 'ip': '172.24.4.173'}} 2023-07-23 18:51:20,015 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.098s 2023-07-23 18:51:20,018 79362 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-586967340", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "f2f7b884-d2b2-493f-bb99-c359f2c02d5b"}, {"port": "80877907-9f81-4bc2-9c2c-18cb2dd05710", "tag": "port-1"}, {"port": "2bd53245-bf29-43d8-8595-0ea6a60e4fb1", "tag": "port-2"}, {"uuid": "7d57a135-f2bd-40e1-85dd-8ba7ed258186", "tag": "net-1"}, {"uuid": "7d57a135-f2bd-40e1-85dd-8ba7ed258186"}, {"uuid": "0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "da583819-f8a2-4291-903e-0057149117b2", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "66c1f9f3-db3d-414c-9c9c-f293447e0549", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "76ad209f-a61a-4cc7-8f07-5d539795bce4", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1496489334"}], "key_name": "tempest-keypair-9843370", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 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-936a8776-2ba3-47ce-bd3f-3e1e0102 0387', 'x-compute-request-id': 'req-936a8776-2ba3-47ce-bd3f-3e1e01020387', '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-23 18:51:20,202 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-9843370 0.179s 2023-07-23 18:51:20,211 79362 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': 'Sun, 23 Jul 2023 18:51:20 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-f1d9fba3-d6ee-44f6-8388-b6abea022dfa', 'x-compute-request-id': 'req-f1d9fba3-d6ee-44f6-8388-b6abea022dfa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-9843370'} Body: b'' 2023-07-23 18:51:21,061 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f71bde4a-489c-4ea1-8da9-9c155989c833 0.849s 2023-07-23 18:51:21,061 79362 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-c4a9c4cf-775a-4809-aec5-8a48cfdbeb81', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f71bde4a-489c-4ea1-8da9-9c155989c833'} Body: b'' 2023-07-23 18:51:21,099 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f71bde4a-489c-4ea1-8da9-9c155989c833 0.037s 2023-07-23 18:51:21,115 79362 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-ac81b47f-a39b-4191-9009-b0956c1d49ea', 'date': 'Sun, 23 Jul 2023 18:51:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f71bde4a-489c-4ea1-8da9-9c155989c833'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f71bde4a-489c-4ea1-8da9-9c155989c833 does not exist", "detail": ""}}' 2023-07-23 18:51:22,194 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c9873077-d538-4f7f-a069-de7c1bcad665 1.079s 2023-07-23 18:51:22,195 79362 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-db9f827c-a0a1-4684-a20d-93439d4509e1', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c9873077-d538-4f7f-a069-de7c1bcad665'} Body: b'' 2023-07-23 18:51:23,180 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/2bd53245-bf29-43d8-8595-0ea6a60e4fb1 0.985s 2023-07-23 18:51:23,181 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-ec9689a0-4229-482f-ab82-ddfa8e7a326d', 'date': 'Sun, 23 Jul 2023 18:51:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/2bd53245-bf29-43d8-8595-0ea6a60e4fb1'} Body: b'' 2023-07-23 18:51:24,735 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/80877907-9f81-4bc2-9c2c-18cb2dd05710 1.553s 2023-07-23 18:51:24,735 79362 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-0bc35996-7838-4c12-a2f0-a39470e15678', 'date': 'Sun, 23 Jul 2023 18:51:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/80877907-9f81-4bc2-9c2c-18cb2dd05710'} Body: b'' 2023-07-23 18:51:25,814 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/fc02c0ff-cb5b-4925-aec3-42955698f1b4 1.078s 2023-07-23 18:51:25,814 79362 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-72381e73-c471-4568-bf54-689bd32a5f65', 'date': 'Sun, 23 Jul 2023 18:51:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/fc02c0ff-cb5b-4925-aec3-42955698f1b4'} Body: b'' 2023-07-23 18:51:26,088 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/80f7cb04-aaae-4f05-a6fa-7afba4da4871 0.272s 2023-07-23 18:51:26,088 79362 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-b941a570-8b26-4a52-83db-10eca2b65d22', 'date': 'Sun, 23 Jul 2023 18:51:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/80f7cb04-aaae-4f05-a6fa-7afba4da4871'} Body: b'' 2023-07-23 18:51:27,013 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f 0.925s 2023-07-23 18:51:27,014 79362 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-82c01a4a-6aee-440f-8f44-388576b890bc', 'date': 'Sun, 23 Jul 2023 18:51:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/0e8e9aa3-e30f-4ab2-b25f-04d8d9c80b1f'} Body: b'' 2023-07-23 18:51:28,360 79362 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/7d57a135-f2bd-40e1-85dd-8ba7ed258186 1.345s 2023-07-23 18:51:28,360 79362 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-c59e9d48-0c55-456e-bfa8-d208cb3405ac', 'date': 'Sun, 23 Jul 2023 18:51:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2 .0/networks/7d57a135-f2bd-40e1-85dd-8ba7ed258186'} Body: b'' 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-23 18:51:23,519 79346 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:23,520 79346 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:23,861 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.337s 2023-07-23 18:51:23,861 79346 DEBUG [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-2014094142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFrIHoX9RkcCM4z6vLaMCGgccVbwBaX37Cv/NQTP8eicNuAP3rojt6Se/vMwQkqjPTd5Re3y80jnHrHODmSAVgZ2TjLZhcIgwA+7f6rasA4l5OMDloPOaJc9g/hI6Kx46g=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:23 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-a3b37cfc-0dea-4eb0-ad26-7e6da14123dc', 'x-compute-request-id': 'req-a3b37cfc-0dea-4eb0-ad26-7e6da14123dc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2014094142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFrIHoX9RkcCM4z6vLaMCGgccVbwBaX37Cv/NQTP8eicNuAP3rojt6Se/vMwQkqjPTd5Re3y80jnHrHODmSAVgZ2TjLZhcIgwA+7f6rasA4l5OMDloPOaJc9g/hI6Kx46g==", "fingerprint": "83:f2:38:04:57:2e:26:b7:c7:3d:81:68:64:ac:27:6f", "user_id": "da63a920647e465abc97c2ec75045b4b"}}' 2023-07-23 18:51:23,864 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2014094142 created 2023-07-23 18:51:24,096 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.231s 2023-07-23 18:51:24,097 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1982529692", "description": "tempest-description--502434847"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7e9acb38-acd9-47ac-a563-69d7eb6899d2', 'date': 'Sun, 23 Jul 2023 18:51:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f2fa4746-caf5-452c-a255-c3e39757f060", "name": "tempest-securitygroup--1982529692", "stateful": true, "tenant_id": "f21646fd174648c1aa098d57dbd71327", "description": "tempest-description--502434847", "shared": false, "security_group_rules": [{"id": "53fd68e5-5b03-424b-9ce5-23590b6b8771", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "f2fa4746-caf5-452c-a255-c3e39757f060", "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": 753, "description": null, "tags": [], "created_at": "2023-07-23T18:51:23Z", "updated_at": "2023-07-23T18:51:23Z", "revision_number": 0}, {"id": "c044a522-9dd3-4c9b-a6b3-853d6144a6cc", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "f2fa4746-caf5-452c-a255-c3e39757f060", "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": 754, "description": null, "tags": [], "created_at": "2023-07-23T18:51:23Z", "updated_at": "2023-07-23T18:51:23Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:23Z", "updated_at": "2023-07-23T18:51:23Z", "revision_number": 1, "project_id": "f21646fd174648c1aa098d57dbd71327"}}' 2023-07-23 18:51:24,438 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.340s 2023-07-23 18:51:24,439 79346 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": "f2fa4746-caf5-452c-a255-c3e39757f060", "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-70720ae9-c96e-437b-b77a-908d04f9114c', 'date': 'Sun, 23 Jul 2023 18:51:24 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": "182acd94-dd75-43b9-93e5-2d371c34f194", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "f2fa4746-caf5-452c-a255-c3e39757f060", "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-23T18:51:24Z", "updated_at": "2023-07-23T18:51:24Z", "revision_number": 0}}' 2023-07-23 18:51:25,043 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.603s 2023-07-23 18:51:25,043 79346 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": "f2fa4746-caf5-452c-a255-c3e39757f060", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-276a76ee-23cd-468a-b532-10f9f196d3e1', 'date': 'Sun, 23 Jul 2023 18:51:25 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": "b6821439-f84f-4588-8847-ed8767b55efe", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "f2fa4746-caf5-452c-a255-c3e39757f060", "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-23T18:51:24Z", "updated_at": "2023-07-23T18:51:24Z", "revision_number": 0}}' 2023-07-23 18:51:25,044 79346 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1982529692 created 2023-07-23 18:51:26,986 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.941s 2023-07-23 18:51:26,986 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'cont ent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-db31e28d-f72b-46a0-b78a-45059da45497', 'date': 'Sun, 23 Jul 2023 18:51:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5005cf69-11bc-4092-a908-1d0b6c06df6f", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "floating_ip_address": "172.24.4.118", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f21646fd174648c1aa098d57dbd71327", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:51:26Z", "updated_at": "2023-07-23T18:51:26Z", "revision_number": 0}}' 2023-07-23 18:51:26,987 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5005cf69-11bc-4092-a908-1d0b6c06df6f', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'floating_ip_address': '172.24.4.118', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:26Z', 'updated_at': '2023-07-23T18:51:26Z', 'revision_number': 0, 'ip': '172.24.4.118'} created 2023-07-23 18:51:27,102 79346 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.107s 2023-07-23 18:51:27,103 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7654efaf-2a38-4128-9f7c-cdf198c65f2a', '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": "da63a920647e465abc97c2ec75045b4b", "name": "tempest-AttachVolumeShelveTestJSON-476493952-project-member", "password_expires_at": null}, "audit_ids": ["S3-w_nh8TySE4tYgjhPCcg"], "expires_at": "2023-07-23T19:51:27.000000Z", "issued_at": "2023-07-23T18:51:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f21646fd174648c1aa098d57dbd71327", "name": "tempest-AttachVolumeShelveTestJSON-476493952"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:27,103 79346 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'dcd59f2f-3176-43da-8a46-96b978a031ff', 'name': 'tempest-AttachVolumeShelveTestJSON-769362280-network', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22036, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:51:10Z', 'updated_at': '2023-07-23T18:51:10Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:27,104 79346 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2014094142', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFrIHoX9RkcCM4z6vLaMCGgccVbwBaX37Cv/NQTP8eicNuAP3rojt6Se/vMwQkqjPTd5Re3y80jnHrHODmSAVgZ2TjLZhcIgwA+7f6rasA4l5OMDloPOaJc9g/hI6Kx46g==', 'fingerprint': '83:f2:38:04:57:2e:26:b7:c7:3d:81:68:64:ac:27:6f', 'user_id': 'da63a920647e465abc97c2ec75045b4b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBg4OQ8EGsZfprgwzw7tcOLey078LWUbRpiaZbPD7h/zHddFz2IGSxV\n2o6T6f9Gc1+gBwYFK4EEACKhZANiAARayB6F/UZHAjOM+ry2jAhoHHFW8AWl9+wr\n/zUEz/HonDbgD966I7eknv7zMEJKoz03eUXt8vNI5x6xzg5kgFYGdk4y2YXCIMAP\nu3+q2rAOJeTjA5aDzmiXPYP4SOiseOo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f2fa4746-caf5-452c-a255-c3e39757f060', 'name': 'tempest-securitygroup--1982529692', 'stateful': True, 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'description': 'tempest-description--502434847', 'shared': False, 'security_group_rules': [{'id': '53fd68e5-5b03-424b-9ce5-23590b6b8771', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'security_group_id': 'f2fa4746-caf5-452c-a255-c3e39757f060', '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': 753, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:23Z', 'updated_at': '2023-07-23T18:51:23Z', 'revision_number': 0}, {'id': 'c044a522-9dd3-4c9b-a6b3-853d6144a6cc', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'security_group_id': 'f2fa4746-caf5-452c-a255-c3e39757f060', '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': 754, 'description': None, 'tags': [], 'creat ed_at': '2023-07-23T18:51:23Z', 'updated_at': '2023-07-23T18:51:23Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:51:23Z', 'updated_at': '2023-07-23T18:51:23Z', 'revision_number': 1, 'project_id': 'f21646fd174648c1aa098d57dbd71327'}, 'floating_ip': {'id': '5005cf69-11bc-4092-a908-1d0b6c06df6f', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'floating_ip_address': '172.24.4.118', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:26Z', 'updated_at': '2023-07-23T18:51:26Z', 'revision_number': 0, 'ip': '172.24.4.118'}} 2023-07-23 18:51:27,140 79346 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.035s 2023-07-23 18:51:27,140 79346 DEBUG [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-873995517", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "dcd59f2f-3176-43da-8a46-96b978a031ff"}], "security_groups": [{"name": "tempest-securitygroup--1982529692"}], "key_name": "tempest-keypair-2014094142", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:27 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-a3a5e4fb-09dc-4f3d-aa4f-52dde1b4eac0', 'x-compute-request-id': 'req-a3a5e4fb-09dc-4f3d-aa4f-52dde1b4eac0', '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-23 18:51:27,189 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2014094142 0.045s 2023-07-23 18:51:27,189 79346 DEBUG [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': 'Sun, 23 Jul 2023 18:51:27 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-ba6634ca-a622-495e-bee2-1a6568de1695', 'x-compute-request-id': 'req-ba6634ca-a622-495e-bee2-1a6568de1695', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2014094142'} Body: b'' 2023-07-23 18:51:27,512 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f2fa4746-caf5-452c-a255-c3e39757f060 0.322s 2023-07-23 18:51:27,512 79346 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-ec6c4f4f-1be2-4bd1-85f3-1c33b1b34adf', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10 .0.0.210:9696/networking/v2.0/security-groups/f2fa4746-caf5-452c-a255-c3e39757f060'} Body: b'' 2023-07-23 18:51:27,552 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f2fa4746-caf5-452c-a255-c3e39757f060 0.039s 2023-07-23 18:51:27,552 79346 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-b4af368c-8cd1-4896-8fec-a40ea5bf8497', 'date': 'Sun, 23 Jul 2023 18:51:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f2fa4746-caf5-452c-a255-c3e39757f060'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f2fa4746-caf5-452c-a255-c3e39757f060 does not exist", "detail": ""}}' 2023-07-23 18:51:28,677 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5005cf69-11bc-4092-a908-1d0b6c06df6f 1.124s 2023-07-23 18:51:28,677 79346 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-314076c8-536b-44bd-b5d9-33ff0a14275b', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5005cf69-11bc-4092-a908-1d0b6c06df6f'} 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-23 18:51:28,680 79346 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:28,681 79346 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:28,845 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.161s 2023-07-23 18:51:28,845 79346 DEBUG [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-1708706988", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHD8jydVCs1DbcpRkDDWNtmIYAcqqm214MoyQIi5LA7+UX/wxKZ+bSNJnqGhwTzM2YdZtxhFBzyiHqxvF3GhqQ7O6HJ3V7BP4wjLMiuvEM6E0sJFCeZsoa4qjeJkqzURww=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:28 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-12dda077-c745-47d6-ad8d-18b726bee1ce', 'x-compute-request-id': 'req-12dda077-c745-47d6-ad8d-18b726bee1ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1708706988", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHD8jydVCs1DbcpRkDDWNtmIYAcqqm214MoyQIi5LA7+UX/wxKZ+bSNJnqGhwTzM2YdZtxhFBzyiHqxvF3GhqQ7O6HJ3V7BP4wjLMiuvEM6E0sJFCeZsoa4qjeJkqzURww==", "fingerprint": "9b:c1:48:70:12:95:f1:a4:33:ec:ac:6b:61:49:18:e1", "user_id": "da63a920647e465abc97c2ec75045b4b"}}' 2023-07-23 18:51:28,848 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1708706988 created 2023-07-23 18:51:29,159 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.310s 2023-07-23 18:51:29,159 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1629518371", "description": "tempest-description--242310897"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-3fd9d519-06cc-4722-b9d6-9706d9cd4451', 'date': 'Sun, 23 Jul 2023 18:51:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "name": "tempest-securitygroup--1629518371", "stateful": true, "tenant_id": "f21646fd174648c1aa098d57dbd71327", "description": "tempest-description--242310897", "shared": false, "security_group_rules": [{"id": "0d0ce4e5-d82d-47fa-9d61-0f3517219f5c", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "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": 790, "description": null, "tags": [], "created_at": "2023-07-23T18:51:29Z", "updated_at": "2023-07-23T18:51:29Z", "revision_number": 0}, {"id": "7a5b6dbf-383f-4e42-945b-7695d4d381e8", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "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": 789, "description": null, "tags": [], "created_at": "2023-07-23T18:51:29Z", "updated_at": "2023-07-23T18:51:29Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:29Z", "updated_at": "2023-07-23T18:51:29Z", "revision_number": 1, "project_id": "f21646fd174648c1aa098d57dbd71327"}}' 2023-07-23 18:51:29,407 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.247s 2023-07-23 18:51:29,408 79346 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": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "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-4077466f-14e6-4ed7-9f88-730e2cb4cb0b', 'date': 'Sun, 23 Jul 2023 18:51:29 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": "7f0856a8-d626-42c6-b79e-414e5439b3f6", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "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-23T18:51:29Z", "updated_at": "2023-07-23T18:51:29Z", "revision_number": 0}}' 2023-07-23 18:51:29,655 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.246s 2023-07-23 18:51:29,655 79346 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": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f2fa5621-bbbc-4b41-b97d-3a42055002c7', 'date': 'Sun, 23 Jul 2023 18:51:29 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": "203896ec-5618-4ebc-aa41-0a4f2be0a275", "project_id": "f21646fd174648c1aa098d57dbd71327", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "security_group_id": "606bb096-5aa0-40fb-9916-0ecd0ab314ee", "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-23T18:51:29Z", "updated_at": "2023-07-23T18:51:29Z", "revision_number": 0}}' 2023-07-23 18:51:29,656 79346 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1629518371 created 2023-07-23 18:51:31,006 79346 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.349s 2023-07-23 18:51:31,006 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'cont ent-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-ffca1714-88bc-4f96-96ee-f78e16580873', 'date': 'Sun, 23 Jul 2023 18:51:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0088ed42-1ad8-4e99-9e9c-0bbc4114e907", "tenant_id": "f21646fd174648c1aa098d57dbd71327", "floating_ip_address": "172.24.4.15", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f21646fd174648c1aa098d57dbd71327", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:51:30Z", "updated_at": "2023-07-23T18:51:30Z", "revision_number": 0}}' 2023-07-23 18:51:31,006 79346 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0088ed42-1ad8-4e99-9e9c-0bbc4114e907', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:30Z', 'updated_at': '2023-07-23T18:51:30Z', 'revision_number': 0, 'ip': '172.24.4.15'} created 2023-07-23 18:51:31,157 79346 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.145s 2023-07-23 18:51:31,158 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f389536a-f41b-405e-8fcc-ed782abb2793', '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": "da63a920647e465abc97c2ec75045b4b", "name": "tempest-AttachVolumeShelveTestJSON-476493952-project-member", "password_expires_at": null}, "audit_ids": ["h0BeEHe2SDScigESRMMLhw"], "expires_at": "2023-07-23T19:51:31.000000Z", "issued_at": "2023-07-23T18:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f21646fd174648c1aa098d57dbd71327", "name": "tempest-AttachVolumeShelveTestJSON-476493952"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e d6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f21646fd174648c1aa098d57dbd71327", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:31,158 79346 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'dcd59f2f-3176-43da-8a46-96b978a031ff', 'name': 'tempest-AttachVolumeShelveTestJSON-769362280-network', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22036, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:51:10Z', 'updated_at': '2023-07-23T18:51:10Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:31,159 79346 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1708706988', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHD8jydVCs1DbcpRkDDWNtmIYAcqqm214MoyQIi5LA7+UX/wxKZ+bSNJnqGhwTzM2YdZtxhFBzyiHqxvF3GhqQ7O6HJ3V7BP4wjLMiuvEM6E0sJFCeZsoa4qjeJkqzURww==', 'fingerprint': '9b:c1:48:70:12:95:f1:a4:33:ec:ac:6b:61:49:18:e1', 'user_id': 'da63a920647e465abc97c2ec75045b4b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBtbDVExMc+Nxn4bCB+Dt2BRjnYNtunBGHkTZImkMYzAw/IfTyhBnIp\nZh4wnsYynLegBwYFK4EEACKhZANiAARw/I8nVQrNQ23KUZAw1jbZiGAHKqptteDK\nMkCIuSwO/lF/8MSmfm0jSZ6hocE8zNmHWbcYRQc8oh6sbxdxoakOzuhyd1ewT+MI\nyzIrrxDOhNLCRQnmbKGuKo3iZKs1EcM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '606bb096-5aa0-40fb-9916-0ecd0ab314ee', 'name': 'tempest-securitygroup--1629518371', 'stateful': True, 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'description': 'tempest-description--242310897', 'shared': False, 'security_group_rules': [{'id': '0d0ce4e5-d82d-47fa-9d61-0f3517219f5c', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'security_group_id': '606bb096-5aa0-40fb-9916-0ecd0ab314ee', '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': 790, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:29Z', 'updated_at': '2023-07-23T18:51:29Z', 'revision_number': 0}, {'id': '7a5b6dbf-383f-4e42-945b-7695d4d381e8', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'security_group_id': '606bb096-5aa0-40fb-9916-0ecd0ab314ee', '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': 789, 'description': None, 'tags': [], 'created_ at': '2023-07-23T18:51:29Z', 'updated_at': '2023-07-23T18:51:29Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:51:29Z', 'updated_at': '2023-07-23T18:51:29Z', 'revision_number': 1, 'project_id': 'f21646fd174648c1aa098d57dbd71327'}, 'floating_ip': {'id': '0088ed42-1ad8-4e99-9e9c-0bbc4114e907', 'tenant_id': 'f21646fd174648c1aa098d57dbd71327', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f21646fd174648c1aa098d57dbd71327', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:30Z', 'updated_at': '2023-07-23T18:51:30Z', 'revision_number': 0, 'ip': '172.24.4.15'}} 2023-07-23 18:51:31,188 79346 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.027s 2023-07-23 18:51:31,188 79346 DEBUG [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-1898044888", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "dcd59f2f-3176-43da-8a46-96b978a031ff"}], "security_groups": [{"name": "tempest-securitygroup--1629518371"}], "key_name": "tempest-keypair-1708706988", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:31 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-abacf1f7-a38d-4b63-a23b-30062f5d2995', 'x-compute-request-id': 'req-abacf1f7-a38d-4b63-a23b-30062f5d2995', '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-23 18:51:31,239 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1708706988 0.049s 2023-07-23 18:51:31,240 79346 DEBUG [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': 'Sun, 23 Jul 2023 18:51:31 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-eb02c690-206c-4afc-bc20-d02917965782', 'x-compute-request-id': 'req-eb02c690-206c-4afc-bc20-d02917965782', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1708706988'} Body: b'' 2023-07-23 18:51:31,443 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/606bb096-5aa0-40fb-9916-0ecd0ab314ee 0.202s 2023-07-23 18:51:31,444 79346 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-a11a1926-ef26-46cc-b597-8941e032e881', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0 .210:9696/networking/v2.0/security-groups/606bb096-5aa0-40fb-9916-0ecd0ab314ee'} Body: b'' 2023-07-23 18:51:31,477 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/606bb096-5aa0-40fb-9916-0ecd0ab314ee 0.032s 2023-07-23 18:51:31,477 79346 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-868a5828-51ae-41b1-b5ef-df9d8598a04b', 'date': 'Sun, 23 Jul 2023 18:51:31 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/606bb096-5aa0-40fb-9916-0ecd0ab314ee'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 606bb096-5aa0-40fb-9916-0ecd0ab314ee does not exist", "detail": ""}}' 2023-07-23 18:51:32,435 79346 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/0088ed42-1ad8-4e99-9e9c-0bbc4114e907 0.957s 2023-07-23 18:51:32,435 79346 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-99256518-896c-43bc-a3aa-cbe600d29989', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0088ed42-1ad8-4e99-9e9c-0bbc4114e907'} Body: b'' 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-23 18:51:34,114 79358 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.056s 2023-07-23 18:51:34,115 79358 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:34 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-34005079-27dc-4bec-af97-00ced7b242aa', '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": "4bc0ff85b077492481c5a6e7e0a581d4", "name": "tempest-VolumesNegativeTest-2027144349-project-member", "password_expires_at": null}, "audit_ids": ["QHc7e1YCQKKTTEKlCgk2zg"], "expires_at": "2023-07-23T19:51:34.000000Z", "issued_at": "2023-07-23T18:51:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a692d11c250b48bb9cecd051d30889d7", "name": "tempest-VolumesNegativeTest-2027144349"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a692d11c250b48bb9cecd051d30889d7", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a692d11c250b48bb9cecd051d30889d7", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a692d11c250b48bb9cecd051d30889d7", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:34,115 79358 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-23 18:51:34,159 79358 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.043s 2023-07-23 18:51:34,160 79358 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'C ontent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesNegativeTest-instance-1363690125", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:34 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-289eddd8-97a2-4651-8ef4-49c98048bfee', 'x-compute-request-id': 'req-289eddd8-97a2-4651-8ef4-49c98048bfee', '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_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-23 18:51:00,573 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc 0.261s 2023-07-23 18:51:00,573 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-89ff550e-c916-471c-ac95-fb37ca807084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc'} 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": "c16e68c26d9244c4985595b2be0fa9e8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "created_at": "2023-07-23T18:45:22Z", "updated_at": "2023-07-23T18:45:23Z", "tags": [], "self": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc", "file": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:51:01,090 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes 0.516s 2023-07-23 18:51:01,091 79360 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-827603184", "snapshot_id": null, "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c66330b-6a2b-426d-b3b1-f769aecfaacf', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c66330b-6a2b-426d-b3b1-f769aecfaacf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:00.972405", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:51:01,155 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.051s 2023-07-23 18:51:01,156 79360 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f5b6e2-c962-40a2-9378-b27f9dfb9c8e', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7f5b6e2-c962-40a2-9378-b27f9dfb9c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:02,211 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.039s 2023-07-23 18:51:02,438 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85bb074e-7665-49ef-b2c6-1090febd1bba', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85bb074e-7665-49ef-b2c6-1090febd1bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:03,533 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.073s 2023-07-23 18:51:03,534 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:03 GMT', 'server': 'Apache/2. 4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e8e25b7-6a33-4c62-8f43-d09183ac13b1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e8e25b7-6a33-4c62-8f43-d09183ac13b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:04,591 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.043s 2023-07-23 18:51:04,591 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30a6e701-2e83-4b8e-b478-61ea6f57e218', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30a6e701-2e83-4b8e-b478-61ea6f57e218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:05,695 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.084s 2023-07-23 18:51:05,696 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dde912a0-160f-4c14-ab7f-932e222d24c5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenS tack-API-Version', 'x-openstack-request-id': 'req-dde912a0-160f-4c14-ab7f-932e222d24c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:06,763 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.053s 2023-07-23 18:51:06,764 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df7c6adc-122c-4700-b8c4-729ab1116588', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df7c6adc-122c-4700-b8c4-729ab1116588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:07,837 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.055s 2023-07-23 18:51:07,838 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e94d11-2f1e-42fe-adfd-7f981df08096', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e94d11-2f1e-42fe-adfd-7f981df08096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba25 2766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:08,904 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.054s 2023-07-23 18:51:08,904 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dea8929-831d-41ca-9ec4-17395d857844', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dea8929-831d-41ca-9ec4-17395d857844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:09,976 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.059s 2023-07-23 18:51:09,977 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f7ff7e-cba0-4058-b35d-d1c30f087b20', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f7ff7e-cba0-4058-b35d-d1c30f087b20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "c reated_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:11,072 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.074s 2023-07-23 18:51:11,073 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-776e2054-f39c-41bd-825a-03d49f7700d4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-776e2054-f39c-41bd-825a-03d49f7700d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:12,163 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.077s 2023-07-23 18:51:12,164 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff1e4532-1a08-42ad-adb1-cc9fb0e86864', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff1e4532-1a08-42ad-adb1-cc9fb0e86864', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss- 2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:13,289 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.075s 2023-07-23 18:51:13,289 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd733b5b-676d-4f08-b916-258fa276a458', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd733b5b-676d-4f08-b916-258fa276a458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:13,305 79360 INFO [tempest.common.waiters] volume 806a24d0-749e-4f15-933d-dfabba9e6e8e reached available after waiting for 12.305530 seconds 2023-07-23 18:51:13,374 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.068s 2023-07-23 18:51:13,374 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0010be-431c-4b1f-b67c-00b932ef0844', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0010be-431c-4b1f-b67c-00b932ef0844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19 f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:13,640 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots 0.252s 2023-07-23 18:51:13,640 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "metadata": null}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5551cd3-87e2-40e3-85c6-5b4f22703e35', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5551cd3-87e2-40e3-85c6-5b4f22703e35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:13.541554", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-23 18:51:13,688 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.041s 2023-07-23 18:51:13,688 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5a48ef3-2997-445d-be3f-9350291cb431', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5a48ef3-2997-445d-be3f-9350291cb431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": null, "name": "tempest-TestVolumeBo otPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:51:14,734 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.037s 2023-07-23 18:51:14,734 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c8d9828-04d3-4158-98a9-acea71e2ad45', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c8d9828-04d3-4158-98a9-acea71e2ad45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:51:15,774 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.035s 2023-07-23 18:51:15,775 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2472da3f-77ab-4570-ae85-0616adc5ee14', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2472da3f-77ab-4570-ae85-0616adc5ee14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:51:16,813 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.030s 2023-07-23 18:51:16,814 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f66e2d24-3f0a-4ef1-887c-7f94a538135b', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f66e2d24-3f0a-4ef1-887c-7f94a538135b', 'connection ': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:51:17,869 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.047s 2023-07-23 18:51:17,870 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c6ecce7-f3c1-4c01-94c0-2a539b02e2b3', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c6ecce7-f3c1-4c01-94c0-2a539b02e2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:51:19,021 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.143s 2023-07-23 18:51:19,021 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f02b7c9c-e010-4aa7-9410-6f997e8fda00', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f02b7c9c-e010-4aa7-9410-6f997e8fda00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:19.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:19,029 79360 INFO [tempest.common.waiters] snapshot 946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc reached available after waiting for 6.029373 seconds 2023-07-23 18:51:19,075 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.039s 2023-07-23 18:51:19,085 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2e2446c-a52a-4f57-b8ef-ae1782c73e35', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2e2446c-a52a-4f57-b8ef-ae1782c73e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:19.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:19,674 79360 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.571s 2023-07-23 18:51:19,686 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 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-c9126b30-910c-4f3f-a079-c11dee33f167', '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": "3e7071b63e754806b8cbc4c6b868d3c6", "name": "tempest-TestVolumeBootPattern-646827604-project-member", "password_expires_at": null}, "audit_ids": ["M_CcbFxfSCiqWg5_5MneWA"], "expires_at": "2023-07-23T19:51:19.000000Z", "issued_at": "2023-07-23T18:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19f30a0bf2e54694ba252766c35c9813", "name": "tempest-TestVolumeBootPattern-646827604"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "ht tp://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:19,687 79360 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': '4ecc3221-4b16-428a-bead-71a9f0816063', 'name': 'tempest-TestVolumeBootPattern-536110673-network', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19913, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:35Z', 'updated_at': '2023-07-23T18:50:35Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:19,829 79360 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.140s 2023-07-23 18:51:19,830 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-215449088", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "4ecc3221-4b16-428a-bead-71a9f0816063"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 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-fb0e89e0-0269-4941-8596-d814214b1fbf', 'x-compute-request-id': 'req-fb0e89e0-0269-4941-8596-d814214b1fbf', '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-23 18:51:20,059 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.226s 2023-07-23 18:51:20,060 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:19 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-54707813-d247-4346-914d-319b37a0a492', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'' 2023-07-23 18:51:20,145 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694 ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.083s 2023-07-23 18:51:20,162 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01522a07-92fb-4813-b6be-d5007d334185', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01522a07-92fb-4813-b6be-d5007d334185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:20.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:21,276 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.108s 2023-07-23 18:51:21,286 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5bc105-4738-430c-b95e-8e69dec05dfd', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5bc105-4738-430c-b95e-8e69dec05dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:20.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:22,341 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.049s 2023-07-23 18:51:22,341 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5be6d5f3-8719-4203-aa04-8a3037192a4e', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5be6d5f3-8719-4203-aa04-8a3037192a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:20.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size ": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:23,422 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.074s 2023-07-23 18:51:23,516 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-344b9486-f993-407e-ab4a-100405dee308', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-344b9486-f993-407e-ab4a-100405dee308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"snapshot": {"id": "946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc", "created_at": "2023-07-23T18:51:14.000000", "updated_at": "2023-07-23T18:51:20.000000", "name": "tempest-TestVolumeBootPattern-snapshot-282110413", "description": null, "volume_id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19f30a0bf2e54694ba252766c35c9813", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:51:24,546 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc 0.023s 2023-07-23 18:51:24,546 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:24 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-5bde1d41-72e3-4bdf-9b1d-b0a39f32619b', 'x-openstack-request-id': 'req-5bde1d41-72e3-4bdf-9b1d-b0a39f32619b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/snapshots/946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 946bc0e1-cba6-4cb5-afe2-9169dcb4e3fc could not be found."}}' 2023-07-23 18:51:24,690 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.143s 2023-07-23 18:51:24,690 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:24 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-99582132-1383-4bd3-8ab6-329d25a545bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'' 2023-07-23 18:51:24,790 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.099s 2023-07-23 18:51:24,791 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-577bce7b-d108-40c2-a81c-700000287be6', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-577bce7b-d108-40c2-a81c-700000287be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:25,881 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.073s 2023-07-23 18:51:25,881 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-323d5b23-f7b6-4850-a811-e1d3c4b94516', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-323d5b23-f7b6-4850-a811-e1d3c4b94516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:26,970 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.069s 2023-07-23 18:51:26,970 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09ef1787-e03e-434a-b9d5-48fe309e09a6', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09ef1787-e03e-434a-b9d5-48fe309e09a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:28,039 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.054s 2023-07-23 18:51:28,039 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fe8fab5-4197-4678-8ecb-7248c0abe03c', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fe8fab5-4197-4678-8ecb-7248c0abe03c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba25276 6c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:29,109 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.056s 2023-07-23 18:51:29,110 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6336bf8c-d40b-4b13-bee8-5b0118f5fd07', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6336bf8c-d40b-4b13-bee8-5b0118f5fd07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:30,206 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.075s 2023-07-23 18:51:30,206 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b91c37bc-4e70-4a22-95eb-8450274da39b', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b91c37bc-4e70-4a22-95eb-8450274da39b', 'connect ion': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:31,271 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.053s 2023-07-23 18:51:31,272 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcac1ad5-542c-407b-8ff8-522860c6f012', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcac1ad5-542c-407b-8ff8-522860c6f012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:32,364 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35 c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.073s 2023-07-23 18:51:32,364 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb326e15-b13a-46c0-a7e2-f8bcd55d65cb', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb326e15-b13a-46c0-a7e2-f8bcd55d65cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:33,443 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.066s 2023-07-23 18:51:33,443 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c03d2449-b310-4788-b226-06ba715cf42f', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c03d2449-b310-4788-b226-06ba715cf42f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"volume": {"id": "806a24d0-749e-4f15-933d-dfabba9e6e8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:01.000000", "updated_at": "2023-07-23T18:51:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-827603184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "o wner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:34,490 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e 0.027s 2023-07-23 18:51:34,491 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:34 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-9a246640-3944-4f98-929e-719522ba029e', 'x-openstack-request-id': 'req-9a246640-3944-4f98-929e-719522ba029e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/806a24d0-749e-4f15-933d-dfabba9e6e8e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 806a24d0-749e-4f15-933d-dfabba9e6e8e could not be found."}}' 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-23 18:51:35,794 79350 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:35,794 79350 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:36,093 79350 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.296s 2023-07-23 18:51:36,093 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2077746947", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmwx5hgG4ou9cRSrmWhoM7Tl6bpoY5kRf28xc3NXtGa1BHOavZ5HZwpwYmPv+6ek4NBBktmGqNihMm+hPm/DqtZn3ZMt9e7FLvgjrNcvf+tHBi+0mk+/huioW+/PQAJOg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:35 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-fceb625b-5f60-480e-8a73-65481a8eb3a0', 'x-compute-request-id': 'req-fceb625b-5f60-480e-8a73-65481a8eb3a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2077746947", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmwx5hgG4ou9cRSrmWhoM7Tl6bpoY5kRf28xc3NXtGa1BHOavZ5HZwpwYmPv+6ek4NBBktmGqNihMm+hPm/DqtZn3ZMt9e7FLvgjrNcvf+tHBi+0mk+/huioW+/PQAJOg==", "fingerprint": "23:c9:de:7e:88:a8:bf:52:45:08:a3:fd:d4:25:d7:d0", "user_id": "2a18d943794a43439b301570e2220a66"}}' 2023-07-23 18:51:36,097 79350 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2077746947 created 2023-07-23 18:51:36,347 79350 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.250s 2023-07-23 18:51:36,347 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1649916475", "description": "tempest-description--1132468630"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-a1d41ce2-2bf4-47da-a29a-a974439df8db', 'date': 'Sun, 23 Jul 2023 18:51:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "15b22991-e935-4076-838f-aa699b2de8b1", "name": "tempest-securitygroup--1649916475", "stateful": true, "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "description": "tempest-description--1132468630", "shared": false, "security_group_rules": [{"id": "35d3afcd-33e1-460e-8deb-6260bf9dcda8", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "15b22991-e935-4076-838f-aa699b2de8b1", "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": 810, "description": null, "tags": [], "created_at": "2023-07-23T18:51:36Z", "updated_at": "2023-07-23T18:51:36Z", "revision_number": 0}, {"id": "6c29c1b5-5e66-4f85-9ea8-fcb2bf98a60e", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "15b22991-e935-4076-838f-aa699b2de8b1", "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": 811, "description": null, "tags": [], "created_at": "2023-07-23T18:51:36Z", "updated_at": "2023-07-23T18:51:36Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:36Z", "updated_at": "2023-07-23T18:51:36Z", "revision_number": 1, "project_id": "fd68a869fd324e9293ce50bace8311ba"}}' 2023-07-23 18:51:36,666 79350 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.318s 2023-07-23 18:51:36,667 79350 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": "15b22991-e935-4076-838f-aa699b2de8b1", "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-7d21f1e8-c89a-4327-bbb6-4b7fa105587a', 'date': 'Sun, 23 Jul 2023 18:51: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": "9c1be8cb-cc48-44ec-bdaa-71f4520f4901", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "15b22991-e935-4076-838f-aa699b2de8b1", "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-23T18:51:36Z", "updated_at": "2023-07-23T18:51:36Z", "revision_number": 0}}' 2023-07-23 18:51:37,564 79350 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.896s 2023-07-23 18:51:37,564 79350 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": "15b22991-e935-4076-838f-aa699b2de8b1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8caf627a-0a6e-421a-8a5f-e7a10e5d1970', 'date': 'Sun, 23 Jul 2023 18:51:37 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": "ceaa87b2-b33e-46f1-912d-273afd7ee20b", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "15b22991-e935-4076-838f-aa699b2de8b1", "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-23T18:51:36Z", "updated_at": "2023-07-23T18:51:36Z", "revision_number": 0}}' 2023-07-23 18:51:37,564 79350 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1649916475 created 2023-07-23 18:51:40,452 79350 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.887s 2023-07-23 18:51:40,453 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-fdf4f698-c597-4c64-ac11-34144c38712b', 'date': 'Sun, 23 Jul 2023 18:51:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e5c63116-b81b-4d03-bb83-3c4175cd894d", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "floating_ip_address": "172.24.4.248", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd68a869fd324e9293ce50bace8311ba", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:51:38Z", "updated_at": "2023-07-23T18:51:38Z", "revision_number": 0}}' 2023-07-23 18:51:40,453 79350 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e5c63116-b81b-4d03-bb83-3c4175cd894d', 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'floating_ip_address': '172.24.4.248', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd68a869fd324e9293ce50bace8311ba', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:38Z', 'updated_at': '2023-07-23T18:51:38Z', 'revision_number': 0, 'ip': '172.24.4.248'} created 2023-07-23 18:51:41,088 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.634s 2023-07-23 18:51:41,089 79350 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-877853881", "description": "tempest-secgroup-smoke-877853881 description", "project_id": "fd68a869fd324e9293ce50bace8311ba"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-1db67df1-42cb-4d14-9fc7-8c24c62ff960', 'date': 'Sun, 23 Jul 2023 18:51:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "name": "tempest-secgroup-smoke-877853881", "stateful": true, "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "description": "tempest-secgroup-smoke-877853881 description", "shared": false, "security_group_rules": [{"id": "565ae88f-23fa-49a9-a173-21462afc2ea8", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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": 834, "description": null, "tags": [], "created_at": "2023-07-23T18:51:40Z", "updated_at": "2023-07-23T18:51:40Z", "revision_number": 0}, {"id": "cfc64a8f-78e5-486d-a5d5-f07ae3b309f9", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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": 833, "description": null, "tags": [], "created_at": "2023-07-23T18:51:40Z", "updated_at": "2023-07-23T18:51:40Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:40Z", "updated_at": "2023-07-23T18:51:40Z", "revision_number": 1, "project_id": "fd68a869fd324e9293ce50bace8311ba"}}' 2023-07-23 18:51:41,914 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/ v2.0/security-group-rules 0.824s 2023-07-23 18:51:41,915 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "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-87d2705e-a6f3-47dc-94e4-d12b265c948d', 'date': 'Sun, 23 Jul 2023 18:51: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": "fabdc8ba-8755-4d1b-b8b1-fae26b71e77b", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:41Z", "updated_at": "2023-07-23T18:51:41Z", "revision_number": 0}}' 2023-07-23 18:51:42,358 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.443s 2023-07-23 18:51:42,359 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "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-63ca96f6-82e6-4367-b624-497044c8e3c4', 'date': 'Sun, 23 Jul 2023 18:51:42 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": "34efdada-6654-4548-83e8-adca3018fc6f", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:42Z", "updated_at": "2023-07-23T18:51:42Z", "revision_number": 0}}' 2023-07-23 18:51:42,792 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.432s 2023-07-23 18:51:42,792 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ea1d418c-05c4-4ec1-b140-cc8ff9a69862', 'date': 'Sun, 23 Jul 2023 18:51:42 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": "02d340b7-48a4-499c-908a-e80eeaaf5d50", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:42Z", "updated_at": "2023-07-23T18:51:42Z", "revision_number": 0}}' 2023-07-23 18:51:43,124 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.331s 2023-07-23 18:51:43,124 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-3006c6ee-5d9c-4cea-8855-426005817a1f', 'date': 'Sun, 23 Jul 2023 18:51:43 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": "afe207ee-c583-46cc-b450-1f3ab8c7ef40", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:42Z", "updated_at": "2023-07-23T18:51:42Z", "revision_number": 0}}' 2023-07-23 18:51:43,490 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.365s 2023-07-23 18:51:43,491 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-311f5f54-1d90-4be1-acdc-be17e4db0c79', 'date': 'Sun, 23 Jul 2023 18:51:43 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": "63987cd3-b981-4991-a02b-c130a39b471b", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:43Z", "updated_at": "2023-07-23T18:51:43Z", "revision_number": 0}}' 2023-07-23 18:51:44,194 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.703s 2023-07-23 18:51:44,195 79350 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": "7b38b24f-a428-4438-97d2-cf6d1e243307", "project_id": "fd68a869fd324e9293ce50bace8311ba", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-89e2cee0-87f6-45fb-a342-f4a0d660025b', 'date': 'Sun, 23 Jul 2023 18:51:44 GMT', 'connection': 'close', 'status': '201', 'content-loc ation': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "83518b9d-262c-4679-af0d-07354762ef27", "project_id": "fd68a869fd324e9293ce50bace8311ba", "tenant_id": "fd68a869fd324e9293ce50bace8311ba", "security_group_id": "7b38b24f-a428-4438-97d2-cf6d1e243307", "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-23T18:51:43Z", "updated_at": "2023-07-23T18:51:43Z", "revision_number": 0}}' 2023-07-23 18:51:44,381 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.176s 2023-07-23 18:51:44,381 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:44 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-0fe145c4-7cc6-47f8-95a6-15d057b9c872', '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": "2a18d943794a43439b301570e2220a66", "name": "tempest-SnapshotDataIntegrityTests-1001724564-project-member", "password_expires_at": null}, "audit_ids": ["RtVmUOsYTwi5NHm08JBnPA"], "expires_at": "2023-07-23T19:51:44.000000Z", "issued_at": "2023-07-23T18:51:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd68a869fd324e9293ce50bace8311ba", "name": "tempest-SnapshotDataIntegrityTests-1001724564"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd68a869fd324e9293ce50bace8311ba", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd68a869fd324e9293ce50bace8311ba", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd68a869fd324e9293ce50bace8311ba", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:44,382 79350 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '391c2ce0-c3a1-471f-b551-c12643f0508f', 'name': 'tempest-SnapshotDataIntegrityTests-1143554665-network', 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd68a869fd324e9293ce50bace8311ba', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9435, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:51:13Z', 'updated_at': '2023-07-23T18:51:13Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:44,382 79350 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2077746947', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFmwx5hgG4ou9cRSrmWhoM7Tl6bpoY5kRf28xc3NXtGa1BHOavZ5HZwpwYmPv+6ek4NBBktmGqNihMm+hPm/DqtZn3ZMt9e7FLvgjrNcvf+tHBi+0mk+/huioW+/PQAJOg==', 'fingerprint': '23:c9:de:7e:88:a8:bf:52:45:08:a3:fd:d4:25:d7:d0', 'user_id': '2a18d943794a43439b301570e2220a66', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD/f7ZlqGVvrjkVGn2hXAZEEC5JYt7mTy7i9L/VmkOJq4Y8xTjbhagZ\nt2Kxorn3EIOgBwYFK4EEACKhZANiAARZsMeYYBuKLvXEUq5loaDO05em6aGOZEX9\nvMXNzV7RmtQRzmr2eR2cKcGJj7/unpODQQZLZhqjYoTJvoT5vw6rWZ92TLfXuxS7\n4I6zXL3/rRwYvtJpPv4boqFvvz0ACTo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '15b22991-e935-4076-838f-aa699b2de8b1', 'name': 'tempest-securitygroup--1649916475', 'stateful': True, 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'description': 'tempest-description--1132468630', 'shared': False, 'security_group_rules': [{'id': '35d3afcd-33e1-460e-8deb-6260bf9dcda8', 'project_id': 'fd68a869fd324e9293ce50bace8311ba', 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'security_group_id': '15b22991-e935-4076-838f-aa699b2de8b1', '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': 810, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:36Z', 'updated_at': '2023-07-23T18:51:36Z', 'revision_number': 0}, {'id': '6c29c1b5-5e66-4f85-9ea8-fcb2bf98a60e', 'project_id': 'fd68a869fd324e9293ce50bace8311ba', 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'security_group_id': '15b22991-e935-4076-838f-aa699b2de8b1', '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': 811, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:36Z', 'updated_at': '2023-07-23T18:51:36Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:51:36Z', 'updated_at': '2023-07-23T18:51:36Z', 'revision_number': 1, 'project_id': 'fd68a869fd324e9293ce50bace8311ba'}, 'floating_ip': {'id': 'e5c63116-b81b-4d03-bb83-3c4175cd894d', 'tenant_id': 'fd68a869fd324e9293ce50bace8311ba', 'floating_ip_address': '172.24.4.248', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd68a869fd324e9293ce50bace8311ba', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:38Z', 'updated_at': '2023-07-23T18:51:38Z', 'revision_number': 0, 'ip': '172.24.4.248'}} 2023-07-23 18:51:44,421 79350 INFO [tempest.lib.common .rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.038s 2023-07-23 18:51:44,421 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-526796942", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "key_name": "tempest-keypair-2077746947", "security_groups": [{"name": "tempest-secgroup-smoke-877853881"}, {"name": "tempest-securitygroup--1649916475"}], "networks": [{"uuid": "391c2ce0-c3a1-471f-b551-c12643f0508f"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:44 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-b5561b50-1036-46bd-85e7-a0c261f6f37a', 'x-compute-request-id': 'req-b5561b50-1036-46bd-85e7-a0c261f6f37a', '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-23 18:51:44,694 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7b38b24f-a428-4438-97d2-cf6d1e243307 0.270s 2023-07-23 18:51:44,694 79350 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-6edf92b9-9f8a-46b2-90ec-cd47d9895424', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7b38b24f-a428-4438-97d2-cf6d1e243307'} Body: b'' 2023-07-23 18:51:44,773 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2077746947 0.077s 2023-07-23 18:51:44,773 79350 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:44 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-fcf719e4-9b0f-4a09-80ce-e59eef965643', 'x-compute-request-id': 'req-fcf719e4-9b0f-4a09-80ce-e59eef965643', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2077746947'} Body: b'' 2023-07-23 18:51:44,984 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/15b22991-e935-4076-838f-aa699b2de8b1 0.210s 2023-07-23 18:51:44,984 79350 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-9e698166-a905-4e7b-b735-b0f4bcf9cefa', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/15b22991-e935-4076-838f-aa699b2de8b1'} Body: b'' 2023-07-23 18:51:45,036 79350 INFO [tempe st.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/15b22991-e935-4076-838f-aa699b2de8b1 0.051s 2023-07-23 18:51:45,036 79350 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-24a7ab0e-c5d0-41f7-91ec-15af622bd5b8', 'date': 'Sun, 23 Jul 2023 18:51:45 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/15b22991-e935-4076-838f-aa699b2de8b1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 15b22991-e935-4076-838f-aa699b2de8b1 does not exist", "detail": ""}}' 2023-07-23 18:51:45,855 79350 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e5c63116-b81b-4d03-bb83-3c4175cd894d 0.818s 2023-07-23 18:51:45,855 79350 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-7328ab86-52f2-4626-b61c-b3c27b60c00d', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e5c63116-b81b-4d03-bb83-3c4175cd894d'} Body: b'' 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-23 18:51:34,556 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc 0.046s 2023-07-23 18:51:34,556 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-baa49de9-4cb4-4aa1-bbba-37f30ae13492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc'} 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": "c16e68c26d9244c4985595b2be0fa9e8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "created_at": "2023-07-23T18:45:22Z", "updated_at": "2023-07-23T18:45:23Z", "tags": [], "self": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc", "file": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:51:35,114 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes 0.557s 2023-07-23 18:51:35,115 79360 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-2138764145", "snapshot_id": null, "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41cbf59b-8761-4f56-8375-7a1085728ca8', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41cbf59b-8761-4f56-8375-7a1085728ca8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:34.998285", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:51:35,206 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.081s 2023-07-23 18:51:35,206 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d42f7e-3b1d-4520-a52a-de28c9ce4e11', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4d42f7e-3b1d-4520-a52a-de28c9ce4e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:36,275 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.057s 2023-07-23 18:51:36,276 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-209b8ba5-1e73-4b06-8bf6-4d5f89e9253e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-209b8ba5-1e73-4b06-8bf6-4d5f89e9253e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:35.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:37,347 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.053s 2023-07-23 18:51:37,348 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90abeab1-8b0a-48c1-9577-6299482201bc', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90abeab1-8b0a-48c1-9577-6299482201bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:35.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:38,424 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.056s 2023-07-23 18:51:38,425 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e57f719a-3d75-4571-b393-6277b5fb55b7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e57f719a-3d75-4571-b393-6277b5fb55b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:35.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:39,498 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.061s 2023-07-23 18:51:39,499 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41d9dc4-c8f3-4bbf-bb7c-7e12efaab8d8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-f41d9dc4-c8f3-4bbf-bb7c-7e12efaab8d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:35.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:40,592 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.074s 2023-07-23 18:51:40,593 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72ec6c4-9cdd-4fd9-8ab3-283483b64c8f', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72ec6c4-9cdd-4fd9-8ab3-283483b64c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:40.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:40,612 79360 INFO [tempest.common.waiters] volume 121ddc28-aea3-4596-8e40-66cc16dcd576 reached available after waiting for 5.612738 seconds 2023-07-23 18:51:40,683 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.070s 2023-07-23 18:51:40,683 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a78e4b3-63b7-4e6d-9273-206f02adf22d', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a78e4b3-63b7-4e6d-9273-206f02adf22d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:40.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:40,809 79360 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.110s 2023-07-23 18:51:40,809 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:40 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-7ba3b4b0-c45d-4635-9203-a1e1d4e9c2b0', '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": "3e7071b63e754806b8cbc4c6b868d3c6", "name": "tempest-TestVolumeBootPattern-646827604-project-member", "password_expires_at": null}, "audit_ids": ["Sv7IclSWRASIbQiir-jwZQ"], "expires_at": "2023-07-23T19:51:40.000000Z", "issued_at": "2023-07-23T18:51:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19f30a0bf2e54694ba252766c35c9813", "name": "tempest-TestVolumeBootPattern-646827604"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf 487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:40,810 79360 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': '4ecc3221-4b16-428a-bead-71a9f0816063', 'name': 'tempest-TestVolumeBootPattern-536110673-network', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19913, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:35Z', 'updated_at': '2023-07-23T18:50:35Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:40,811 79360 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:40,811 79360 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:40,889 79360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.074s 2023-07-23 18:51:40,889 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1285751800", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD171DizrDYwsJZHZucuu/Z9yE/eG0ltAJS2SoLcMKn7EUDGpzFwGRrOHR/cWqGiYsT94Qe3R34QBvXzvHVRgO2W2Av/7FZxf/7yg/2IenyKJRdFuiL943tUlO4k4gmlkg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:40 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-9fa1b9c3-0090-45ef-a0be-af6817401a6a', 'x-compute-request-id': 'req-9fa1b9c3-0090-45ef-a0be-af6817401a6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1285751800", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAA AIbmlzdHAzODQAAABhBD171DizrDYwsJZHZucuu/Z9yE/eG0ltAJS2SoLcMKn7EUDGpzFwGRrOHR/cWqGiYsT94Qe3R34QBvXzvHVRgO2W2Av/7FZxf/7yg/2IenyKJRdFuiL943tUlO4k4gmlkg==", "fingerprint": "d3:ed:4c:35:dc:96:ab:3e:67:13:2e:97:6e:b4:23:ba", "user_id": "3e7071b63e754806b8cbc4c6b868d3c6"}}' 2023-07-23 18:51:40,892 79360 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1285751800 created 2023-07-23 18:51:41,406 79360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.513s 2023-07-23 18:51:41,406 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1744428291", "description": "tempest-description--1594479402"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-c60a571a-2d56-4c36-8e54-a62f8fd7d0c3', 'date': 'Sun, 23 Jul 2023 18:51:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "248f707a-a282-4135-94f5-f22e29018763", "name": "tempest-securitygroup--1744428291", "stateful": true, "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "description": "tempest-description--1594479402", "shared": false, "security_group_rules": [{"id": "cee2d8c8-e35e-4b79-ae85-a47ff89b9cb8", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "248f707a-a282-4135-94f5-f22e29018763", "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": 836, "description": null, "tags": [], "created_at": "2023-07-23T18:51:41Z", "updated_at": "2023-07-23T18:51:41Z", "revision_number": 0}, {"id": "db753cfd-077f-43f9-9547-82bc7bbff701", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "248f707a-a282-4135-94f5-f22e29018763", "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": 837, "description": null, "tags": [], "created_at": "2023-07-23T18:51:41Z", "updated_at": "2023-07-23T18:51:41Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:41Z", "updated_at": "2023-07-23T18:51:41Z", "revision_number": 1, "project_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:42,058 79360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.651s 2023-07-23 18:51:42,058 79360 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": "248f707a-a282-4135-94f5-f22e29018763", "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-b79d4dea-f42f-4c27-a0b1-34b438460ec0', 'date': 'Sun, 23 Jul 2023 18:51:42 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": "925cb33f-fbd9-473d-bf3f-988485287b1a", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "248f707a-a282-4135-94f5-f22e29018763", "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-23T18:51:41Z", "updated_at": "2023-07-23T18:51:41Z", "revision_number": 0}}' 2023-07-23 18:51:42,638 79360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.580s 2023-07-23 18:51:42,639 79360 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": "248f707a-a282-4135-94f5-f22e29018763", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a1215e20-de1b-4c57-accf-1a4a831cc9df', 'date': 'Sun, 23 Jul 2023 18:51:42 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": "7db059bb-b42e-4d5e-8f6d-d71fbb1afdec", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "248f707a-a282-4135-94f5-f22e29018763", "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-23T18:51:42Z", "updated_at": "2023-07-23T18:51:42Z", "revision_number": 0}}' 2023-07-23 18:51:42,639 79360 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1744428291 created 2023-07-23 18:51:44,661 79360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.022s 2023-07-23 18:51:44,662 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-33a299e6-08ca-4341-99fb-5f893faf1ccd', 'date': 'Sun, 23 Jul 2023 18:51:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e0997ec7-f4f0-4da8-8277-ccbe4ee3becd", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "floating_ip_address": "172.24.4.38", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "19f30a0bf2e54694ba252766c35c9813", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:51:43Z", "updated_at": "2023-07-23T18:51:43Z", "revision_number": 0}}' 2023-07-23 18:51:44,662 79360 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e0997ec7-f4f0-4da8-8277-ccbe4ee3becd', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'floating_ip_address': '172.24.4.38', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:43Z', 'updated_at': '2023-07-23T18:51:43Z', 'revision_number': 0, 'ip': '172.24.4.38'} created 2023-07-23 18:51:44,663 79360 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1285751800', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAz ODQAAABhBD171DizrDYwsJZHZucuu/Z9yE/eG0ltAJS2SoLcMKn7EUDGpzFwGRrOHR/cWqGiYsT94Qe3R34QBvXzvHVRgO2W2Av/7FZxf/7yg/2IenyKJRdFuiL943tUlO4k4gmlkg==', 'fingerprint': 'd3:ed:4c:35:dc:96:ab:3e:67:13:2e:97:6e:b4:23:ba', 'user_id': '3e7071b63e754806b8cbc4c6b868d3c6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDLOePVQBPKIvuM6YYOQv1vxIIfeOUD88YXqr7bSJ2oV6FuQ9HN2QIP\nuSffSzpnM1+gBwYFK4EEACKhZANiAAQ9e9Q4s6w2MLCWR2bnLrv2fchP3htJbQCU\ntkqC3DCp+xFAxqcxcBkazh0f3FqhomLE/eEHt0d+EAb187x1UYDtltgL/+xWcX/+\n8oP9iHp8iiUXRboi/eN7VJTuJOIJpZI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '248f707a-a282-4135-94f5-f22e29018763', 'name': 'tempest-securitygroup--1744428291', 'stateful': True, 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'description': 'tempest-description--1594479402', 'shared': False, 'security_group_rules': [{'id': 'cee2d8c8-e35e-4b79-ae85-a47ff89b9cb8', 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'security_group_id': '248f707a-a282-4135-94f5-f22e29018763', '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': 836, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:41Z', 'updated_at': '2023-07-23T18:51:41Z', 'revision_number': 0}, {'id': 'db753cfd-077f-43f9-9547-82bc7bbff701', 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'security_group_id': '248f707a-a282-4135-94f5-f22e29018763', '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': 837, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:51:41Z', 'updated_at': '2023-07-23T18:51:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:51:41Z', 'updated_at': '2023-07-23T18:51:41Z', 'revision_number': 1, 'project_id': '19f30a0bf2e54694ba252766c35c9813'}, 'floating_ip': {'id': 'e0997ec7-f4f0-4da8-8277-ccbe4ee3becd', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'floating_ip_address': '172.24.4.38', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:51:43Z', 'updated_at': '2023-07-23T18:51:43Z', 'revision_number': 0, 'ip': '172.24.4.38'}} 2023-07-23 18:51:44,728 79360 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.062s 2023-07-23 18:51:44,728 79360 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-1252641150", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "121ddc28-aea3-4596-8e40-66cc16dcd576", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "4ecc3221-4b16-428a-bead-71a9f0816063"}], "security_groups": [{"name": "tempest-securitygroup--1744428291"}], "key_name": "tempest-keypair-1285751800", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:44 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-89a37dca-640 e-4c1a-a3b5-9e062767c9ea', 'x-compute-request-id': 'req-89a37dca-640e-4c1a-a3b5-9e062767c9ea', '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-23 18:51:44,783 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1285751800 0.053s 2023-07-23 18:51:44,783 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:44 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-0673ec57-a8e0-4b29-9de4-c86681e633d0', 'x-compute-request-id': 'req-0673ec57-a8e0-4b29-9de4-c86681e633d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1285751800'} Body: b'' 2023-07-23 18:51:45,009 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/248f707a-a282-4135-94f5-f22e29018763 0.225s 2023-07-23 18:51:45,009 79360 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-b8dd171d-550e-4160-9422-6ff2eeefddc5', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/248f707a-a282-4135-94f5-f22e29018763'} Body: b'' 2023-07-23 18:51:45,050 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/248f707a-a282-4135-94f5-f22e29018763 0.041s 2023-07-23 18:51:45,051 79360 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-656470df-9bd3-4fb0-9651-bef5af5544a0', 'date': 'Sun, 23 Jul 2023 18:51:45 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/248f707a-a282-4135-94f5-f22e29018763'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 248f707a-a282-4135-94f5-f22e29018763 does not exist", "detail": ""}}' 2023-07-23 18:51:46,433 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e0997ec7-f4f0-4da8-8277-ccbe4ee3becd 1.380s 2023-07-23 18:51:46,433 79360 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-17105860-e8bd-45f1-9a9a-43e0d5c53bda', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:51:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e0997ec7-f4f0-4da8-8277-ccbe4ee3becd'} Body: b'' 2023-07-23 18:51:46,499 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.065s 2023-07-23 18:51:46,500 79360 DEBUG [tempest.lib.common.rest_client] Request - Heade rs: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:46 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-9d088d64-b494-4adb-bfd4-a12325bcac7c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'' 2023-07-23 18:51:46,567 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.066s 2023-07-23 18:51:46,568 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce5d63b-3803-4a35-a4ac-bfb4a0de4cce', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce5d63b-3803-4a35-a4ac-bfb4a0de4cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:47,689 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.098s 2023-07-23 18:51:47,690 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5de88ba8-8954-419f-86c6-7d6fa1041db6', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5de88ba8-8954-419f-86c6-7d6fa1041db6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "deleting", "size": 1, "availabili ty_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:48,780 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.068s 2023-07-23 18:51:48,781 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d172334-665e-4614-b354-0a997e010998', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d172334-665e-4614-b354-0a997e010998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:50,051 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.250s 2023-07-23 18:51:50,051 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc4dc03e-d0b2-4bf8-bd62-5a91dfe4a626', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc4dc03e-d0b2-4bf8-bd62-5a91dfe4a626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"volume": {"id": "121ddc28-aea3-4596-8e40-66cc16dcd576", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:35.000000", "updated_at": "2023-07-23T18:51:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2138764145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:51,097 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576 0.025s 2023-07-23 18:51:51,097 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:51 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-8642295c-0fe2-47e1-8e09-bc585a7036fa', 'x-openstack-request-id': 'req-8642295c-0fe2-47e1-8e09-bc585a7036fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/121ddc28-aea3-4596-8e40-66cc16dcd576'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 121ddc28-aea3-4596-8e40-66cc16dcd576 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-23 18:51:59,609 79348 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.108s 2023-07-23 18:51:59,609 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:59 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-7fe99731-ee54-45f5-8d6c-8145f663c438', '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": "3e99ba83391b42c58178132bca4096ce", "name": "tempest-TestServerVolumeAttachmentScenario-1707263169-project-member", "password_expires_at": null}, "audit_ids": ["-tY06nH9SxWS3u5U0vS2Ew"], "expires_at": "2023-07-23T19:51:59.000000Z", "issued_at": "2023-07-23T18:51:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afc701efba1a48709fcf0ad58f22a5ae", "name": "tempest-TestServerVolumeAttachmentScenario-1707263169"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/afc701efba1a48709fcf0ad58f22a5ae", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/afc701efba1a48709fcf0ad58f22a5ae", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/afc701efba1a48709fcf0ad58f22a5ae", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:51:59,610 79348 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'b3242c8d-ebad-4648-94ce-cb1efa93007d', 'name': 'tempest-TestServerVolumeAttachmentScenario-641224695-network', 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'p ort_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11488, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:51:30Z', 'updated_at': '2023-07-23T18:51:30Z', 'revision_number': 1} available for tenant 2023-07-23 18:51:59,611 79348 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:51:59,611 79348 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:51:59,956 79348 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.336s 2023-07-23 18:51:59,957 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1082762061", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKYHILiO4jTi9f1cpevGaokcaMGfn9m7IAo+9joZfX9NaWarT+y1fOpl/aeLZC+JygHn8t0ggQ0M16cSXWI/Xvcd7INPKdPxIUQ8iZ1Pf1LZvpXJZJKbA9d5QR+6pJHuoQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:59 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-53920951-6467-4dbd-8201-3883131ea989', 'x-compute-request-id': 'req-53920951-6467-4dbd-8201-3883131ea989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1082762061", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKYHILiO4jTi9f1cpevGaokcaMGfn9m7IAo+9joZfX9NaWarT+y1fOpl/aeLZC+JygHn8t0ggQ0M16cSXWI/Xvcd7INPKdPxIUQ8iZ1Pf1LZvpXJZJKbA9d5QR+6pJHuoQ==", "fingerprint": "be:78:08:35:c9:97:14:79:38:92:20:a0:b1:f8:13:f4", "user_id": "3e99ba83391b42c58178132bca4096ce"}}' 2023-07-23 18:51:59,962 79348 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1082762061 created 2023-07-23 18:52:00,183 79348 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.221s 2023-07-23 18:52:00,184 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1297167619", "description": "tempest-description--1721426392"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-16fd4418-aeed-4fa0-b805-6f4293385c0e', 'date': 'Sun, 23 Jul 2023 18:52:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "name": "tempest-securitygroup--1297167619", "stateful": true, "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "description": "tempest-description--1721426392", "shared": false, "security_group_rules": [{"id": "01d6aacb-441a-4609-89e0-0e9db34faa2f", "project_id": "afc701efba1a48709fcf0ad58f22a5ae", "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "security_group_id": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "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": 921, "description": nu ll, "tags": [], "created_at": "2023-07-23T18:52:00Z", "updated_at": "2023-07-23T18:52:00Z", "revision_number": 0}, {"id": "b3caed6b-1b98-488b-82f1-29542a2d479e", "project_id": "afc701efba1a48709fcf0ad58f22a5ae", "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "security_group_id": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "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": 920, "description": null, "tags": [], "created_at": "2023-07-23T18:52:00Z", "updated_at": "2023-07-23T18:52:00Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:52:00Z", "updated_at": "2023-07-23T18:52:00Z", "revision_number": 1, "project_id": "afc701efba1a48709fcf0ad58f22a5ae"}}' 2023-07-23 18:52:00,563 79348 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.379s 2023-07-23 18:52:00,564 79348 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": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "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-b0f72873-3b07-4d45-863a-743028e16498', 'date': 'Sun, 23 Jul 2023 18:52: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": "0469d128-04bd-4de9-b17f-54beffa96c67", "project_id": "afc701efba1a48709fcf0ad58f22a5ae", "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "security_group_id": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "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-23T18:52:00Z", "updated_at": "2023-07-23T18:52:00Z", "revision_number": 0}}' 2023-07-23 18:52:00,855 79348 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.290s 2023-07-23 18:52:00,855 79348 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": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6e6cf02b-5421-4ec8-89d3-e0c0b45dae12', 'date': 'Sun, 23 Jul 2023 18:52: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": "0c833cec-394c-4599-88de-1139629e1b58", "project_id": "afc701efba1a48709fcf0ad58f22a5ae", "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "security_group_id": "ab1155b3-3e2f-4dfe-9843-ff690dd8eb78", "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-23T18:52:00Z", "updated_at": "2023-07-23T18:52:00Z", "revision_number": 0}}' 2023-07-23 18:52:00,855 79348 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1297167619 created 2023-07-23 18:52:02,053 79348 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixtu re:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.197s 2023-07-23 18:52:02,053 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-e4b94d67-29f3-482c-bace-9b19eafd8217', 'date': 'Sun, 23 Jul 2023 18:52:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "73dac7da-e125-45db-b42b-6167d1766ca3", "tenant_id": "afc701efba1a48709fcf0ad58f22a5ae", "floating_ip_address": "172.24.4.80", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "afc701efba1a48709fcf0ad58f22a5ae", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:52:01Z", "updated_at": "2023-07-23T18:52:01Z", "revision_number": 0}}' 2023-07-23 18:52:02,054 79348 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '73dac7da-e125-45db-b42b-6167d1766ca3', 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'floating_ip_address': '172.24.4.80', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:52:01Z', 'updated_at': '2023-07-23T18:52:01Z', 'revision_number': 0, 'ip': '172.24.4.80'} created 2023-07-23 18:52:02,055 79348 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1082762061', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKYHILiO4jTi9f1cpevGaokcaMGfn9m7IAo+9joZfX9NaWarT+y1fOpl/aeLZC+JygHn8t0ggQ0M16cSXWI/Xvcd7INPKdPxIUQ8iZ1Pf1LZvpXJZJKbA9d5QR+6pJHuoQ==', 'fingerprint': 'be:78:08:35:c9:97:14:79:38:92:20:a0:b1:f8:13:f4', 'user_id': '3e99ba83391b42c58178132bca4096ce', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDACYmf3jkx6Xw+VOyNy5Vpk8z2Gy4M3eA7ji+m2Ao8H11GY/AkNew7w\nIxuphB3CMfWgBwYFK4EEACKhZANiAASmByC4juI04vX9XKXrxmqJHGjBn5/ZuyAK\nPvY6GX1/TWlmq0/stXzqZf2ni2QvicoB5/LdIIENDNenEl1iP173HeyDTynT8SFE\nPImdT39S2b6VyWSSmwPXeUEfuqSR7qE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ab1155b3-3e2f-4dfe-9843-ff690dd8eb78', 'name': 'tempest-securitygroup--1297167619', 'stateful': True, 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'description': 'tempest-description--1721426392', 'shared': False, 'security_group_rules': [{'id': '01d6aacb-441a-4609-89e0-0e9db34faa2f', 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'security_group_id': 'ab1155b3-3e2f-4dfe-9843-ff690dd8eb78', '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': 921, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:52:00Z', 'updated_at': '2023-07-23T18:52:00Z', 'revision_number': 0}, {'id': 'b3caed6b-1b98-488b-82f1-29542a2d479e', 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'security_group_id': 'ab1155b3-3e2f-4dfe-9843-ff690dd8eb78', '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': 920, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:52:00Z', 'updated_at': '2023-07-23T18:52:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:52:00Z', 'updated_at': '2023-07-23T18:52:00Z', 'revision_number': 1, 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae'}, 'floating_ip': {'id': '73dac7da-e125-45db-b42b-6167d1766ca3', 'tenant_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'floating_ip_address': '172.24.4.80', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'afc701efba1a48709fcf0ad58f22a5ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:52:01Z', 'updated_at': '2023-07-23T18:52:01Z', 'revision_number': 0, 'ip': '172.24.4.80'}} 2023-07-23 18:52:02,097 79348 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.040s 2023-07-23 18:52:02,098 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1565071771", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "b3242c8d-ebad-4648-94ce-cb1efa93007d"}], "security_groups": [{"name": "tempest-securitygroup--1297167619"}], "key_name": "tempest-keypair-1082762061", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:02 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-5ff080e2-3457-415f-992e-54b76cbf2d1b', 'x-compute-request-id': 'req-5ff080e2-3457-415f-992e-54b76cbf2d1b', '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-23 18:52:02,144 79348 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1082762061 0.042s 2023-07-23 18:52:02,144 79348 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:02 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-1ec42fe3-948e-4d2c-a232-6b3749c90eab', 'x-compute-request-id': 'req-1ec42fe3-948e-4d2c-a232-6b3749c90eab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1082762061'} Body: b'' 2023-07-23 18:52:02,322 79348 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ab1155b3-3e2f-4dfe-9843-ff690dd8eb78 0.177s 2023-07-23 18:52:02,323 79348 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-44c25b87-4222-4ead-89ef-1c6dea917154', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:52:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ab1155b3-3e2f-4dfe-9843-ff690dd8eb78'} Body: b'' 2023-07-23 18:52:02,348 79348 INFO [te mpest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ab1155b3-3e2f-4dfe-9843-ff690dd8eb78 0.024s 2023-07-23 18:52:02,349 79348 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-fd878d3e-ce8c-4637-8004-ea80c7f52a15', 'date': 'Sun, 23 Jul 2023 18:52:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ab1155b3-3e2f-4dfe-9843-ff690dd8eb78'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ab1155b3-3e2f-4dfe-9843-ff690dd8eb78 does not exist", "detail": ""}}' 2023-07-23 18:52:03,049 79348 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/73dac7da-e125-45db-b42b-6167d1766ca3 0.699s 2023-07-23 18:52:03,049 79348 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-6b22dbb1-e816-4af3-ac89-0fb772680df7', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:52:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/73dac7da-e125-45db-b42b-6167d1766ca3'} Body: b'' 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-23 18:51:51,109 79360 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-23 18:51:51,218 79360 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.106s 2023-07-23 18:51:51,218 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1188881860", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNoRtyjNaJsN00KZtAcqeu3qThWv0i6lOafEa20mqZwHe6xnzNOeY3kws+7x/SRJJtIJqvMghIQRhDK4c7tisJUI2BkZXzl6kDY0B8eDhu+0LGNciuA507dRiyi4dLa0/g=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7618dd0f-26bf-468b-95a4-edb5717ee18e', 'x-compute-request-id': 'req-7618dd0f-26bf-468b-95a4-edb5717ee18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1188881860", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNoRtyjNaJsN00KZtAcqeu3qThWv0i6lOafEa20mqZwHe6xnzNOeY3kws+7x/SRJJtIJqvMghIQRhDK4c7tisJUI2BkZXzl6kDY0B8eDhu+0LGNciuA507dRiyi4dLa0/g==", "fingerprint": "09:8e:50:fc:3d:79:82:09:c5:06:f3:8f:fa:67:9b:0c", "user_id": "3e7071b63e754806b8cbc4c6b868d3c6"}}' 2023-07-23 18:51:51,658 79360 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.436s 2023-07-23 18:51:51,658 79360 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-2061128882", "description": "tempest-secgroup-smoke-2061128882 description", "project_id": "19f30a0bf2e54694ba252766c35c9813"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-5bf49914-659a-47c0-a0cf-50d7e5a4631f', 'date': 'Sun, 23 Jul 2023 18:51:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4879fca5-d15a-4f84-a877-36a63f166627", "name": "tempest-secgroup-smoke-2061128882", "stateful": true, "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "description": "tempest-secgroup-smoke-2061128882 description", "shared": false, "security_group_rules": [{"id": "2d018921-4348-4f01-bec3-12a4f574f56d", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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": 886, "description": null, "tags": [], "created_at": "2023-07-23T18:51:51Z", "updated_at": "2023-07-23T18:51:51Z", "revision_number": 0}, {"id": "8213fbe3-a11a-4c8b-b4af-cd3a76085dfa", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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": 885, "description": null, "tags": [], "created_at": "2023-07-23T18:51:51Z", "updated_at": "2023-07-23T18:5 1:51Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:51:51Z", "updated_at": "2023-07-23T18:51:51Z", "revision_number": 1, "project_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:52,383 79360 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.724s 2023-07-23 18:51:52,384 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "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-8379d3ac-a9f4-4c41-ba5e-88bb00c80d45', 'date': 'Sun, 23 Jul 2023 18:51:52 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": "e7d53d31-cfb9-4ffc-9b9b-d17da931c336", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:51Z", "updated_at": "2023-07-23T18:51:51Z", "revision_number": 0}}' 2023-07-23 18:51:52,784 79360 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.399s 2023-07-23 18:51:52,784 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "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-730e6986-e5a0-4221-8d64-e764286e7d0d', 'date': 'Sun, 23 Jul 2023 18:51:52 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": "ad26981b-2da1-4fb5-9313-7daad38eb87a", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:52Z", "updated_at": "2023-07-23T18:51:52Z", "revision_number": 0}}' 2023-07-23 18:51:53,197 79360 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.412s 2023-07-23 18:51:53,198 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ab0476c5-2d96-4df4-be6b-441a1a47b82f', 'date': 'Sun, 23 Jul 2023 18:51:53 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": "6ab90a46-7597-49f7-a468-c36afbe9adf9", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:52Z", "updated_at": "2023-07-23T18:51:52Z", "revision_number": 0}}' 2023-07-23 18:51:54,343 79360 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 1.145s 2023-07-23 18:51:54,344 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-d85b4572-621f-491a-9e6d-ef30619f1acb', 'date': 'Sun, 23 Jul 2023 18:51: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": "4f31723d-69d3-46c0-b0c0-7cedb979a800", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:53Z", "updated_at": "2023-07-23T18:51:53Z", "revision_number": 0}}' 2023-07-23 18:51:54,831 79360 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.486s 2023-07-23 18:51:54,831 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cec0c88e-5e7a-434a-bf5f-73480a65fabb', 'date': 'Sun, 23 Jul 2023 18:51: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": "200f96f1-033f-4fe1-8219-a747cd14fbc2", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:54Z", "updated_at": "2023-07-23T18:51:54Z", "revision_number": 0}}' 2023-07-23 18:51:55,271 79360 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.439s 2023-07-23 18:51:55,272 79360 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": "4879fca5-d15a-4f84-a877-36a63f166627", "project_id": "19f30a0bf2e54694ba252766c35c9813", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-ba103f19-69e4-4eab-82e7-6b3668d57435', 'date': 'Sun, 23 Jul 2023 18:51: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": "72e01623-b7be-444c-821f-097e58a19bbd", "project_id": "19f30a0bf2e54694ba252766c35c9813", "tenant_id": "19f30a0bf2e54694ba252766c35c9813", "security_group_id": "4879fca5-d15a-4f84-a877-36a63f166627", "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-23T18:51:55Z", "updated_at": "2023-07-23T18:51:55Z", "revision_number": 0}}' 2023-07-23 18:51:55,272 79360 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-23 18:51:55,311 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc 0.038s 2023-07-23 18:51:55,311 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-473cf973-8f22-4bdb-8d5a-8cc2d884fd46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc'} 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": "c16e68c26d9244c4985595b2be0fa9e8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "created_at": "2023-07-23T18:45:22Z", "updated_at": "2023-07-23T18:45:23Z", "tags": [], "self": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc", "file": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:51:56,037 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes 0.724s 2023-07-23 18:51:56,037 79360 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-1482533945", "snapshot_id": null, "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bca94a2b-dbf1-4380-b003-d6bca189d12a', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bca94a2b-dbf1-4380-b003-d6bca189d12a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volu mes'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:55.913222", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:51:56,103 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.056s 2023-07-23 18:51:56,104 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0336b404-4145-4fee-8368-160a94c6ab96', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0336b404-4145-4fee-8368-160a94c6ab96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:57,198 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.081s 2023-07-23 18:51:57,199 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-595fdac9-e866-424f-8798-eea9ef7e01ad', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-595fdac9-e866-424f-8798-eea9ef7e01ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:51:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss -2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:58,268 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.048s 2023-07-23 18:51:58,268 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00bbe267-19a2-4de8-ac36-076ac6127a74', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00bbe267-19a2-4de8-ac36-076ac6127a74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:51:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:51:59,348 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.068s 2023-07-23 18:51:59,349 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8856155e-4c66-4b1a-890e-fd479cabcd83', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8856155e-4c66-4b1a-890e-fd479cabcd83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:51:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark" , "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:00,436 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.066s 2023-07-23 18:52:00,437 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf8f488-eee3-4df6-ba08-0ac4fbd4bcab', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf8f488-eee3-4df6-ba08-0ac4fbd4bcab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:51:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:01,508 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.049s 2023-07-23 18:52:01,509 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b141e394-bf98-4909-90be-ce9c7ebbbd75', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b141e394-bf98-4909-90be-ce9c7ebbbd75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:01,520 79360 INFO [tempest.common.waiters] volume 21be644c-f7e5-4b53-a0a0-5bd547ab4870 reached available after waiting for 5.520292 seconds 2023-07-23 18:52:01,567 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.047s 2023-07-23 18:52:01,567 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a3f817-5d64-4478-8859-7975c60e7626', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a3f817-5d64-4478-8859-7975c60e7626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:01,767 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.180s 2023-07-23 18:52:01,767 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 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-7d404fc1-d0fa-4c4e-b082-0b97a3a30a27', '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": "3e7071b63e754806b8cbc4c6b868d3c6", "name": "tempest-TestVolumeBootPattern -646827604-project-member", "password_expires_at": null}, "audit_ids": ["GNncKWnjQquwGUpawFqYfg"], "expires_at": "2023-07-23T19:52:01.000000Z", "issued_at": "2023-07-23T18:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19f30a0bf2e54694ba252766c35c9813", "name": "tempest-TestVolumeBootPattern-646827604"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:52:01,768 79360 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '4ecc3221-4b16-428a-bead-71a9f0816063', 'name': 'tempest-TestVolumeBootPattern-536110673-network', 'tenant_id': '19f30a0bf2e54694ba252766c35c9813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '19f30a0bf2e54694ba252766c35c9813', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19913, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:50:35Z', 'updated_at': '2023-07-23T18:50:35Z', 'revision_number': 1} available for tenant 2023-07-23 18:52:01,815 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.046s 2023-07-23 18:52:01,816 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1640960574", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-2061128882"}], "block_device_map ping_v2": [{"uuid": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-1188881860", "networks": [{"uuid": "4ecc3221-4b16-428a-bead-71a9f0816063"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 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-6eac8a61-158e-4941-a12f-60629161d336', 'x-compute-request-id': 'req-6eac8a61-158e-4941-a12f-60629161d336', '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-23 18:52:01,895 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.078s 2023-07-23 18:52:01,895 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 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-6158b9e6-38fc-4913-9fa1-87c6beeb4821', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'' 2023-07-23 18:52:01,954 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.058s 2023-07-23 18:52:01,955 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a672a477-d840-4c2b-84ae-80e0a99425e7', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a672a477-d840-4c2b-84ae-80e0a99425e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:02.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:03,026 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.051s 2023-07-23 18:52:03,027 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31e810a8-a689-44ab-ab5c-439e35e72c6d', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31e810a8-a689-44ab-ab5c-439e35e72c6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:02.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:04,119 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.073s 2023-07-23 18:52:04,119 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2961c3e-d044-4a43-9455-2345e5ff96ca', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2961c3e-d044-4a43-9455-2345e5ff96ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:02.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "htt p://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:05,214 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.071s 2023-07-23 18:52:05,214 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-943d6dbb-5c82-4565-8c41-232887d2fa80', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-943d6dbb-5c82-4565-8c41-232887d2fa80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"volume": {"id": "21be644c-f7e5-4b53-a0a0-5bd547ab4870", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:51:56.000000", "updated_at": "2023-07-23T18:52:02.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1482533945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870"}], "user_id": "3e7071b63e754806b8cbc4c6b868d3c6", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "19f30a0bf2e54694ba252766c35c9813"}}' 2023-07-23 18:52:06,251 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19f30a0bf2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870 0.024s 2023-07-23 18:52:06,251 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:06 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-2d1e7745-3649-4a51-b9b3-13454db8d5b3', 'x-openstack-request-id': 'req-2d1e7745-3649-4a51-b9b3-13454db8d5b3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19f30a0bf 2e54694ba252766c35c9813/volumes/21be644c-f7e5-4b53-a0a0-5bd547ab4870'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21be644c-f7e5-4b53-a0a0-5bd547ab4870 could not be found."}}' 2023-07-23 18:52:06,853 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/4879fca5-d15a-4f84-a877-36a63f166627 0.601s 2023-07-23 18:52:06,854 79360 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-86f4ca7b-feef-4a9f-bd44-99bcd67a6cff', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:52:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4879fca5-d15a-4f84-a877-36a63f166627'} Body: b'' 2023-07-23 18:52:06,893 79360 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1188881860 0.038s 2023-07-23 18:52:06,893 79360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:06 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-3ce97b6b-a7eb-4b9d-ae14-0909d8d7bd95', 'x-compute-request-id': 'req-3ce97b6b-a7eb-4b9d-ae14-0909d8d7bd95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1188881860'} 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-23 18:52:17,161 79366 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.099s 2023-07-23 18:52:17,161 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:17 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-840ffb7c-7905-4ebf-b2e8-f8e3fb673983', '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": "8abc92b5bc844c45b54a0072cdad89b1", "name": "tempest-VolumesActionsTest-1680937560-project-member", "password_expires_at": null}, "audit_ids": ["4RKxX4csTV-cskv49e533g"], "expires_at": "2023-07-23T19:52:17.000000Z", "issued_at": "2023-07-23T18:52:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab2339668171408aa60597f1ad408a02", "name": "tempest-VolumesActionsTest-1680937560"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ab2339668171408aa60597f1ad408a02", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ab2339668171408aa60597f1ad408a02", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ab2339668171408aa60597f1ad408a02", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:52:17,162 79366 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '0ab6d157-2a23-4fea-84b3-092ecbfdbc8c', 'name': 'tempest-VolumesActionsTest-1547024681-network', 'tenant_id': 'ab2339668171408aa60597f1ad408a02', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ab2339668171408aa60597f1ad408a02', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9071, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:52:00Z', 'updated_at': '2023-07-23T18:52:00Z', 'revision_number': 1} available for tenant 2023-07-23 18:52:17,440 79366 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.277s 2023-07-23 18:52:17,441 79366 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-835553531", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "0ab6d157-2a23-4fea-84b3-092ecbfdbc8c"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-2dd66b91-5ee4-457f-9a8c-142c38262250', 'x-compute-request-id': 'req-2dd66b91-5ee4-457f-9a8c-142c38262250', '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_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-23 18:52:30,482 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.244s 2023-07-23 18:52:30,483 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1992316982", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN1TzvgyRud+E5gpZfPRYTqKPZ6vZMQ8OnSVQeR+8qzvSAIa4Z36ZKyUmI6fnLkp4HPOqXkIXhCfOi1vF3PsXyK6aiKvreYY0u7Xv/dmZyLM7tUoM38Vi/EYncSP4nWcIw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:30 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-6548e390-01dd-4a4d-a697-ee98549e2759', 'x-compute-request-id': 'req-6548e390-01dd-4a4d-a697-ee98549e2759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1992316982", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN1TzvgyRud+E5gpZfPRYTqKPZ6vZMQ8OnSVQeR+8qzvSAIa4Z36ZKyUmI6fnLkp4HPOqXkIXhCfOi1vF3PsXyK6aiKvreYY0u7Xv/dmZyLM7tUoM38Vi/EYncSP4nWcIw==", "fingerprint": "59:a3:05:13:42:16:ba:b4:53:a1:0f:5a:50:f4:2f:bf", "user_id": "226ed8992db941c483a2f776a6c763ff"}}' 2023-07-23 18:52:30,662 79346 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.174s 2023-07-23 18:52:30,662 79346 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-1790221106", "description": "tempest-secgroup-smoke-1790221106 description", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-82b0c750-bebc-40e9-a339-f34ed222524e', 'date': 'Sun, 23 Jul 2023 18:52:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c6476027-691b-44be-99ae-ec77d3bba825", "name": "tempest-secgroup-smoke-1790221106", "stateful": true, "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "description": "tempest-secgroup-smoke-1790221106 description", "shared": false, "security_group_rules": [{"id": "66ea8fab-66a7-43d4-aff1-9698e6d480b1", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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": 1045, "description": null, "tags": [], "created_at": "2023-07-23T18:52:30Z", "updated_at": "2023-07-23T18:52:30Z", "revision_number": 0}, {"id": "907bafe4-9d25-4100-9dde-3ac50a0603d9", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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": 1046, "description": null, "tags": [], "created_at": "2023-07-23T18:52:30Z", "updated_at": "2023-07-23T18:52:30Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:52:30Z", "updated_at": "2023-07-23T18:52:30Z", "revision_number": 1, "projec t_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:30,815 79346 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.153s 2023-07-23 18:52:30,816 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "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-55c417b2-6686-454f-9884-0d55d1e5b402', 'date': 'Sun, 23 Jul 2023 18:52: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": "5836f37f-eb61-4aeb-b0bf-787bb129b5d2", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:30Z", "updated_at": "2023-07-23T18:52:30Z", "revision_number": 0}}' 2023-07-23 18:52:31,000 79346 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.184s 2023-07-23 18:52:31,001 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "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-4415fe83-619d-4ea5-a227-659ba1da1e31', 'date': 'Sun, 23 Jul 2023 18:52: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": "b2b5b3fd-01d8-4d7d-bdc5-2e6da2d0e310", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:30Z", "updated_at": "2023-07-23T18:52:30Z", "revision_number": 0}}' 2023-07-23 18:52:31,183 79346 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.182s 2023-07-23 18:52:31,184 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-39c31351-a077-4c2f-a5f9-de75c03d9423', 'date': 'Sun, 23 Jul 2023 18:52:31 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": "3208690d-46b7-45c1-a5b8-2ebfbf8372fe", "project_id": "4f5e126f 7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:31Z", "updated_at": "2023-07-23T18:52:31Z", "revision_number": 0}}' 2023-07-23 18:52:31,342 79346 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.158s 2023-07-23 18:52:31,343 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-e5925000-481d-4507-be0f-1fecd7b8d1bc', 'date': 'Sun, 23 Jul 2023 18:52:31 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": "e4c8d940-8b96-4dac-94e7-2732b9a2048f", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:31Z", "updated_at": "2023-07-23T18:52:31Z", "revision_number": 0}}' 2023-07-23 18:52:31,501 79346 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.157s 2023-07-23 18:52:31,501 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9a719dbf-a5df-419e-965d-d8123853c857', 'date': 'Sun, 23 Jul 2023 18:52:31 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": "67d072b0-f046-482f-a4ab-a50b57e02506", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:31Z", "updated_at": "2023-07-23T18:52:31Z", "revision_number": 0}}' 2023-07-23 18:52:31,670 79346 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.168s 2023-07-23 18:52:31,670 79346 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": "c6476027-691b-44be-99ae-ec77d3bba825", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-365e98eb-7ecf-4303-82f0-ae577892da71', 'date': 'Sun, 23 Jul 2023 18:52:31 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": "ea725de8-2258-47fa-8a2d-e4233a761a9b", "project_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682", "security_group_id": "c6476027-691b-44be-99ae-ec77d3bba825", "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-23T18:52:31Z", "updated_at": "2023-07-23T18:52:31Z", "revision_number": 0}}' 2023-07-23 18:52:31,941 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes 0.270s 2023-07-23 18:52:31,941 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-607782562", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5860711-ea5d-46f0-bafc-d63985cd56e8', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5860711-ea5d-46f0-bafc-d63985cd56e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:31.863560", "updated_at": null, "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:52:31,994 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.042s 2023-07-23 18:52:31,994 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eab8119-cb75-45c0-be2a-b909ddadfab8', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eab8119-cb75-45c0-be2a-b909ddadfab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null , "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:33,042 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.036s 2023-07-23 18:52:33,043 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8db511ea-1108-4661-a312-29fd4a8bffea', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8db511ea-1108-4661-a312-29fd4a8bffea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:32.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:34,100 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.046s 2023-07-23 18:52:34,101 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a4505aa-4904-4e7a-9251-870f12bebc8f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a4505aa-4904-4e7a-9251-870f12bebc8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a 3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:34,113 79346 INFO [tempest.common.waiters] volume 0c158926-a598-4a3d-a276-bb589f84c494 reached available after waiting for 2.113621 seconds 2023-07-23 18:52:34,167 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.053s 2023-07-23 18:52:34,168 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90a9807c-c8cc-4c36-a1b5-fbf9284681db', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90a9807c-c8cc-4c36-a1b5-fbf9284681db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:34,221 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.037s 2023-07-23 18:52:34,221 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2801', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-83545b41-22c5-4019-90df-64673a0f7e09', '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": "226ed8992db941c483a2f776a6c763ff", "name": "tempest-TestStampPattern-17474610-project-member", "password_expires_at": null}, "audit_ids": ["zDoGpzL_RJ-2TELzD5bYSg"], "expires_at": "2023-07-23T19:52:34.000000Z", "issued_at": "2023-07-23T18:52:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f5e126f7f6c4aa19555ed2ca91f3682", "name": "tempest-TestStampPattern-17474610"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b59 03601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4f5e126f7f6c4aa19555ed2ca91f3682", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:52:34,222 79346 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'fd2831a0-0887-4a37-a80d-544ab105ab1e', 'name': 'tempest-TestStampPattern-1030474017-network', 'tenant_id': '4f5e126f7f6c4aa19555ed2ca91f3682', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4f5e126f7f6c4aa19555ed2ca91f3682', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52852, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:52:13Z', 'updated_at': '2023-07-23T18:52:13Z', 'revision_number': 1} available for tenant 2023-07-23 18:52:34,246 79346 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-23 18:52:34,247 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-566736052", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1992316982", "security_groups": [{"name": "tempest-secgroup-smoke-1790221106"}], "networks": [{"uuid": "fd2831a0-0887-4a37-a80d-544ab105ab1e"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 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-7cc8a639-44ff-4339-aebb-be66aad464b5', 'x-compute-request-id': 'req-7cc8a639-44ff-4339-aebb-be66aad464b5', '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-23 18:52:34,307 79346 INFO [tempest.lib.common. rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.059s 2023-07-23 18:52:34,308 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 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-1a45c2ec-413c-4a56-aedf-fda1b6fbd15a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'' 2023-07-23 18:52:34,350 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.042s 2023-07-23 18:52:34,351 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5227b6-252c-4030-b319-276f88d18c3c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5227b6-252c-4030-b319-276f88d18c3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:35,407 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.045s 2023-07-23 18:52:35,408 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cef41898-4834-4660-b5a9-61a68f834c47', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cef41898-4834-4660-b5a9-61a68f834c47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss- 2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:36,462 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.038s 2023-07-23 18:52:36,462 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16112c92-44af-42b2-9322-fecf4c9e41c4', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16112c92-44af-42b2-9322-fecf4c9e41c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:37,538 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.064s 2023-07-23 18:52:37,539 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae25c15a-743e-4937-8d79-b50883f1f74e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae25c15a-743e-4937-8d79-b50883f1f74e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2 ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:38,590 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.039s 2023-07-23 18:52:38,590 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-407e0cfd-d842-4472-9c77-342ccfd7ab6e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-407e0cfd-d842-4472-9c77-342ccfd7ab6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"volume": {"id": "0c158926-a598-4a3d-a276-bb589f84c494", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:32.000000", "updated_at": "2023-07-23T18:52:34.000000", "name": "tempest-TestStampPattern-volume-607782562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494"}], "user_id": "226ed8992db941c483a2f776a6c763ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5e126f7f6c4aa19555ed2ca91f3682"}}' 2023-07-23 18:52:39,629 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494 0.027s 2023-07-23 18:52:39,630 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52: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-4794d63c-62e4-454e-834c-d6efbc24bce8', 'x-openstack-request-id': 'req-4794d63c-62e4-454e-834c-d6efbc24bce8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4f5e126f7f6c4aa19555ed2ca91f3682/volumes/0c158926-a598-4a3d-a276-bb589f84c494'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0c158926-a598-4a3d-a276-bb589f84c494 could not be found."}}' 2023-07-23 18:52:39,883 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c6476027-691b-44be-99ae-ec77d3bba825 0.253s 2023-07-23 18:52:39,884 79346 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-23e5d4d1-665d-4961-ada9-21e3ea5b6639', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:52:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c6476027-691b-44be-99ae-ec77d3bba825'} Body: b'' 202 3-07-23 18:52:39,920 79346 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1992316982 0.036s 2023-07-23 18:52:39,921 79346 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:39 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-8c4d749f-d484-47fa-9012-b9bdd2c94bcc', 'x-compute-request-id': 'req-8c4d749f-d484-47fa-9012-b9bdd2c94bcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1992316982'} 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 a8c0fbdc-d367-47dd-a210-74a58ed744e7 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.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 f3924cf5-3e22-4e2a-a5ca-aad180888d81 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-23 18:52:50,962 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes 0.229s 2023-07-23 18:52:50,962 79362 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-38808681"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7dd929-0ccd-4e7e-b88a-5a2938b761f2', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7dd929-0ccd-4e7e-b88a-5a2938b761f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:50.873558", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:52:51,034 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.054s 2023-07-23 18:52:51,034 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dbb53b7-d64f-4286-86e1-2fbab309a3c6', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dbb53b7-d64f-4286-86e1-2fbab309a3c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:52:52,115 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.060s 2023-07-23 18:52:52,115 79362 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e297d1-e2f5-48f8-91c7-8e0e9ac17873', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e297d1-e2f5-48f8-91c7-8e0e9ac17873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:52:51.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:52:53,178 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.042s 2023-07-23 18:52:53,179 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6835db1-8a5e-4ad4-957f-11f8dfad7824', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6835db1-8a5e-4ad4-957f-11f8dfad7824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:52:53.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:52:53,189 79362 INFO [tempest.common.waiters] volume f3924cf5-3e22-4e2a-a5ca-aad180888d81 reached available after waiting for 2.189683 seconds 2023-07-23 18:52:53,312 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots 0.122s 2023-07-23 18:52:53,312 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/j son', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "name": "tempest-VolumesDeleteCascade-Snapshot-111338633"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6af9e6d-377f-4a76-9a83-3991e8505339', 'content-length': '306', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6af9e6d-377f-4a76-9a83-3991e8505339', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.264175", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-23 18:52:53,343 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.026s 2023-07-23 18:52:53,344 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63c988f5-6a38-4ff4-87a9-dced0986ab1f', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63c988f5-6a38-4ff4-87a9-dced0986ab1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:52:54,390 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.042s 2023-07-23 18:52:54,391 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62ac4425-829e-4a3c-b410-561a984a6cbd', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62ac4425-829e-4a3c-b410-561a984a6cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:52:55,419 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delet e): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.022s 2023-07-23 18:52:55,419 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e84eef-7db0-4501-a4d1-846e58fdfc9b', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e84eef-7db0-4501-a4d1-846e58fdfc9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:52:56,451 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.025s 2023-07-23 18:52:56,451 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b696af2c-9963-4ab3-a825-5e2ca5cb0d70', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b696af2c-9963-4ab3-a825-5e2ca5cb0d70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:52:57,485 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.027s 2023-07-23 18:52:57,485 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ef9007f-1a36-4429-b434-9abc6b989b2c', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ef9007f-1a36-4429-b434-9abc6b989b2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81" , "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:52:58,533 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.042s 2023-07-23 18:52:58,534 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-124ce942-d3be-4407-b72f-374c79fc0d0d', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-124ce942-d3be-4407-b72f-374c79fc0d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} Body: b'{"snapshot": {"id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "created_at": "2023-07-23T18:52:53.000000", "updated_at": "2023-07-23T18:52:58.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-111338633", "description": null, "volume_id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "c5e890b5007a44bbb567f1f9a23ce578", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:52:58,540 79362 INFO [tempest.common.waiters] snapshot 9e4c64d3-98a9-4372-b38f-6231d1ebf23f reached available after waiting for 5.540441 seconds 2023-07-23 18:52:58,826 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes 0.285s 2023-07-23 18:52:58,826 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1157601566"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-597d4211-a1b0-4223-98ca-3ce192b324b0', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-597d4211-a1b0-4223-98ca-3ce192b324b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:58.723564", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:52:58,891 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.047s 2023-07-23 18:52:58,892 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d0d58d3-4de0-4e97-b522-4ee64c2b2860', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d0d58d3-4de0-4e97-b522-4ee64c2b2860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:52:59,955 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.042s 2023-07-23 18:52:59,955 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:52:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-624ef191-6414-42de-b31c-7e4c2586f063', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-624ef191-6414-42de-b31c-7e4c2586f063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:52:59.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:01,024 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.055s 2023-07-23 18:53:01,025 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89dcfa3b-4083-48cc-ad2d-bd560f51c2ce', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89dcfa3b-4083-48cc-ad2d-bd560f51c2ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:52:59.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:02,083 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.036s 2023-07-23 18:53:02,083 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3658975-0a8a-4bbc-8b5c-c2a98f99f414', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3658975-0a8a-4bbc-8b5c-c2a98f99f414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:52:59.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:03,144 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.043s 2023-07-23 18:53:03,144 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-com pute-request-id': 'req-a8482b7a-7ca2-4d66-964d-6c7acecfa1fc', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8482b7a-7ca2-4d66-964d-6c7acecfa1fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:03.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:03,155 79362 INFO [tempest.common.waiters] volume 88592cc0-6387-4ba0-aae0-409ff84b6c60 reached available after waiting for 5.155442 seconds 2023-07-23 18:53:03,197 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.042s 2023-07-23 18:53:03,198 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0abbfe32-ec5d-483f-be61-e7b4c0ed3f0d', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0abbfe32-ec5d-483f-be61-e7b4c0ed3f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:03.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:03,286 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81?cascade=True 0.079s 2023-07-23 18:53:03,287 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conten t-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245fba81-8579-475a-b65d-315fc4b4e936', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81?cascade=True'} Body: b'' 2023-07-23 18:53:03,335 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.047s 2023-07-23 18:53:03,335 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcded10a-3bfc-4752-a226-998b8ce13c36', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcded10a-3bfc-4752-a226-998b8ce13c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:53:03.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:04,390 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.043s 2023-07-23 18:53:04,390 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb46ef0-996b-4700-ad3d-6fd75112a1ec', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb46ef0-996b-4700-ad3d-6fd75112a1ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:53:03.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "e ncrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:05,446 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.042s 2023-07-23 18:53:05,447 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61f88c3a-ddd5-4fd2-bce7-19c02f36ed05', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61f88c3a-ddd5-4fd2-bce7-19c02f36ed05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:53:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:05,514 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.047s 2023-07-23 18:53:05,514 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64314b0-882d-44ff-beb7-beedfc75940d', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64314b0-882d-44ff-beb7-beedfc75940d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:03.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18: 53:05,579 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.054s 2023-07-23 18:53:05,579 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:05 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-788f6fa3-fa4b-4cef-bed0-ae219175d37d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'' 2023-07-23 18:53:05,655 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.076s 2023-07-23 18:53:05,656 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-555fa624-a5c0-486a-a428-7cfe7f65a2a5', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-555fa624-a5c0-486a-a428-7cfe7f65a2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:06,737 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.068s 2023-07-23 18:53:06,737 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27c2a9a4-3908-4cb5-b0b4-1fe8bdd95c0c', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27c2a9a4-3908-4cb5-b0b4-1fe8bdd95c0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:06.000000", "nam e": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:07,816 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.068s 2023-07-23 18:53:07,816 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c132a1cb-9797-487f-8065-5271e9870640', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c132a1cb-9797-487f-8065-5271e9870640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:08,874 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.044s 2023-07-23 18:53:08,874 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8035ecf6-2208-49d3-aba1-336a0a59784c', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8035ecf6-2208-49d3-aba1-336a0a59784c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"volume": {"id": "88592cc0-6387-4ba0-aae0-409ff84b6c60", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:59.000000", "updated_at": "2023-07-23T18:53:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1157601566", "description": null, "volume_type": "joviandss-2", "snapshot_id": "9e4c64d3-98a9-4372-b38f-6231d1ebf23f", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:09,910 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60 0.021s 2023-07-23 18:53:09,911 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:09 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-a2b28f7e-01da-42f7-b69d-90cde976362b', 'x-openstack-request-id': 'req-a2b28f7e-01da-42f7-b69d-90cde976362b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/88592cc0-6387-4ba0-aae0-409ff84b6c60'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 88592cc0-6387-4ba0-aae0-409ff84b6c60 could not be found."}}' 2023-07-23 18:53:09,983 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f 0.071s 2023-07-23 18:53:09,983 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:09 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-adec9720-4858-4e9b-9b11-b11c4e2f4486', 'x-openstack-request-id': 'req-adec9720-4858-4e9b-9b11-b11c4e2f4486', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/snapshots/9e4c64d3-98a9-4372-b38f-6231d1ebf23f'} 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-23 18:53:10,033 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.048s 2023-07-23 18:53:10,033 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d90e629-bfe1-4569-b8e3-157094e6b7b8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d90e629-bfe1-4569-b8e3-157094e6b7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} Body: b'{"volume": {"id": "f3924cf5-3e22-4e2a-a5ca-aad180888d81", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:52:51.000000", "updated_at": "2023-07-23T18:53:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-38808681", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81"}], "user_id": "40df33abf3f54435ad4edc430094f245", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5e890b5007a44bbb567f1f9a23ce578"}}' 2023-07-23 18:53:10,089 79362 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81 0.045s 2023-07-23 18:53:10,089 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:10 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-6375a1a1-2ca6-4ecb-a115-0120444df356', 'x-openstack-request-id': 'req-6375a1a1-2ca6-4ecb-a115-0120444df356', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/c5e890b5007a44bbb567f1f9a23ce578/volumes/f3924cf5-3e22-4e2a-a5ca-aad180888d81'} 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-23 18:53:37,764 79362 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-23 18:53:38,604 79362 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.839s 2023-07-23 18:53:38,604 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1067379260", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-6fcc4307-11a4-43f7-9b6a-96a03962cbd9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1067379260", "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": "5e68d15556f04503aba50b96f132f1d5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9769da53-ac7a-4fbf-b332-3ef266cb166d", "created_at": "2023-07-23T18:53:39Z", "updated_at": "2023-07-23T18:53:39Z", "tags": [], "self": "/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d", "file": "/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:53:40,217 79362 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/9769da53-ac7a-4fbf-b332-3ef266cb166d/file 1.612s 2023-07-23 18:53:40,217 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-9e61ec09-b08d-4ef7-8e6a-664623842e0f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d/file'} Body: b'' 2023-07-23 18:53:40,217 79362 DEBUG [tempest.scenario.manager] image:9769da53-ac7a-4fbf-b332-3ef266cb166d 2023-07-23 18:53:40,279 79362 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.059s 2023-07-23 18:53:40,279 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1312744946", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLiyxzBRCkW8k6hmceedFBnMSMewpYti0ysrHW0QoUK2dtSQfneX1onBx3Y4jDA55GPp3Va75NoVNEj1m78Gw4N9YddYWtdCbggDzbeZ9uDAJCxrQYKnWz3OXcxshrhTrQ=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 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-9accfcd9-c21c-4c0c-a8ba-0584bc37e686', 'x-compute-request-id': 'req-9accfcd9-c21c-4c0c-a8ba-0584bc37e686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1312744946", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLiyxzBRCkW8k6hmceedFBnMSMewpYti0ysrHW0QoUK2dtSQfneX1onBx3Y4jDA55GPp3Va75NoVNEj1m78Gw4N9YddYWtdCbggDzbeZ9uDAJCxrQYKnWz3OXcxshrhTrQ==", "fingerprint": "bd:20:8c:a5:d8:68:f9:99:e8:18:27:1d:8b:6f:01:66", "user_id": "accbefe1433c48e19d8ca80991e6c814"}}' 2023-07-23 18:53:40,335 79362 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.045s 2023-07-23 18:53:40,336 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 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-058f515e-6c75-4d21-a2a7-89e3c4b68509', '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": "accbefe1433c48e19d8ca80991e6c814", "name": "tempest-TestMinimumBasicScenario-1247407998-project-member", "password_expires_at": null}, "audit_ids": ["uWmLF3tMT8ilGHSHRmDn4w"], "expires_at": "2023-07-23T19:53:40.000000Z", "issued_at": "2023-07-23T18:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5e68d15556f04503aba50b96f132f1d5", "name": "tempest-TestMinimumBasicScenario-1247407998"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"} ]}}' 2023-07-23 18:53:40,336 79362 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '163850d0-62a7-4782-bda4-6294534e500f', 'name': 'tempest-TestMinimumBasicScenario-439743435-network', 'tenant_id': '5e68d15556f04503aba50b96f132f1d5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5e68d15556f04503aba50b96f132f1d5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62773, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:53:23Z', 'updated_at': '2023-07-23T18:53:23Z', 'revision_number': 1} available for tenant 2023-07-23 18:53:40,365 79362 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.027s 2023-07-23 18:53:40,365 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-707056742", "imageRef": "9769da53-ac7a-4fbf-b332-3ef266cb166d", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1312744946", "networks": [{"uuid": "163850d0-62a7-4782-bda4-6294534e500f"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 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-a5917a20-05c8-494e-b402-be7bdf413988', 'x-compute-request-id': 'req-a5917a20-05c8-494e-b402-be7bdf413988', '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-23 18:53:40,398 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1312744946 0.031s 2023-07-23 18:53:40,398 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 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-7ac554ce-3846-44a4-93c8-c9ece37c1d1b', 'x-compute-request-id': 'req-7ac554ce-3846-44a4-93c8-c9ece37c1d1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1312744946'} Body: b'' 2023-07-23 18:53:40,477 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d 0.077s 2023-07-23 18:53:40,477 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-557a7cd3-f22b-476a-9bea-e624df227609', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9769da53-ac7a-4fbf-b332-3ef266cb166d'} 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-23 18:53:40,481 79362 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-23 18:53:41,159 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.676s 2023-07-23 18:53:41,159 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1927001385", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/87972742-3f12-4409-9e4d-cf92e000f931', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0076c11c-ece0-4d28-a060-8d6f38f2e112', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1927001385", "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": "5e68d15556f04503aba50b96f132f1d5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87972742-3f12-4409-9e4d-cf92e000f931", "created_at": "2023-07-23T18:53:41Z", "updated_at": "2023-07-23T18:53:41Z", "tags": [], "self": "/v2/images/87972742-3f12-4409-9e4d-cf92e000f931", "file": "/v2/images/87972742-3f12-4409-9e4d-cf92e000f931/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:53:42,868 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/87972742-3f12-4409-9e4d-cf92e000f931/file 1.708s 2023-07-23 18:53:42,869 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-44817b2a-8d06-492e-8211-621436d1306d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/87972742-3f12-4409-9e4d-cf92e000f931/file'} Body: b'' 2023-07-23 18:53:42,869 79362 DEBUG [tempest.scenario.manager] image:87972742-3f12-4409-9e4d-cf92e000f931 2023-07-23 18:53:42,959 79362 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.087s 2023-07-23 18:53:42,959 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1729690807", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMOQusvyXKmxEvOSm+AF+QJ8OVaPu7KSSJwvAhjyGllMHTDc0qLgt/4+jwvXeqIiwvHR5HgMO46GBal8g882w0kkwzraV25F+0jZ3AIRORIxjggxLKJZaPXulyBF8PFvg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:42 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-8c0ade3b-4054-4d2d-b882-88ff5f09d4d1', 'x-compute-request-id': 'req-8c0ade3b-4054-4d2d-b882-88ff5f09d4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-172 9690807", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMOQusvyXKmxEvOSm+AF+QJ8OVaPu7KSSJwvAhjyGllMHTDc0qLgt/4+jwvXeqIiwvHR5HgMO46GBal8g882w0kkwzraV25F+0jZ3AIRORIxjggxLKJZaPXulyBF8PFvg==", "fingerprint": "d0:97:8b:3c:92:59:0c:f5:b4:8b:3b:96:21:42:46:d3", "user_id": "accbefe1433c48e19d8ca80991e6c814"}}' 2023-07-23 18:53:43,070 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.102s 2023-07-23 18:53:43,070 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:42 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-579e231d-195d-4b93-a2e8-2ef52fdad58a', '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": "accbefe1433c48e19d8ca80991e6c814", "name": "tempest-TestMinimumBasicScenario-1247407998-project-member", "password_expires_at": null}, "audit_ids": ["zxIzq7GWRnaCXxC4yeugMg"], "expires_at": "2023-07-23T19:53:43.000000Z", "issued_at": "2023-07-23T18:53:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5e68d15556f04503aba50b96f132f1d5", "name": "tempest-TestMinimumBasicScenario-1247407998"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5e68d15556f04503aba50b96f132f1d5", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:53:43,070 79362 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found netw ork {'id': '163850d0-62a7-4782-bda4-6294534e500f', 'name': 'tempest-TestMinimumBasicScenario-439743435-network', 'tenant_id': '5e68d15556f04503aba50b96f132f1d5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5e68d15556f04503aba50b96f132f1d5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62773, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:53:23Z', 'updated_at': '2023-07-23T18:53:23Z', 'revision_number': 1} available for tenant 2023-07-23 18:53:43,098 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.027s 2023-07-23 18:53:43,098 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1233404235", "imageRef": "87972742-3f12-4409-9e4d-cf92e000f931", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1729690807", "networks": [{"uuid": "163850d0-62a7-4782-bda4-6294534e500f"}]}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:43 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-ca9718c3-1f13-4fb2-b9f3-4b81ce56ae87', 'x-compute-request-id': 'req-ca9718c3-1f13-4fb2-b9f3-4b81ce56ae87', '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-23 18:53:43,122 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1729690807 0.023s 2023-07-23 18:53:43,122 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:43 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-8fc96315-1311-4f23-b179-b71ea075b83c', 'x-compute-request-id': 'req-8fc96315-1311-4f23-b179-b71ea075b83c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1729690807'} Body: b'' 2023-07-23 18:53:43,219 79362 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/87972742-3f12-4409-9e4d-cf92e000f931 0.096s 2023-07-23 18:53:43,219 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-fdeb62e6-5288-40e9-929e-fc00e4a5809b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/87972742-3f12-4409-9e4d-cf92e000f931'} Body: b'' 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-23 18:53:41,411 79364 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/0ddd5893-6f1b-4fee-96d3-85d2004225cc 0.023s 2023-07-23 18:53:41,411 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-11118262-b70a-4248-868d-fe075a13421c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc'} 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": "c16e68c26d9244c4985595b2be0fa9e8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "created_at": "2023-07-23T18:45:22Z", "updated_at": "2023-07-23T18:45:23Z", "tags": [], "self": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc", "file": "/v2/images/0ddd5893-6f1b-4fee-96d3-85d2004225cc/file", "schema": "/v2/schemas/image"}' 2023-07-23 18:53:41,785 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes 0.373s 2023-07-23 18:53:41,786 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e703376-c057-42e1-8ead-ef5f7758c52b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e703376-c057-42e1-8ead-ef5f7758c52b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:41.707222", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-23 18:53:41,837 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.038s 2023-07-23 18:53:41,837 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36c886af-bc9c-48f8-a1c6-f2a9d7308be6', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36c886af-bc9c-48f8-a1c6-f2a9d7308be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:42,921 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.072s 2023-07-23 18:53:42,921 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c12397e-74dd-42f8-894e-b85ffb64e67d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c12397e-74dd-42f8-894e-b85ffb64e67d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:42.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:43,974 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.039s 2023-07-23 18:53:43,975 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf57f3b2-5eb3-4024-ac88-4c2ba5c52987', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf57f3b2-5eb3-4024-ac88-4c2ba5c52987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:42.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:45,026 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.040s 2023-07-23 18:53:45,027 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab28d85-eca6-4251-87e8-3299fa137f5b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab28d85-eca6-4251-87e8-3299fa137f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:42.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:46,093 79364 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/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.055s 2023-07-23 18:53:46,093 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa45a6f6-44d5-4dd2-aabd-ed78b5e6c743', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenSta ck-API-Version', 'x-openstack-request-id': 'req-aa45a6f6-44d5-4dd2-aabd-ed78b5e6c743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:46,104 79364 INFO [tempest.common.waiters] volume 1451912a-3f2b-4e45-8e6c-0f2b180f3b35 reached available after waiting for 5.104040 seconds 2023-07-23 18:53:46,104 79364 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:53:46,104 79364 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:53:46,173 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.065s 2023-07-23 18:53:46,173 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-15551331", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBWR/0Jh9AIxKGphgJrq7o4zUXos7eq2OB9U2r6WU7YKqapG10Jg7YBmHZQ0cwjLtsbWCyz7BS93UZAJv8FK5AuwIchIXSoGzDAkhe2vMqwDg7LJbk6/w0fShQcXpNAVZg=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02d19064-dd9f-4a77-beb9-34f5860c6024', 'x-compute-request-id': 'req-02d19064-dd9f-4a77-beb9-34f5860c6024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-15551331", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBWR/0Jh9AIxKGphgJrq7o4zUXos7eq2OB9U2r6WU7YKqapG10Jg7YBmHZQ0cwjLtsbWCyz7BS93UZAJv8FK5AuwIchIXSoGzDAkhe2vMqwDg7LJbk6/w0fShQcXpNAVZg==", "fingerprint": "c0:17:bc:2d:09:28:90:9c:95:fd:ab:a4:35:e2:9a:58", "user_id": "125a1a59d1d54cb3bfdd910affe20c6c"}}' 2023-07-23 18:53:46,176 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-15551331 created 2023-07-23 18:53:46,305 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.128s 2023-07-23 18:53:46,305 79364 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1021648348", "description": "tempest-description--473723056"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-2e1c7d3f-afc4-48a8-b8c1-a2be85ff9890', 'date': 'Sun, 23 Jul 2023 18:53:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "name": "tempest-securitygroup--1021648348", "stateful": true, "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "description": "tempest-description--473723056", "shared": false, "security_group_rules": [{"id": "102ddf8e-7a7c-4974-96a6-e3f68ebed9d6", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "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": 1175, "description": null, "tags": [], "created_at": "2023-07-23T18:53:46Z", "updated_at": "2023-07-23T18:53:46Z", "revision_number": 0}, {"id": "3022ea43-93d3-4321-9a8d-e3c96d6407de", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "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": 1174, "description": null, "tags": [], "created_at": "2023-07-23T18:53:46Z", "updated_at": "2023-07-23T18:53:46Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:53:46Z", "updated_at": "2023-07-23T18:53:46Z", "revision_number": 1, "project_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:46,490 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.184s 2023-07-23 18:53:46,491 79364 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": "a2712d27-8a57-43e7-8819-b74d19c40db9", "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-5baac43d-0467-4cdf-b332-f354f0578dd6', 'date': 'Sun, 23 Jul 2023 18:53: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": "12241cc8-516e-47df-9271-1e419b224422", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "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-23T18:53:46Z", "updated_at": "2023-07-23T18:53:46Z", "revision_number": 0}}' 2023-07-23 18:53:46,650 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-07-23 18:53:46,651 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"sec urity_group_rule": {"security_group_id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-71ee33ad-ec6c-43b3-87fa-d63d04889f7e', 'date': 'Sun, 23 Jul 2023 18:53: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": "714d07ce-3104-4878-a8f2-f091e8ca2f05", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "a2712d27-8a57-43e7-8819-b74d19c40db9", "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-23T18:53:46Z", "updated_at": "2023-07-23T18:53:46Z", "revision_number": 0}}' 2023-07-23 18:53:46,651 79364 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1021648348 created 2023-07-23 18:53:47,421 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.769s 2023-07-23 18:53:47,421 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-faa1c7fc-0858-47dc-a0c7-e2cb2b102a70', 'date': 'Sun, 23 Jul 2023 18:53:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3b214ea4-e6c3-4bee-8bfc-c70fdaff0fb0", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "floating_ip_address": "172.24.4.133", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "07c545868dec46938a7bc4058d70c0ec", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:53:47Z", "updated_at": "2023-07-23T18:53:47Z", "revision_number": 0}}' 2023-07-23 18:53:47,421 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3b214ea4-e6c3-4bee-8bfc-c70fdaff0fb0', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'floating_ip_address': '172.24.4.133', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:53:47Z', 'updated_at': '2023-07-23T18:53:47Z', 'revision_number': 0, 'ip': '172.24.4.133'} created 2023-07-23 18:53:47,518 79364 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.092s 2023-07-23 18:53:47,518 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:47 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-62864253-46cb-441b-a8a3-ab8106fc22df', '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": "125a1a59d1d54cb3bfdd910affe20c6c", "name": "tempest-VolumesSnapshotTestJSON-1541199793-project-member", "password_expires_at": null}, "audit_ids": ["lmSmIaCIQyWv7lx_zCjmXw"], "expires_at": "2023-07-23T19:53:47.000000Z", "issued_at": "2023-07-23T18:53:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07c545868dec46938a7bc4058d70c0ec", "name": "tempest-VolumesSnapshotTestJSON-1541199793"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:53:47,519 79364 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '1b5ae495-3bd9-4470-b86e-35e01b82d738', 'name': 'tempest-VolumesSnapshotTestJSON-1769359447-network', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21218, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:53:29Z', 'updated_at': '2023-07-23T18:53:29Z', 'revision_number': 1} available for tenant 2023-07-23 18:53:47,519 79364 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-15551331', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBWR/0Jh9AIxKGphgJrq7o4zUXos7eq2OB9U2r6WU7YKqapG10Jg7YBmHZQ0cwjLtsbWCyz7BS93UZAJv8FK5AuwIchIXSoGzDAkhe2vMqwDg7LJbk6/w0fShQcXpNAVZg==', 'fingerprint': 'c0:17:bc:2d:09:28:90:9c:95:fd:ab:a4:35:e2: 9a:58', 'user_id': '125a1a59d1d54cb3bfdd910affe20c6c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBM7vllu7gRMK1/WX4dIQTk05+egltKwdjEglDbnYkj3ja6TnSKYa7P\nHQY7wJXtFQygBwYFK4EEACKhZANiAAQVkf9CYfQCMShqYYCa6u6OM1F6LO3qtjgf\nVNq+llO2CqmqRtdCYO2AZh2UNHMIy7bG1gss+wUvd1GQCb/BSuQLsCHISF0qBsww\nJIXtrzKsA4OyyW5Ov8NH0oUHF6TQFWY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a2712d27-8a57-43e7-8819-b74d19c40db9', 'name': 'tempest-securitygroup--1021648348', 'stateful': True, 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'description': 'tempest-description--473723056', 'shared': False, 'security_group_rules': [{'id': '102ddf8e-7a7c-4974-96a6-e3f68ebed9d6', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'security_group_id': 'a2712d27-8a57-43e7-8819-b74d19c40db9', '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': 1175, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:53:46Z', 'updated_at': '2023-07-23T18:53:46Z', 'revision_number': 0}, {'id': '3022ea43-93d3-4321-9a8d-e3c96d6407de', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'security_group_id': 'a2712d27-8a57-43e7-8819-b74d19c40db9', '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': 1174, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:53:46Z', 'updated_at': '2023-07-23T18:53:46Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:53:46Z', 'updated_at': '2023-07-23T18:53:46Z', 'revision_number': 1, 'project_id': '07c545868dec46938a7bc4058d70c0ec'}, 'floating_ip': {'id': '3b214ea4-e6c3-4bee-8bfc-c70fdaff0fb0', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'floating_ip_address': '172.24.4.133', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:53:47Z', 'updated_at': '2023-07-23T18:53:47Z', 'revision_number': 0, 'ip': '172.24.4.133'}} 2023-07-23 18:53:47,550 79364 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.030s 2023-07-23 18:53:47,550 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1790713489", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "1b5ae495-3bd9-4470-b86e-35e01b82d738"}], "security_groups": [{"name": "tempest-securitygroup--1021648348"}], "key_name": "tempest-keypair-15551331", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:47 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-ad322986-69d9-4c84-a426-ef83898e56f6', 'x-compute-request-id': 'req-ad322986-69d9-4c84-a426-ef83898e56f6', '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-23 18:53:47,575 79364 INFO [tempest.lib.com mon.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-15551331 0.023s 2023-07-23 18:53:47,576 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5140eb4-3705-4f42-b174-8fc09800299f', 'x-compute-request-id': 'req-a5140eb4-3705-4f42-b174-8fc09800299f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-15551331'} Body: b'' 2023-07-23 18:53:47,738 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a2712d27-8a57-43e7-8819-b74d19c40db9 0.162s 2023-07-23 18:53:47,738 79364 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-207a59a1-de3b-497a-b53f-05979e5f84cd', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:53:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a2712d27-8a57-43e7-8819-b74d19c40db9'} Body: b'' 2023-07-23 18:53:47,757 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a2712d27-8a57-43e7-8819-b74d19c40db9 0.018s 2023-07-23 18:53:47,758 79364 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-f392c86f-5618-413a-82d5-87e01672cfbb', 'date': 'Sun, 23 Jul 2023 18:53:47 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a2712d27-8a57-43e7-8819-b74d19c40db9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a2712d27-8a57-43e7-8819-b74d19c40db9 does not exist", "detail": ""}}' 2023-07-23 18:53:48,212 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/3b214ea4-e6c3-4bee-8bfc-c70fdaff0fb0 0.453s 2023-07-23 18:53:48,212 79364 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-fc8a8637-e847-41e8-bedd-a46474df6195', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:53:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/3b214ea4-e6c3-4bee-8bfc-c70fdaff0fb0'} Body: b'' 2023-07-23 18:53:48,250 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.037s 2023-07-23 18:53:48,250 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0bebae-5176-4f0c-9e69-d722ae7d2232', 'content-length ': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0bebae-5176-4f0c-9e69-d722ae7d2232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:48,333 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.072s 2023-07-23 18:53:48,333 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:48 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-36954123-3658-46f2-bfc3-e2c65cc3a2d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'' 2023-07-23 18:53:48,380 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.047s 2023-07-23 18:53:48,380 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00862330-0d86-4eb3-8b77-0978e3a5f446', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00862330-0d86-4eb3-8b77-0978e3a5f446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/ v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:49,437 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.044s 2023-07-23 18:53:49,437 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7e280e3-1109-42df-8a1c-a753484c14e3', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7e280e3-1109-42df-8a1c-a753484c14e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:50,489 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.038s 2023-07-23 18:53:50,489 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-915aa758-afe0-4172-b70f-e6297046d007', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-915aa758-afe0-4172-b7 0f-e6297046d007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"volume": {"id": "1451912a-3f2b-4e45-8e6c-0f2b180f3b35", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-23T18:53:42.000000", "updated_at": "2023-07-23T18:53:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1692362144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35"}], "user_id": "125a1a59d1d54cb3bfdd910affe20c6c", "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": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "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": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:53:51,533 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35 0.023s 2023-07-23 18:53:51,534 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:53:51 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-d961268e-6d38-4639-b810-ca8de54722e8', 'x-openstack-request-id': 'req-d961268e-6d38-4639-b810-ca8de54722e8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/volumes/1451912a-3f2b-4e45-8e6c-0f2b180f3b35'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1451912a-3f2b-4e45-8e6c-0f2b180f3b35 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-23 18:54:05,280 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.091s 2023-07-23 18:54:05,280 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:05 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-5527b8b4-dc69-4ff5-9bfb-1fa21198f226', '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": "6d45856b9edc44dbb593c591678501d4", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-310880599-project-member", "password_expires_at": null}, "audit_ids": ["uNSLMPNZQfOpPGc-oRhkmw"], "expires_at": "2023-07-23T19:54:05.000000Z", "issued_at": "2023-07-23T18:54:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e63b94e73c1c4c6593f40fbb11307c25", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-310880599"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e63b94e73c1c4c6593f40fbb11307c25", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e63b94e73c1c4c6593f40fbb11307c25", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e63b94e73c1c4c6593f40fbb11307c25", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:54:05,281 79362 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '6de9284f-e9fc-4015-beb0-9e05b75b5a1a', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1348438084-network', 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e63b94e7 3c1c4c6593f40fbb11307c25', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9686, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:53:52Z', 'updated_at': '2023-07-23T18:53:52Z', 'revision_number': 1} available for tenant 2023-07-23 18:54:05,282 79362 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:54:05,282 79362 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:54:05,493 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.209s 2023-07-23 18:54:05,494 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-697967882", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIYBsPUeI9uvFNs/1GbJE+CeXCUvyQFByo2O9vUGXhaGiwsvvrTthkZpJAxbRHRYIr5fFBQmDK86PDvsI0ZWDdfVUijSDKSFn6/OWI4tsHfK95nDRVwziRvntl7srHyHIw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:05 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-9a04cdd4-d1cd-434c-887e-6efbe36b6919', 'x-compute-request-id': 'req-9a04cdd4-d1cd-434c-887e-6efbe36b6919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-697967882", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIYBsPUeI9uvFNs/1GbJE+CeXCUvyQFByo2O9vUGXhaGiwsvvrTthkZpJAxbRHRYIr5fFBQmDK86PDvsI0ZWDdfVUijSDKSFn6/OWI4tsHfK95nDRVwziRvntl7srHyHIw==", "fingerprint": "b0:29:81:b2:b0:8e:d8:9a:b0:4d:c5:b9:bb:6a:4b:b9", "user_id": "6d45856b9edc44dbb593c591678501d4"}}' 2023-07-23 18:54:05,496 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-697967882 created 2023-07-23 18:54:05,643 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.146s 2023-07-23 18:54:05,643 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--203574702", "description": "tempest-description--357046657"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-38eb6b19-1f25-45d8-b2d5-469e0cc79858', 'date': 'Sun, 23 Jul 2023 18:54:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e15b3494-e9a7-4b22-a75d-d85770524e99", "name": "tempest-securitygroup--203574702", "stateful": true, "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "description": "tempest-description--357046657", "shared": false, "security_group_rules": [{"id": "79b61dbf-5545-4b3b-8da8-33735104cb7e", "project_id": "e63b94e73c1c4c6593f40fbb11307c25", "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "security_group_id": "e15b3494-e9a7-4b22-a75d-d85770524e99", "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": 1 220, "description": null, "tags": [], "created_at": "2023-07-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}, {"id": "f107fbe7-6f4b-4e34-a441-f11a2a0eef1e", "project_id": "e63b94e73c1c4c6593f40fbb11307c25", "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "security_group_id": "e15b3494-e9a7-4b22-a75d-d85770524e99", "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": 1221, "description": null, "tags": [], "created_at": "2023-07-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 1, "project_id": "e63b94e73c1c4c6593f40fbb11307c25"}}' 2023-07-23 18:54:05,791 79362 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-23 18:54:05,792 79362 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": "e15b3494-e9a7-4b22-a75d-d85770524e99", "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-ca8a3390-9700-48ac-b7d9-14e5b2e237af', 'date': 'Sun, 23 Jul 2023 18:54:05 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": "354a95e2-4a2f-4425-b4d0-928161ec2fd3", "project_id": "e63b94e73c1c4c6593f40fbb11307c25", "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "security_group_id": "e15b3494-e9a7-4b22-a75d-d85770524e99", "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-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}}' 2023-07-23 18:54:06,053 79362 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.261s 2023-07-23 18:54:06,054 79362 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": "e15b3494-e9a7-4b22-a75d-d85770524e99", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9c1e56c7-d348-48b0-ba10-4eb91bbfe9fd', 'date': 'Sun, 23 Jul 2023 18:54:06 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": "b6227978-4785-45a9-86ec-05217e91ff48", "project_id": "e63b94e73c1c4c6593f40fbb11307c25", "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "security_group_id": "e15b3494-e9a7-4b22-a75d-d85770524e99", "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-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}}' 2023-07-23 18:54:06,054 79362 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--203574702 created 2023-07-23 18:54:06,928 79362 INFO [tempest.lib.common.rest_client] Request (Va lidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.873s 2023-07-23 18:54:06,929 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f3ada34b-fd48-41ad-9a20-4842c18434f5', 'date': 'Sun, 23 Jul 2023 18:54:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "65f0ff31-7b83-4fac-8c21-3cd6c0188d7b", "tenant_id": "e63b94e73c1c4c6593f40fbb11307c25", "floating_ip_address": "172.24.4.189", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e63b94e73c1c4c6593f40fbb11307c25", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:54:06Z", "updated_at": "2023-07-23T18:54:06Z", "revision_number": 0}}' 2023-07-23 18:54:06,929 79362 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '65f0ff31-7b83-4fac-8c21-3cd6c0188d7b', 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:54:06Z', 'updated_at': '2023-07-23T18:54:06Z', 'revision_number': 0, 'ip': '172.24.4.189'} created 2023-07-23 18:54:06,929 79362 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-697967882', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIYBsPUeI9uvFNs/1GbJE+CeXCUvyQFByo2O9vUGXhaGiwsvvrTthkZpJAxbRHRYIr5fFBQmDK86PDvsI0ZWDdfVUijSDKSFn6/OWI4tsHfK95nDRVwziRvntl7srHyHIw==', 'fingerprint': 'b0:29:81:b2:b0:8e:d8:9a:b0:4d:c5:b9:bb:6a:4b:b9', 'user_id': '6d45856b9edc44dbb593c591678501d4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBwzhD74nx8PG2/hRkpA64ftH4Mo4vWIknvGsOG0nGM9lz+dgAipsLw\ndbCvS56ZZiqgBwYFK4EEACKhZANiAASGAbD1HiPbrxTbP9RmyRPgnlwlL8kBQcqN\njvb1Bl4WhosLL7607YZGaSQMW0R0WCK+XxQUJgyvOjw77CNGVg3X1VIo0gykhZ+v\nzliOLbB3yveZw0VcM4kb57Ze7Kx8hyM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e15b3494-e9a7-4b22-a75d-d85770524e99', 'name': 'tempest-securitygroup--203574702', 'stateful': True, 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'description': 'tempest-description--357046657', 'shared': False, 'security_group_rules': [{'id': '79b61dbf-5545-4b3b-8da8-33735104cb7e', 'project_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'security_group_id': 'e15b3494-e9a7-4b22-a75d-d85770524e99', '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': 1220, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:54:05Z', 'updated_at': '2023-07-23T18:54:05Z', 'revision_number': 0}, {'id': 'f107fbe7-6f4b-4e34-a441-f11a2a0eef1e', 'project_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'security_group_id': 'e15b3494-e9a7-4b22-a75d-d85770524e99', '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': 1221, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:54:05Z', 'updated_at': '2023-07-23T18:54:05Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:54:05Z', 'updated_at': '2023-07-23T18:54:05Z', 'revision_number': 1, 'project_id': 'e63b94e73c1c4c6593f40fbb11307c25'}, 'floating_ip': {'id': '65f0ff31-7b83-4fac-8c21-3cd6c0188d7b', 'tenant_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e63b94e73c1c4c6593f40fbb11307c25', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:54:06Z', 'updated_at': '2023-07-23T18:54:06Z', 'revision_number': 0, 'ip': '172.24.4.189'}} 2023-07-23 18:54:06,965 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.034s 2023-07-23 18:54:06,965 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1912095877", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "6de9284f-e9fc-4015-beb0-9e05b75b5a1a"}], "security_groups": [{"name": "tempest-securitygroup--203574702"}], "key_name": "tempest-keypair-697967882", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54: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-a96ed0b4-52f5-492f-9742-dcde8cea70fb', 'x-compute-request-id': 'req-a96ed0b4-52f5-492f-9742-dcde8cea70fb', '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-23 18:54:06,993 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-697967882 0.026s 2023-07-23 18:54:06,993 79362 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:06 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-bd5ce210-1911-45ff-81d1-85f0dfd3a056', 'x-compute-request-id': 'req-bd5ce210-1911-45ff-81d1-85f0dfd3a056', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-697967882'} Body: b'' 2023-07-23 18:54:07,475 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e15b3494-e9a7-4b22-a75d-d85770524e99 0.482s 2023-07-23 18:54:07,476 79362 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-28412d46-413f-4a6b-8de9-d1f5712d457d', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:54:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e15b3494-e9a7-4b22-a75d-d85770524e99'} Body: b'' 2023-07-23 18:54:07,493 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e15b3494-e9a7-4b22-a75d-d85770524e99 0.017s 2023-07-23 18:54:07,493 79362 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-f2c32881-9237-466a-9bbc-b11667253f4f', 'date': 'Sun, 23 Jul 2023 18:54:07 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e15b3494-e9a7-4b22-a75d-d85770524e99'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e15b3494-e9a7-4b22-a75d-d85770524e99 does not exist", "detail": ""}}' 2023-07-23 18:54:07,979 79362 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/65f0ff31-7b83-4fac-8c21-3cd6c0188d7b 0.485s 2023-07-23 18:54:07,980 79362 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-11474cc7-70f0-43ed-ba03-927eb4d43237', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:54:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/65f0ff31-7b83-4fac-8c21-3cd6c0188d7b'} Body: b'' 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-23 18:54:00,561 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots 0.114s 2023-07-23 18:54:00,562 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140"}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36fc546-4d88-44fb-acca-48f6b39626e4', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36fc546-4d88-44fb-acca-48f6b39626e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:00.516119", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-23 18:54:00,588 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.022s 2023-07-23 18:54:00,588 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3f58cf-1fab-4060-a5fd-f20289667de5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3f58cf-1fab-4060-a5fd-f20289667de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:54:01,632 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.039s 2023-07-23 18:54:01,632 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f2672b-e47f-420c-ad6b-145fd4f23ef7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f2672b-e47f-420c-ad6b-145fd4f23ef7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot -359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:54:02,664 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.026s 2023-07-23 18:54:02,664 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76282f7d-fc2c-4679-9f16-9dd05d45a939', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76282f7d-fc2c-4679-9f16-9dd05d45a939', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:54:03,692 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.022s 2023-07-23 18:54:03,692 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f53b3c-2b40-4b35-b562-c3e9c3f5e74d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f53b3c-2b40-4b35-b562-c3e9c3f5e74d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-23 18:54:04,721 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.021s 2023-07-23 18:54:04,721 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-503690b8-90e4-43d1-a675-95cf1ce6394a', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503690b8-90e4-43d1-a675-95cf1ce6394a', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": "2023-07-23T18:54:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:54:04,725 79364 INFO [tempest.common.waiters] snapshot 993c28a3-41fc-4012-ae82-e49ba8dcc852 reached available after waiting for 4.725513 seconds 2023-07-23 18:54:04,725 79364 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-23 18:54:04,726 79364 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-23 18:54:04,779 79364 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-23 18:54:04,779 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-532428276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK1VzwMzB+N10ButEX4SpzRTA09kTW3AiHsDrTcr8spawR9JHBRm9eY2LGdHsRQ32miGZbbB/nuHj/BQKi9VPic04ZSwK9qA/V0ElrGZMoCHhKMOqkz4bUIZxny4N9c1Jw=="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:04 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-ad6d9954-1743-4315-bc41-0497f6147bab', 'x-compute-request-id': 'req-ad6d9954-1743-4315-bc41-0497f6147bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-532428276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK1VzwMzB+N10ButEX4SpzRTA09kTW3AiHsDrTcr8spawR9JHBRm9eY2LGdHsRQ32miGZbbB/nuHj/BQKi9VPic04ZSwK9qA/V0ElrGZMoCHhKMOqkz4bUIZxny4N9c1Jw==", "fingerprint": "23:2e:ce:67:45:c2:0b:fd:fb:f2:6a:77:38:ff:f2:2f", "user_id": "125a1a59d1d54cb3bfdd910affe20c6c"}}' 2023-07-23 18:54:04,782 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-532428276 created 2023-07-23 18:54:04,939 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.156s 2023-07-23 18:54:04,939 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--337423326", "description": "tempest-description--1782690186"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-fef33cab-275c-406a-9fac-6eb2287290be', 'date': 'Sun, 23 Jul 2023 18:54:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "name": "tempest-securitygroup--337423326", "stateful": true, "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "description": "tempest-description--1782690186", "shared": false, "security_group_rules": [{"id": "0e927414-3957-4c18-8ef0-c345980ee674", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id ": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "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": 1215, "description": null, "tags": [], "created_at": "2023-07-23T18:54:04Z", "updated_at": "2023-07-23T18:54:04Z", "revision_number": 0}, {"id": "de839837-26f5-4aec-a25e-dc45f7f7a1ca", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "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": 1216, "description": null, "tags": [], "created_at": "2023-07-23T18:54:04Z", "updated_at": "2023-07-23T18:54:04Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-23T18:54:04Z", "updated_at": "2023-07-23T18:54:04Z", "revision_number": 1, "project_id": "07c545868dec46938a7bc4058d70c0ec"}}' 2023-07-23 18:54:05,146 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.206s 2023-07-23 18:54:05,146 79364 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": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "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-aacf6be8-9a1f-4630-a9cf-c9db36a49e57', 'date': 'Sun, 23 Jul 2023 18:54:05 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": "76a6f4eb-548c-4820-b83a-fcfaf2f5d762", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "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-23T18:54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}}' 2023-07-23 18:54:05,322 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-07-23 18:54:05,323 79364 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": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7dc92821-2e7f-459a-94f2-c0eef6aabd4d', 'date': 'Sun, 23 Jul 2023 18:54:05 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": "bc981da6-5f82-47ad-acb9-eff4364b29f8", "project_id": "07c545868dec46938a7bc4058d70c0ec", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "security_group_id": "24b0f360-a6c6-42f3-86b6-3c42d4b9c765", "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-23T18 :54:05Z", "updated_at": "2023-07-23T18:54:05Z", "revision_number": 0}}' 2023-07-23 18:54:05,323 79364 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--337423326 created 2023-07-23 18:54:06,484 79364 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.161s 2023-07-23 18:54:06,485 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-744a6862-7fcd-4185-ad15-7922bf31153b', 'date': 'Sun, 23 Jul 2023 18:54:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "eeeec2ae-c327-4fbd-bf4e-12a3e5afc31f", "tenant_id": "07c545868dec46938a7bc4058d70c0ec", "floating_ip_address": "172.24.4.70", "floating_network_id": "16a5bea1-790a-4507-8f1e-6b2e6052fb08", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "07c545868dec46938a7bc4058d70c0ec", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-23T18:54:06Z", "updated_at": "2023-07-23T18:54:06Z", "revision_number": 0}}' 2023-07-23 18:54:06,485 79364 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'eeeec2ae-c327-4fbd-bf4e-12a3e5afc31f', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:54:06Z', 'updated_at': '2023-07-23T18:54:06Z', 'revision_number': 0, 'ip': '172.24.4.70'} created 2023-07-23 18:54:06,585 79364 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.095s 2023-07-23 18:54:06,585 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:06 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-5cc9346a-b471-4d9d-9cc4-1cdd03f326e1', '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": "125a1a59d1d54cb3bfdd910affe20c6c", "name": "tempest-VolumesSnapshotTestJSON-1541199793-project-member", "password_expires_at": null}, "audit_ids": ["Dfxk-8G3SmK6tfdPpZxDZg"], "expires_at": "2023-07-23T19:54:06.000000Z", "issued_at": "2023-07-23T18:54:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07c545868dec46938a7bc4058d70c0ec", "name": "tempest-VolumesSnapshotTestJSON-1541199793"}, "is_domain": false, "roles": [{"id": "a0e25f2a93dd498da2ab602d1b764bec", "name": "member"}, {"id": "fdf49e33559a4d4899a41133c8382a08", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d165e3b0b86b4c33bbad13160b67da55", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0699fd9935734fa8aa1f6f740f9b9c37", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c3b44b37ad674aaeba5b5903601b20f0", "interface": "public", "region_id": "RegionOne", "url": "http ://10.0.0.210/compute/v2/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "389a0f6651c845828220d447bbbdb364", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6ce6d625d2624451acf487178788afc7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "5062d23e33bc4d94b3ac38952079f540", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1a4bda25913546088b301706f4373f7e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "5af45d7ca1134c27aa1b5e2c9f05d33b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed6e5627b21a4626bbd710e5044e6a94", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "703b0caa144e44a39c4ee6c6c18beadb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0b2f42a04fc5407e98fe7b04ec8d0c58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec", "region": "RegionOne"}], "id": "75e67bbbe32242d39d2fb1ef3c53bf42", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "4d94d5c68c93444f931840f32ebc4a22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b5c0d037e92343fb9ea92dc6687434da", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f4c6d9f7341643e08af9e00a587b167f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ccf2676b94424437b8f78d99df64c00a", "type": "compute", "name": "nova"}]}}' 2023-07-23 18:54:06,585 79364 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': '1b5ae495-3bd9-4470-b86e-35e01b82d738', 'name': 'tempest-VolumesSnapshotTestJSON-1769359447-network', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21218, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-23T18:53:29Z', 'updated_at': '2023-07-23T18:53:29Z', 'revision_number': 1} available for tenant 2023-07-23 18:54:06,586 79364 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-532428276', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK1VzwMzB+N10ButEX4SpzRTA09kTW3AiHsDrTcr8spawR9JHBRm9eY2LGdHsRQ32miGZbbB/nuHj/BQKi9VPic04ZSwK9qA/V0ElrGZMoCHhKMOqkz4bUIZxny4N9c1Jw==', 'fingerprint': '23:2e:ce:67:45:c2:0b:fd:fb:f2:6a:77:38:ff:f2:2f', 'user_id': '125a1a59d1d54cb3bfdd910affe20c6c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDmQPHT+kxEhq+Lbg/BxCWOdlJcJm/VKYRK82PisRxo1/r4RJoK9ZBm\nsE2f8lGrh4igBwYFK4EEACKhZANiAAStVc8DMwfjddAbrRF+Eqc0UwNPZE1twIh7\nA603K/LKWsEfSRwUZvXmNixnR7EUN9pohmW2wf57h4/wUCovVT4nNOGUsCvagP1d\nBJaxmTKAh4SjDqpM+G1CGcZ8uDfXNSc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '24b0f360-a6c6-42f3-86b6-3c42d4b9c765', 'name': 'tempest-securitygroup--337423326', 'stateful': True, 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'description': 'tempest-description--1782690186', 'shared': False, 'security_group_rules': [{'id': '0e927414-3957-4c18-8ef0-c345980ee674', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'security_group_id': '24b0f360-a6c6-42f3-86b6-3c42d4b9c765', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_addres s_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1215, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:54:04Z', 'updated_at': '2023-07-23T18:54:04Z', 'revision_number': 0}, {'id': 'de839837-26f5-4aec-a25e-dc45f7f7a1ca', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'security_group_id': '24b0f360-a6c6-42f3-86b6-3c42d4b9c765', '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': 1216, 'description': None, 'tags': [], 'created_at': '2023-07-23T18:54:04Z', 'updated_at': '2023-07-23T18:54:04Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-23T18:54:04Z', 'updated_at': '2023-07-23T18:54:04Z', 'revision_number': 1, 'project_id': '07c545868dec46938a7bc4058d70c0ec'}, 'floating_ip': {'id': 'eeeec2ae-c327-4fbd-bf4e-12a3e5afc31f', 'tenant_id': '07c545868dec46938a7bc4058d70c0ec', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '16a5bea1-790a-4507-8f1e-6b2e6052fb08', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07c545868dec46938a7bc4058d70c0ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-23T18:54:06Z', 'updated_at': '2023-07-23T18:54:06Z', 'revision_number': 0, 'ip': '172.24.4.70'}} 2023-07-23 18:54:06,608 79364 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.021s 2023-07-23 18:54:06,608 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1470550813", "imageRef": "0ddd5893-6f1b-4fee-96d3-85d2004225cc", "flavorRef": "42", "networks": [{"uuid": "1b5ae495-3bd9-4470-b86e-35e01b82d738"}], "security_groups": [{"name": "tempest-securitygroup--337423326"}], "key_name": "tempest-keypair-532428276", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54: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-009414bd-9de7-4c1a-8e59-e8a5cf7aa18b', 'x-compute-request-id': 'req-009414bd-9de7-4c1a-8e59-e8a5cf7aa18b', '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-23 18:54:06,767 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-532428276 0.158s 2023-07-23 18:54:06,768 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:06 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-d9c8a15c-6c7a-4220-b22d-14646e079442', 'x-compute-request-id': 'req-d9c8a15c-6c7a-4220-b22d-14646e079442', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-532428276'} Body: b'' 2023-07-23 18:54:06,927 79364 INFO [tempest.lib .common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/24b0f360-a6c6-42f3-86b6-3c42d4b9c765 0.159s 2023-07-23 18:54:06,927 79364 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-45f3c9e3-16a8-4dbd-8aee-f9ed99145b85', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:54:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/24b0f360-a6c6-42f3-86b6-3c42d4b9c765'} Body: b'' 2023-07-23 18:54:06,945 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/24b0f360-a6c6-42f3-86b6-3c42d4b9c765 0.017s 2023-07-23 18:54:06,945 79364 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-67e7ab80-f055-4a2b-b975-d8d245782a2c', 'date': 'Sun, 23 Jul 2023 18:54:06 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/24b0f360-a6c6-42f3-86b6-3c42d4b9c765'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 24b0f360-a6c6-42f3-86b6-3c42d4b9c765 does not exist", "detail": ""}}' 2023-07-23 18:54:07,693 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/eeeec2ae-c327-4fbd-bf4e-12a3e5afc31f 0.747s 2023-07-23 18:54:07,694 79364 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-55c89158-b0f7-4965-a36c-799e36cf5e2b', 'content-length': '0', 'date': 'Sun, 23 Jul 2023 18:54:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/eeeec2ae-c327-4fbd-bf4e-12a3e5afc31f'} Body: b'' 2023-07-23 18:54:07,746 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.051s 2023-07-23 18:54:07,746 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:07 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-3743b2fc-242c-4bda-bfd7-9cfa40bcb32b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'' 2023-07-23 18:54:07,786 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.039s 2023-07-23 18:54:07,787 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5f5e47d-c618-489e-ae32-c09901b09004', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5f5e47d-c618-489e-ae32-c09901b09004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": "2023-07-23T18:54:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:54:08,818 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.023s 2023-07-23 18:54:08,819 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9627a01-65b4-4ea1-8824-231eeb630bb9', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9627a01-65b4-4ea1-8824-231eeb630bb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": "2023-07-23T18:54:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:54:09,847 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.024s 2023-07-23 18:54:09,848 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a875ba75-1841-4e38-b33a-685e28f41cf6', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a875ba75-1841-4e38-b33a-685e28f41cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"snapshot": {"id": "993c28a3-41fc-4012-ae82-e49ba8dcc852", "created_at": "2023-07-23T18:54:01.000000", "updated_at": "2023-07-23T18:54:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-359898140", "description": null, "volume_id": "3728d1a0-85da-4e10-b3ab-4a5f133e8b6b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "07c545868dec46938a7bc4058d70c0ec", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-23 18:54:10,875 79364 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852 0.022s 2023-07-23 18:54:10,876 79364 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 23 Jul 2023 18:54:10 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-0cd0fa91-886d-4e91-aa40-d290ff15b590', 'x-openstack-request-id': 'req-0cd0fa91-886d-4e91-aa40-d290ff15b590', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/07c545868dec46938a7bc4058d70c0ec/snapshots/993c28a3-41fc-4012-ae82-e49ba8dcc852'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 993c28a3-41fc-4012-ae82-e49ba8dcc852 could not be found."}}' ====== Totals ====== Ran: 290 tests in 398.8960 sec. - Passed: 216 - Skipped: 33 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 41 Sum of execute time for each test: 1278.0543 sec. ============== Worker Balance ============== - Worker 0 (15 tests) => 0:05:16.782743 - Worker 1 (31 tests) => 0:03:46.954290 - Worker 2 (17 tests) => 0:03:16.965811 - Worker 3 (21 tests) => 0:03:06.988787 - Worker 4 (16 tests) => 0:03:01.371476 - Worker 5 (30 tests) => 0:02:25.892810 - Worker 6 (44 tests) => 0:02:18.182611 - Worker 7 (25 tests) => 0:03:33.260560 - Worker 8 (18 tests) => 0:04:41.244986 - Worker 9 (29 tests) => 0:05:49.279242 - Worker 10 (27 tests) => 0:05:09.559725 - Worker 11 (17 tests) => 0:03:37.856923 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed