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@eea2c1cfac1e5d240cad4f8be68cff7d72f220a8#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='1685887787' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {5} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {5} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {3} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {6} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.143695s] ... ok {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.099195s] ... ok {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.206846s] ... ok {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.091603s] ... ok {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.223468s] ... ok {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.110578s] ... ok {6} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [14.917113s] ... ok {6} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.173941s] ... ok {6} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.435447s] ... ok {6} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.036863s] ... ok {6} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.245513s] ... ok {4} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [19.689991s] ... ok {9} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [0.222376s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 112, in test_delete_server_while_in_attached_volume server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:27:57,153 79623 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.043s 2023-07-24 11:27:57,153 79623 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:27:57 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-4f9175e6-7f88-4705-b881-42216ced91bd', '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": "1105a33a62b043a299976ad9686f0fe7", "name": "tempest-DeleteServersTestJSON-1287395974-project-member", "password_expires_at": null}, "audit_ids": ["osSSIPtHTFiSNgecWB3v9w"], "expires_at": "2023-07-24T12:27:57.000000Z", "issued_at": "2023-07-24T11:27:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed9f03d8dd8843c99cd58714ff4d4c11", "name": "tempest-DeleteServersTestJSON-1287395974"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ed9f03d8dd8843c99cd58714ff4d4c11", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ed9f03d8dd8843c99cd58714ff4d4c11", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ed9f03d8dd8843c99cd58714ff4d4c11", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:27:57,154 79623 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '52a9b1cc-a88b-43c4-91e5-65ef95f2928d', 'name': 'tempest-DeleteServersTestJSON-683158424-network', 'tenant_id': 'ed9f03d8dd8843c99cd58714ff4d4c11', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ed9f03d8dd8843c99cd58714ff4d4c11', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22681, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:27:57,324 79623 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.169s 2023-07-24 11:27:57,324 79623 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1554697522", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "52a9b1cc-a88b-43c4-91e5-65ef95f2928d"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-dfc4559d-2544-44aa-8318-b9662c282caa', 'x-compute-request-id': 'req-dfc4559d-2544-44aa-8318-b9662c282caa', '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."}}' {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.078634s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.017990s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.019380s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.065849s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.012666s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.011206s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.069736s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.055785s] ... ok {4} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {8} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [6.862069s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 73, in test_attach_detach_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:27:55,911 79621 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:27:55,911 79621 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:27:56,396 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.482s 2023-07-24 11:27:56,396 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-789433187", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBITEv8v+4EkUX3TodWCGdI4Ob0nHvmRToHcAz3Vy/t/+35VB9d56LGAhl/O121j1cQ9IwCurSRGQFR04Q7bLuzzfzGfhJDDXvfFf7mlsjY8ZjQB45YqI4UR6g1h/iQ3OZQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:27:55 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-b90a5360-7e90-4fba-ba6e-5832c831456a', 'x-compute-request-id': 'req-b90a5360-7e90-4fba-ba6e-5832c831456a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-789433187", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBITEv8v+4EkUX3TodWCGdI4Ob0nHvmRToHcAz3Vy/t/+35VB9d56LGAhl/O121j1cQ9IwCurSRGQFR04Q7bLuzzfzGfhJDDXvfFf7mlsjY8ZjQB45YqI4UR6g1h/iQ3OZQ==", "fingerprint": "77:46:3e:c6:c9:6e:c4:a5:97:ec:26:c2:87:e4:03:cb", "user_id": "3e15a2983dd14481b552ed9ef71c67bd"}}' 2023-07-24 11:27:56,402 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-789433187 created 2023-07-24 11:27:57,378 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.976s 2023-07-24 11:27:57,379 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1184291548", "description": "tempest-description--1576981890"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-be7b1383-b17a-45af-887d-3cae534fbfd7', 'date': 'Mon, 24 Jul 2023 11:27:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "eb154414-6609-4c35-8f22-a3ecb883cdce", "name": "tempest-securitygroup--1184291548", "stateful": true, "tenant_id": "023c74743fb64f5da8025bc6be58de66", "description": "tempest-description--1576981890", "shared": false, "security_group_rules": [{"id": "23cb305f-3770-4123-b33f-eedbe59f9e68", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "eb154414-6609-4c35-8f22-a3ecb883cdce", "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": 176, "description": null, "tags": [], "created_at": "2023-07-24T11:27:56Z", "updated_at": "2023-07-24T11:27:56Z", "revision_number": 0}, {"id": "324bf642-2ae3-4c11-8c66-e94529c9cb27", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "eb154414-6609-4c35-8f22-a3ecb883cdce", "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": 171, "description": null, "tags": [], "created_at": "2023-07-24T11:27:56Z", "updated_at": "2023-07-24T11:27:56Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:27:56Z", "updated_at": "2023-07-24T11:27:56Z", "revision_number": 1, "project_id": "023c74743fb64f5da8025bc6be58de66"}}' 2023-07-24 11:27:58,105 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.726s 2023-07-24 11:27:58,105 79621 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": "eb154414-6609-4c35-8f22-a3ecb883cdce", "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-392a3d3a-29a2-4a10-90e0-b34a32f59a95', 'date': 'Mon, 24 Jul 2023 11:27: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": "117a91ad-247d-4791-a763-24d1846dc9a9", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "eb154414-6609-4c35-8f22-a3ecb883cdce", "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-24T11:27:57Z", "updated_at": "2023-07-24T11:27:57Z", "revision_number": 0}}' 2023-07-24 11:27:58,840 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.734s 2023-07-24 11:27:58,841 79621 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": "eb154414-6609-4c35-8f22-a3ecb883cdce", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9fc76d8d-e6d4-4063-ac01-43cc8a0c3d62', 'date': 'Mon, 24 Jul 2023 11:27: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": "9d20b0fa-fa72-4223-aef6-72c4a8b2bcec", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "eb154414-6609-4c35-8f22-a3ecb883cdce", "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-24T11:27:58Z", "updated_at": "2023-07-24T11:27:58Z", "revision_number": 0}}' 2023-07-24 11:27:58,841 79621 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1184291548 created 2023-07-24 11:28:01,618 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.776s 2023-07-24 11:28:01,619 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-8e879655-2ca9-4756-a68c-7c39b2dfd239', 'date': 'Mon, 24 Jul 2023 11:28:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0d2eebc9-3435-4b96-bd7b-72e940ec09e3", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "floating_ip_address": "172.24.4.196", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "023c74743fb64f5da8025bc6be58de66", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:00Z", "updated_at": "2023-07-24T11:28:00Z", "revision_number": 0}}' 2023-07-24 11:28:01,619 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0d2eebc9-3435-4b96-bd7b-72e940ec09e3', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'floating_ip_address': '172.24.4.196', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:00Z', 'updated_at': '2023-07-24T11:28:00Z', 'revision_number': 0, 'ip': '172.24.4.196'} created 2023-07-24 11:28:01,718 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.093s 2023-07-24 11:28:01,718 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:01 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-f739d59f-6c9b-4e3a-880e-39fd4437c415', '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": "3e15a2983dd14481b552ed9ef71c67bd", "name": "tempest-AttachVolumeTestJSON-641324812-project-member", "password_expires_at": null}, "audit_ids": ["ahShP1qVQyO7HvdXdK0m1Q"], "expires_at": "2023-07-24T12:28:01.000000Z", "issued_at": "2023-07-24T11:28:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "023c74743fb64f5da8025bc6be58de66", "name": "tempest-AttachVolumeTestJSON-641324812"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "Region One"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:01,719 79621 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '69b89b3c-5aeb-4251-925b-458890093fee', 'name': 'tempest-AttachVolumeTestJSON-1336768378-network', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '023c74743fb64f5da8025bc6be58de66', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38302, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:35Z', 'updated_at': '2023-07-24T11:27:35Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:01,719 79621 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-789433187', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBITEv8v+4EkUX3TodWCGdI4Ob0nHvmRToHcAz3Vy/t/+35VB9d56LGAhl/O121j1cQ9IwCurSRGQFR04Q7bLuzzfzGfhJDDXvfFf7mlsjY8ZjQB45YqI4UR6g1h/iQ3OZQ==', 'fingerprint': '77:46:3e:c6:c9:6e:c4:a5:97:ec:26:c2:87:e4:03:cb', 'user_id': '3e15a2983dd14481b552ed9ef71c67bd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDDS3IstSil3sKyua24IyUvRoVc4GGIxxMaBe4GJRW+CnDjSvIg7rlb\niPMWg0EVmragBwYFK4EEACKhZANiAASExL/L/uBJFF906HVghnSODm9Jx75kU6B3\nAM91cv7f/t+VQfXeeixgIZfztdtY9XEPSMArq0kRkBUdOEO2y7s838xn4SQw173x\nX+5pbI2PGY0AeOWKiOFEeoNYf4kNzmU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'eb154414-6609-4c35-8f22-a3ecb883cdce', 'name': 'tempest-securitygroup--1184291548', 'stateful': True, 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'description': 'tempest-description--1576981890', 'shared': False, 'security_group_rules': [{'id': '23cb305f-3770-4123-b33f-eedbe59f9e68', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'security_group_id': 'eb154414-6609-4c35-8f22-a3ecb883cdce', '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': 176, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:27:56Z', 'updated_at': '2023-07-24T11:27:56Z', 'revision_number': 0}, {'id': '324bf642-2ae3-4c11-8c66-e94529c9cb27', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'security_group_id': 'eb154414-6609-4c35-8f22-a3ecb883cdce', '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': 171, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:27:56Z', 'updated_at': '2023-07-24T11:27:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:27:56 Z', 'updated_at': '2023-07-24T11:27:56Z', 'revision_number': 1, 'project_id': '023c74743fb64f5da8025bc6be58de66'}, 'floating_ip': {'id': '0d2eebc9-3435-4b96-bd7b-72e940ec09e3', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'floating_ip_address': '172.24.4.196', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:00Z', 'updated_at': '2023-07-24T11:28:00Z', 'revision_number': 0, 'ip': '172.24.4.196'}} 2023-07-24 11:28:01,751 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.030s 2023-07-24 11:28:01,751 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-404971224", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "69b89b3c-5aeb-4251-925b-458890093fee"}], "security_groups": [{"name": "tempest-securitygroup--1184291548"}], "key_name": "tempest-keypair-789433187", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28: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-a4022f2c-a8da-4eba-a77c-f5aaa14681ed', 'x-compute-request-id': 'req-a4022f2c-a8da-4eba-a77c-f5aaa14681ed', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:28:01,815 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-789433187 0.061s 2023-07-24 11:28:01,815 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:01 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-ec306a3a-8a09-45d2-9694-cbc631570175', 'x-compute-request-id': 'req-ec306a3a-8a09-45d2-9694-cbc631570175', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-789433187'} Body: b'' 2023-07-24 11:28:01,941 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/eb154414-6609-4c35-8f22-a3ecb883cdce 0.125s 2023-07-24 11:28:01,941 79621 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-1685d940-2706-4582-a7fc-6061ca8a77ed', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/eb154414-6609-4c35-8f22-a3ecb883cdce'} Body: b'' 2023-07-24 11:28:01,960 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210: 9696/networking/v2.0/security-groups/eb154414-6609-4c35-8f22-a3ecb883cdce 0.018s 2023-07-24 11:28:01,961 79621 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-593541c9-0242-40e2-88ac-84282655bdab', 'date': 'Mon, 24 Jul 2023 11:28:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/eb154414-6609-4c35-8f22-a3ecb883cdce'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group eb154414-6609-4c35-8f22-a3ecb883cdce does not exist", "detail": ""}}' 2023-07-24 11:28:02,771 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/0d2eebc9-3435-4b96-bd7b-72e940ec09e3 0.809s 2023-07-24 11:28:02,771 79621 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-262b84fa-b392-47bb-9486-a320cc00f731', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0d2eebc9-3435-4b96-bd7b-72e940ec09e3'} Body: b'' {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.766970s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.220288s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.190881s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.261658s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.025726s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.044972s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.196306s] ... ok {1} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.103985s] ... ok {1} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.050530s] ... ok {8} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [8.148208s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 140, in test_list_get_volume_attachments server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:02,775 79621 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:28:02,776 79621 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:02,839 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.061s 2023-07-24 11:28:02,840 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1472086407", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF/mwz2UaMrKGonfw4O6oj72m5WGC0pMLIWbpVs1aHGDEAvtIpq/UUVWSMVmSKpRyP+FK94N0lrLia2IuKUz36V3wK448otFRF7wYf6un/x3AhpAcp8NoNtaUg1HXyWX5g=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:02 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-11a1042e-50f0-48a8-9d4c-b4d94189160c', 'x-compute-request-id': 'req-11a1042e-50f0-48a8-9d4c-b4d94189160c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1472086407", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF/mwz2UaMrKGonfw4O6oj72m5WGC0pMLIWbpVs1aHGDEAvtIpq/UUVWSMVmSKpRyP+FK94N0lrLia2IuKUz36V3wK448otFRF7wYf6un/x3AhpAcp8NoNtaUg1HXyWX5g==", "fingerprint": "d1:16:df:d4:a6:70:1d:3e:98:5b:24:b6:37:8c:ca:cb", "user_id": "3e15a2983dd14481b552ed9ef71c67bd"}}' 2023-07-24 11:28:02,842 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1472086407 created 2023-07-24 11:28:03,108 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.265s 2023-07-24 11:28:03,109 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--308304794", "description": "tempest-description--382160097"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-cbe7a13a-b0ff-4c0f-8655-f39aaff9a93f', 'date': 'Mon, 24 Jul 2023 11:28:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "name": "tempest-securitygroup--308304794", "stateful": true, "tenant_id": "023c74743fb64f5da8025bc6be58de66", "description": "tempest-description--382160097", "shared": false, "security_group_rules": [{"id": "27c7fb8e-eabb-4f5d-87d9-565bb4f1d500", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "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": 230, "description": null, "tags": [], "created_at": "2023-07-24T11:28:02Z", "updated_at": "2023-07-24T11:28:02Z", "revision_number": 0}, {"id": "da91f490-f133-4834-83a1-2dff62083c27", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefi x": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 229, "description": null, "tags": [], "created_at": "2023-07-24T11:28:02Z", "updated_at": "2023-07-24T11:28:02Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:02Z", "updated_at": "2023-07-24T11:28:02Z", "revision_number": 1, "project_id": "023c74743fb64f5da8025bc6be58de66"}}' 2023-07-24 11:28:04,421 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.311s 2023-07-24 11:28:04,422 79621 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": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "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-0c7757e1-1331-409e-afcc-ed88a771a18a', 'date': 'Mon, 24 Jul 2023 11:28:04 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": "51666aa7-b5bc-4f72-acc1-58cd5f6a8424", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "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-24T11:28:03Z", "updated_at": "2023-07-24T11:28:03Z", "revision_number": 0}}' 2023-07-24 11:28:05,461 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.038s 2023-07-24 11:28:05,461 79621 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": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5b03a221-95b7-4877-84a5-97e355d8774f', 'date': 'Mon, 24 Jul 2023 11:28: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": "cc8e3570-3ff2-4d55-8eb2-af9118011418", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "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-24T11:28:04Z", "updated_at": "2023-07-24T11:28:04Z", "revision_number": 0}}' 2023-07-24 11:28:05,462 79621 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--308304794 created 2023-07-24 11:28:08,160 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.698s 2023-07-24 11:28:08,161 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-4b345756-0329-4c05-b69b-6ba7167d2c05', 'date': 'Mon, 24 Jul 2023 11:28:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e36e635e-9e23-4074-9545-ccd13b334c4e", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "floating_ip_address": "172.24.4.249", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "023c74743fb64f5da8025bc6be58de66", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:07Z", "updated_at": "2023-07-24T11:28:07Z", "revision_number": 0}}' 2023-07-24 11:28:08,161 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e36e635e-9e23-4074-9545-ccd13b334c4e', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'floating_ip_address': '172.24.4.249', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:07Z', 'updated_at': '2023-07-24T11:28:07Z', 'revision_number': 0, 'ip': '172.24.4.249'} created 2023-07-24 11:28:08,295 79621 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.127s 2023-07-24 11:28:08,295 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:08 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-2efb285e-9cbf-4843-b35a-595c5dd12ef4', '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": "3e15a2983dd14481b552ed9ef71c67bd", "name": "tempest-AttachVolumeTestJSON-641324812-project-member", "password_expires_at": null}, "audit_ids": ["d0X8f8sbRH2Sd0QjCGvaHA"], "expires_at": "2023-07-24T12:28:08.000000Z", "issued_at": "2023-07-24T11:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "023c74743fb64f5da8025bc6be58de66", "name": "tempest-AttachVolumeTestJSON-641324812"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "R egionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:08,296 79621 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '69b89b3c-5aeb-4251-925b-458890093fee', 'name': 'tempest-AttachVolumeTestJSON-1336768378-network', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '023c74743fb64f5da8025bc6be58de66', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38302, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:35Z', 'updated_at': '2023-07-24T11:27:35Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:08,296 79621 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1472086407', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF/mwz2UaMrKGonfw4O6oj72m5WGC0pMLIWbpVs1aHGDEAvtIpq/UUVWSMVmSKpRyP+FK94N0lrLia2IuKUz36V3wK448otFRF7wYf6un/x3AhpAcp8NoNtaUg1HXyWX5g==', 'fingerprint': 'd1:16:df:d4:a6:70:1d:3e:98:5b:24:b6:37:8c:ca:cb', 'user_id': '3e15a2983dd14481b552ed9ef71c67bd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD0uJrS+o2cIkzUhd3l453uX3rLlJ1Y8LLVNEWUZ8MVLujVZsA0losu\nQwg3UyDZIzCgBwYFK4EEACKhZANiAARf5sM9lGjKyhqJ38ODuqI+9puVhgtKTCyF\nm6VbNWhxgxAL7SKav1FFVkjFZkiqUcj/hSveDdJay4mtiLilM9+ld8CuOPKLRURe\n8GH+rp/8dwIaQHKfDaDbWlINR18ll+Y=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dcef5a25-990c-4dd5-84eb-a621c2c7132f', 'name': 'tempest-securitygroup--308304794', 'stateful': True, 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'description': 'tempest-description--382160097', 'shared': False, 'security_group_rules': [{'id': '27c7fb8e-eabb-4f5d-87d9-565bb4f1d500', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'security_group_id': 'dcef5a25-990c-4dd5-84eb-a621c2c7132f', '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': 230, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:02Z', 'updated_at': '2023-07-24T11:28:02Z', 'revision_number': 0}, {'id': 'da91f490-f133-4834-83a1-2dff62083c27', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'security_group_id': 'dcef5a25-990c-4dd5-84eb-a621c2c7132f', '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': 229, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:02Z', 'updated_at': '2023-07-24T11:28:02Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07- 24T11:28:02Z', 'updated_at': '2023-07-24T11:28:02Z', 'revision_number': 1, 'project_id': '023c74743fb64f5da8025bc6be58de66'}, 'floating_ip': {'id': 'e36e635e-9e23-4074-9545-ccd13b334c4e', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'floating_ip_address': '172.24.4.249', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:07Z', 'updated_at': '2023-07-24T11:28:07Z', 'revision_number': 0, 'ip': '172.24.4.249'}} 2023-07-24 11:28:08,324 79621 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.027s 2023-07-24 11:28:08,325 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-369586632", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "69b89b3c-5aeb-4251-925b-458890093fee"}], "security_groups": [{"name": "tempest-securitygroup--308304794"}], "key_name": "tempest-keypair-1472086407", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:08 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-98ea6418-569f-40f2-96cd-5fdeb1ac3054', 'x-compute-request-id': 'req-98ea6418-569f-40f2-96cd-5fdeb1ac3054', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:28:08,366 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1472086407 0.040s 2023-07-24 11:28:08,367 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:08 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-df925387-ec11-4e82-b310-4f74ae46dfd9', 'x-compute-request-id': 'req-df925387-ec11-4e82-b310-4f74ae46dfd9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1472086407'} Body: b'' 2023-07-24 11:28:08,895 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dcef5a25-990c-4dd5-84eb-a621c2c7132f 0.528s 2023-07-24 11:28:08,895 79621 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-450c4ba7-df4d-4f34-8a16-660927b8e0a2', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dcef5a25-990c-4dd5-84eb-a621c2c7132f'} Body: b'' 2023-07-24 11:28:08,953 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GE T http://10.0.0.210:9696/networking/v2.0/security-groups/dcef5a25-990c-4dd5-84eb-a621c2c7132f 0.057s 2023-07-24 11:28:08,954 79621 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-ed35f3c1-5d7e-4ba5-9574-a0816a2507b7', 'date': 'Mon, 24 Jul 2023 11:28:08 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dcef5a25-990c-4dd5-84eb-a621c2c7132f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dcef5a25-990c-4dd5-84eb-a621c2c7132f does not exist", "detail": ""}}' 2023-07-24 11:28:10,922 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e36e635e-9e23-4074-9545-ccd13b334c4e 1.968s 2023-07-24 11:28:10,923 79621 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-adf6d96f-f656-46ac-8cc9-3492b4d24bcb', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e36e635e-9e23-4074-9545-ccd13b334c4e'} Body: b'' {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.018929s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.022808s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.073510s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.029165s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.035245s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.022482s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.054397s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.019418s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.020015s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.045768s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.068696s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.043946s] ... ok {11} setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {6} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [4.272347s] ... ok {11} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.334212s] ... ok {1} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.722148s] ... ok {11} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.096281s] ... ok {11} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {8} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.205680s] ... ok {5} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [4.075099s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 65, in test_update_attached_volume_with_nonexistent_volume_in_body self.server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:20,777 79614 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:21,246 79614 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.464s 2023-07-24 11:28:21,246 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1043473710", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD7unBJQ6cnOiyxqiWTYt4Q/ThOK4jYrgBZWO5Un4S1miwV3Kp+2am0QHQTg3+1ckhLWQojHDn8jdLPiT+dFPlMXPdBw85wOBfx7eDb3H+/MH9b9mJH103p9IoNsa9+WxQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:20 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-9f708550-b1ec-4bb2-8314-6eab97c65803', 'x-compute-request-id': 'req-9f708550-b1ec-4bb2-8314-6eab97c65803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1043473710", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD7unBJQ6cnOiyxqiWTYt4Q/ThOK4jYrgBZWO5Un4S1miwV3Kp+2am0QHQTg3+1ckhLWQojHDn8jdLPiT+dFPlMXPdBw85wOBfx7eDb3H+/MH9b9mJH103p9IoNsa9+WxQ==", "fingerprint": "b5:73:20:94:9e:b1:47:a4:6f:84:62:19:56:83:8e:5b", "user_id": "29c230b7eb2b47698c5d87f26efd5c1f"}}' 2023-07-24 11:28:21,251 79614 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1043473710 created 2023-07-24 11:28:21,939 79614 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.688s 2023-07-24 11:28:21,940 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2012583530", "description": "tempest-description--1999810093"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-56587fc2-9b26-400f-ab1e-c7796288022e', 'date': 'Mon, 24 Jul 2023 11:28:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "name": "tempest-securitygroup--2012583530", "stateful": true, "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "description": "tempest-description--1999810093", "shared": false, "security_group_rules": [{"id": "6c8e4591-8a77-49b3-bf6f-4bf0e12402af", "project_id": "b2c2ac46224243a58fec3239c84b2ccd", "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "security_group_id": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "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": 321, "description": null, "tags": [], "created_at": "2023-07-24T11:28:21Z", "updated_at": "2023-07-24T11:28:21Z", "revision_number": 0}, {"id": "a3ab8d6d-fab8-4f72-ab9d-ba37be372171", "project_id": "b2c2ac46224243a58fec3239c84b2ccd", "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "security_group_id": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "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": nu ll, "remote_group_id": null, "standard_attr_id": 320, "description": null, "tags": [], "created_at": "2023-07-24T11:28:21Z", "updated_at": "2023-07-24T11:28:21Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:21Z", "updated_at": "2023-07-24T11:28:21Z", "revision_number": 1, "project_id": "b2c2ac46224243a58fec3239c84b2ccd"}}' 2023-07-24 11:28:22,919 79614 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.978s 2023-07-24 11:28:22,919 79614 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": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "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-66da9d24-ffde-416e-9e6e-0d38e1586d59', 'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f36cc14-e27b-419f-8ae7-f1757654bc3d", "project_id": "b2c2ac46224243a58fec3239c84b2ccd", "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "security_group_id": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "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-24T11:28:22Z", "updated_at": "2023-07-24T11:28:22Z", "revision_number": 0}}' 2023-07-24 11:28:23,227 79614 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.307s 2023-07-24 11:28:23,228 79614 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": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e86b416b-4022-43b6-a676-bd04bc48acc4', 'date': 'Mon, 24 Jul 2023 11:28:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2f2c8693-779a-4b20-b30c-0b47a3ad8aeb", "project_id": "b2c2ac46224243a58fec3239c84b2ccd", "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "security_group_id": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "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-24T11:28:23Z", "updated_at": "2023-07-24T11:28:23Z", "revision_number": 0}}' 2023-07-24 11:28:23,228 79614 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2012583530 created 2023-07-24 11:28:24,602 79614 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.372s 2023-07-24 11:28:24,602 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e" }} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7f4d698a-2c77-46c6-ba39-8b5faed46915', 'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a7ecb9b0-10b1-4622-83d4-e7f61bd0d6f6", "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "floating_ip_address": "172.24.4.126", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b2c2ac46224243a58fec3239c84b2ccd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:24Z", "updated_at": "2023-07-24T11:28:24Z", "revision_number": 0}}' 2023-07-24 11:28:24,603 79614 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a7ecb9b0-10b1-4622-83d4-e7f61bd0d6f6', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:24Z', 'updated_at': '2023-07-24T11:28:24Z', 'revision_number': 0, 'ip': '172.24.4.126'} created 2023-07-24 11:28:24,802 79614 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.191s 2023-07-24 11:28:24,803 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 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-846719be-7add-47e0-be56-fdf95e5da468', '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": "29c230b7eb2b47698c5d87f26efd5c1f", "name": "tempest-VolumesAdminNegativeTest-216631225-project-member", "password_expires_at": null}, "audit_ids": ["K2Y45ESYQR23RuFFaISHmQ"], "expires_at": "2023-07-24T12:28:24.000000Z", "issued_at": "2023-07-24T11:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2c2ac46224243a58fec3239c84b2ccd", "name": "tempest-VolumesAdminNegativeTest-216631225"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:24,804 79614 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '0bd6749a-7e72-4e08-8d87-aedfdfc62001', 'name': 'tempest-VolumesAdminNegativeTest-1205062084-network', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33609, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:35Z', 'updated_at': '2023-07-24T11:27:35Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:24,804 79614 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1043473710', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD7unBJQ6cnOiyxqiWTYt4Q/ThOK4jYrgBZWO5Un4S1miwV3Kp+2am0QHQTg3+1ckhLWQojHDn8jdLPiT+dFPlMXPdBw85wOBfx7eDb3H+/MH9b9mJH103p9IoNsa9+WxQ==', 'fingerprint': 'b5:73:20:94:9e:b1:47:a4:6f:84:62:19:56:83:8e:5b', 'user_id': '29c230b7eb2b47698c5d87f26efd5c1f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAT59QKDf+wQdbD1i2gVHqwtf7Ve3R09mQvP2jBmLtPueqhdKbGNOAn\n1kzazdv12S2gBwYFK4EEACKhZANiAAQ+7pwSUOnJzossaolk2LeEP04TiuI2K4AW\nVjuVJ+EtZosFdyqftmptEB0E4N/tXJIS1kKIxw5/I3Sz4k/nRT5TFz3QcPOcDgX8\ne3g29x/vzB/W/ZiR9dN6fSKDbGvflsU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0c40dc0f-46ec-4d75-a0b8-15ac31efcc27', 'name': 'tempest-securitygroup--2012583530', 'stateful': True, 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'description': 'tempest-description--1999810093', 'shared': False, 'security_group_rules': [{'id': '6c8e4591-8a77-49b3-bf6f-4bf0e12402af', 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'security_group_id': '0c40dc0f-46ec-4d75-a0b8-15ac31efcc27', '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': 321, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:21Z', 'updated_at': '2023-07-24T11:28:21Z', 'revision_number': 0}, {'id': 'a3ab8d6d-fab8-4f72-ab9d-ba37be372171', 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'security_group_id': '0c40dc0f-46ec-4d75-a0b8-15ac31efcc27', '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': 320, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:21Z', 'updated_at': '2023-07-24T11:28:21Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:28:21Z', 'updated_at': '2023-07-24T11:28:21Z', 'revision_number': 1, 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd'}, 'floating_ip': {'id': 'a7ecb9b0-10b1-4622-83d4-e7f61bd0d6f6', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:24Z', 'updated_at': '2023-07-24T11:28:24Z', 'revision_number': 0, 'ip': '172.24.4.126'}} 2023-07-24 11:28:24,847 79614 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.040s 2023-07-24 11:28:24,847 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-498691959", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "0bd6749a-7e72-4e08-8d87-aedfdfc62001"}], "security_groups": [{"name": "tempest-securitygroup--2012583530"}], "key_name": "tempest-keypair-1043473710", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 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-afec6d0d-d20e-4fb8-a270-b7fcbca553e3', 'x-compute-request-id': 'req-afec6d0d-d20e-4fb8-a270-b7fcbca553e3', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:28:24,848 79614 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 {5} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [0.126296s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 46, in test_update_attached_volume_with_nonexistent_volume_in_uri self.server = self.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:24,938 79614 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.071s 2023-07-24 11:28:24,939 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 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-4f8fe7cd-bafa-4e88-9b50-cbb321acb1f8', '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": "29c230b7eb2b47698c5d87f26efd5c1f", "name": "tempest-VolumesAdminNegativeTest-216631225-project-member", "password_expires_at": null}, "audit_ids": ["pAtXm6l9RNGeSFjIkq6qPA"], "expires_at": "2023-07-24T12:28:24.000000Z", "issued_at": "2023-07-24T11:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2c2ac46224243a58fec3239c84b2ccd", "name": "tempest-VolumesAdminNegativeTest-216631225"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:24,940 79614 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '0bd6749a-7e72-4e08-8d87-aedfdfc62001', 'name': 'tempest-VolumesAdminNegativeTest-1205062084-network', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b2c2ac46224243a58fec 3239c84b2ccd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33609, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:35Z', 'updated_at': '2023-07-24T11:27:35Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:24,979 79614 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-24 11:28:24,980 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-943811351", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "0bd6749a-7e72-4e08-8d87-aedfdfc62001"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 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-e93aa100-3445-44c6-ae83-84f0b98f9655', 'x-compute-request-id': 'req-e93aa100-3445-44c6-ae83-84f0b98f9655', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {8} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.357072s] ... ok {2} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [13.232942s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 399, in test_tagged_attachment server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:17,746 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.275s 2023-07-24 11:28:17,746 79608 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-635425946"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-afaacca6-ae6e-4dcb-bde8-9d35267ca7d1', 'date': 'Mon, 24 Jul 2023 11:28:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"69f72f0b-46af-4156-9675-e10fe8c85c73","name":"tempest-tagged-attachments-test-net-635425946","tenant_id":"7ee2b52fe2f54970a089a1edccfdd715","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"7ee2b52fe2f54970a089a1edccfdd715","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-24T11:28:16Z","updated_at":"2023-07-24T11:28:16Z","revision_number":1}}' 2023-07-24 11:28:20,533 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.786s 2023-07-24 11:28:20,534 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "69f72f0b-46af-4156-9675-e10fe8c85c73", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-076cd303-6d0c-45ab-ba5a-a558a03d81a2', 'date': 'Mon, 24 Jul 2023 11:28:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"6b4ce7f9-fb75-4986-bf9c-749ce814fee1","name":"","tenant_id":"7ee2b52fe2f54970a089a1edccfdd715","network_id":"69f72f0b-46af-4156-9675-e10fe8c85c73","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-24T11:28:18Z","updated_at":"2023-07-24T11:28:18Z","revision_number":0,"project_id":"7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:20,919 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes 0.384s 2023-07-24 11:28:20,920 79608 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-1747243376"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1553e7d5-077b-479c-b4d5-bcb82de7414f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1553e7d5-077b-479c-b4d5-bcb82de7414f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes'} Body: b'{"volume": {"id": "5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.836739", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1747243376", "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/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}], "user_id": "b2490a1b2b5f49c39b787ccab44344fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:21,023 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe 0.081s 2023-07-24 11:28:21,024 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-761fa80d-b712-4d76-a561-569102a0f89f', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-761fa80d-b712-4d76-a561-569102a0f89f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe'} Body: b'{"volume": {"id": "5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:21.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1747243376", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}], "user_id": "b2490a1b2b5f49c39b787ccab44344fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:22,171 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe 0.135s 2023-07-24 11:28:22,172 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4968cd87-ccee-49b1-bae5-a52d8de81911', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4968cd87-ccee-49b1-bae5-a52d8de81911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe'} Body: b'{"volume": {"id": "5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:21.000000", "updated_at": "2023-07-24T11:28:21.000000", "name": "tempest-TaggedAttachmentsTest-volume-1747243376", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee -4f8b-bec3-7c0cc3d3ebbe"}], "user_id": "b2490a1b2b5f49c39b787ccab44344fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:23,283 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe 0.096s 2023-07-24 11:28:23,283 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5842ce82-95a6-4fc3-b95f-aa460a74deed', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5842ce82-95a6-4fc3-b95f-aa460a74deed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe'} Body: b'{"volume": {"id": "5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:21.000000", "updated_at": "2023-07-24T11:28:21.000000", "name": "tempest-TaggedAttachmentsTest-volume-1747243376", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}], "user_id": "b2490a1b2b5f49c39b787ccab44344fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:24,401 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe 0.096s 2023-07-24 11:28:24,402 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b949011-a8bf-4ced-91c7-5602c90afb69', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b949011-a8bf-4ced-91c7-5602c90afb69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe'} Body: b'{"volume": {"id": "5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:21.000000", "updated_at": "2023-07-24T11:28:24.000000", "name": "tempest-TaggedAttachmentsTest-volume-1747243376", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}], "user_id": "b2490a1b2b5f49c39b787ccab44344fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id ": "7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:24,420 79608 INFO [tempest.common.waiters] volume 5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe reached available after waiting for 3.420256 seconds 2023-07-24 11:28:24,422 79608 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:28:24,422 79608 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:24,656 79608 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.230s 2023-07-24 11:28:24,657 79608 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-1240789725", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGZii79QMu1M+TXg/6S14okH9cz5WXyYw6iPfygRSIgA3WlTl3BUUhfZlS1bN33io7eqc6DaYgqqwmjszts5OZFrFxSItJeXVP/HXfaCWuLy9T0/AUVUlVPLp2k1uJlQw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 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-0da6063d-f2f2-4223-9ab1-00ce61f09fc0', 'x-compute-request-id': 'req-0da6063d-f2f2-4223-9ab1-00ce61f09fc0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1240789725", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGZii79QMu1M+TXg/6S14okH9cz5WXyYw6iPfygRSIgA3WlTl3BUUhfZlS1bN33io7eqc6DaYgqqwmjszts5OZFrFxSItJeXVP/HXfaCWuLy9T0/AUVUlVPLp2k1uJlQw==", "fingerprint": "d7:68:ab:a7:d9:2a:cc:fb:ef:8e:91:c3:cd:21:d6:c9", "user_id": "b2490a1b2b5f49c39b787ccab44344fb"}}' 2023-07-24 11:28:24,661 79608 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1240789725 created 2023-07-24 11:28:24,948 79608 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.285s 2023-07-24 11:28:24,948 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1972350200", "description": "tempest-description--1051773982"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-7d4cfcf0-1bc8-4d6e-862f-46b4cabaa291', 'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "name": "tempest-securitygroup--1972350200", "stateful": true, "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "description": "tempest-description--1051773982", "shared": false, "security_group_rules": [{"id": "040f8e71-0070-49db-9244-bf4f066f7412", "project_id": "7ee2b52fe2f54970a089a1edccfdd715", "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "security_group_id": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "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": 329, "description": null, "tags": [], "created_at": "2023-07-24T11:28:24Z", "updated_at": "2023-07-24T11:28:24Z", "revision_number": 0}, {"id": "a80626e6-0070-4af8-bfa0-6994da676f90", "project_id": "7ee2b52f e2f54970a089a1edccfdd715", "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "security_group_id": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "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": 330, "description": null, "tags": [], "created_at": "2023-07-24T11:28:24Z", "updated_at": "2023-07-24T11:28:24Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:24Z", "updated_at": "2023-07-24T11:28:24Z", "revision_number": 1, "project_id": "7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:25,179 79608 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.231s 2023-07-24 11:28:25,180 79608 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": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "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-6e52c3a3-3519-4bbd-be38-2ff6acd101b1', 'date': 'Mon, 24 Jul 2023 11:28: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": "66bce815-f09e-49bb-91d4-1406b0664deb", "project_id": "7ee2b52fe2f54970a089a1edccfdd715", "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "security_group_id": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "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-24T11:28:25Z", "updated_at": "2023-07-24T11:28:25Z", "revision_number": 0}}' 2023-07-24 11:28:25,584 79608 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.403s 2023-07-24 11:28:25,584 79608 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": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-cd0f3f8f-98cb-40a3-89a4-8c501cd546cb', 'date': 'Mon, 24 Jul 2023 11:28: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": "810c7823-580a-4fd8-95cb-4976d56304cd", "project_id": "7ee2b52fe2f54970a089a1edccfdd715", "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "security_group_id": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "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-24T11:28:25Z", "updated_at": "2023-07-24T11:28:25Z", "revision_number": 0}}' 2023-07-24 11:28:25,584 79608 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1972350200 created 2023-07-24 11:28:26,927 79608 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.342s 2023-07-24 11:28:26,928 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-9ac9cefe-5d27-41cb-b4e8-5c5bee9078ab', 'date': 'Mon, 24 Jul 2023 11:28:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2aa4589c-72ba-4ca7-81ba-f04935665bb4", "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "floating_ip_address": "172.24.4.171", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7ee2b52fe2f54970a089a1edccfdd715", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:26Z", "updated_at": "2023-07-24T11:28:26Z", "revision_number": 0}}' 2023-07-24 11:28:26,928 79608 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2aa4589c-72ba-4ca7-81ba-f04935665bb4', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'floating_ip_address': '172.24.4.171', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:26Z', 'updated_at': '2023-07-24T11:28:26Z', 'revision_number': 0, 'ip': '172.24.4.171'} created 2023-07-24 11:28:27,035 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.101s 2023-07-24 11:28:27,036 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:26 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-757d18a2-5c29-4d08-a6f9-a65d057ad0b4', '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": "b2490a1b2b5f49c39b787ccab44344fb", "name": "tempest-TaggedAttachmentsTest-711565253-project-member", "password_expires_at": null}, "audit_ids": ["lKj7xM2XQsSmCQgWSUn8aw"], "expires_at": "2023-07-24T12:28:26.000000Z", "issued_at": "2023-07-24T11:28:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ee2b52fe2f54970a089a1edccfdd715", "name": "tempest-TaggedAttachmentsTest-711565253"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "r egion": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:27,036 79608 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'd15eb0df-bc87-43e1-8ea2-55aae44296ee', 'name': 'tempest-TaggedAttachmentsTest-1753523120-network', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28396, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:27,087 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.043s 2023-07-24 11:28:27,088 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 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-497ceba9-4e86-428c-b1b9-a31caa395db4', '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": "b2490a1b2b5f49c39b787ccab44344fb", "name": "tempest-TaggedAttachmentsTest-711565253-project-member", "password_expires_at": null}, "audit_ids": ["nOQzTbcYTb64nSuLCX2-bQ"], "expires_at": "2023-07-24T12:28:27.000000Z", "issued_at": "2023-07-24T11:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ee2b52fe2f54970a089a1edccfdd715", "name": "tempest-TaggedAttachmentsTest-711565253"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface ": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:27,088 79608 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'd15eb0df-bc87-43e1-8ea2-55aae44296ee', 'name': 'tempest-TaggedAttachmentsTest-1753523120-network', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28396, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:27,089 79608 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1240789725', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGZii79QMu1M+TXg/6S14okH9cz5WXyYw6iPfygRSIgA3WlTl3BUUhfZlS1bN33io7eqc6DaYgqqwmjszts5OZFrFxSItJeXVP/HXfaCWuLy9T0/AUVUlVPLp2k1uJlQw==', 'fingerprint': 'd7:68:ab:a7:d9:2a:cc:fb:ef:8e:91:c3:cd:21:d6:c9', 'user_id': 'b2490a1b2b5f49c39b787ccab44344fb', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDgMRRqKW2doObhje7KmiUMAI+NPivqcDOpVRU6NrmrOCnLDz5SfR3j\n+vmv9Ez0KIegBwYFK4EEACKhZANiAATRmYou/UDLtTPk14P+kteKJB/XM+Vl8mMO\noj38oEUiIAN1pU5dwVFIX2ZUtWzd94qO3qnOg2mIKqsJo7M7bOTmRaxcUiLSXl1T\n/x132glri8vU9PwFFVJVTy6dpNbiZUM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e0055eef-86c8-4a1f-9c2f-feaca997954c', 'name': 'tempest-securitygroup--1972350200', 'stateful': True, 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'description': 'tempest-description--1051773982', 'shared': False, 'security_group_rules': [{'id': '040f8e71-0070-49db-9244-bf4f066f7412', 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'security_group_id': 'e0055eef-86c8-4a1f-9c2f-feaca997954c', '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': 329, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:24Z', 'updated_at': '2023-07-24T11:28:24Z', 'r evision_number': 0}, {'id': 'a80626e6-0070-4af8-bfa0-6994da676f90', 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'security_group_id': 'e0055eef-86c8-4a1f-9c2f-feaca997954c', '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': 330, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:24Z', 'updated_at': '2023-07-24T11:28:24Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:28:24Z', 'updated_at': '2023-07-24T11:28:24Z', 'revision_number': 1, 'project_id': '7ee2b52fe2f54970a089a1edccfdd715'}, 'floating_ip': {'id': '2aa4589c-72ba-4ca7-81ba-f04935665bb4', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'floating_ip_address': '172.24.4.171', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:26Z', 'updated_at': '2023-07-24T11:28:26Z', 'revision_number': 0, 'ip': '172.24.4.171'}} 2023-07-24 11:28:27,138 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.048s 2023-07-24 11:28:27,138 79608 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-1369722981", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "d15eb0df-bc87-43e1-8ea2-55aae44296ee"}], "security_groups": [{"name": "tempest-securitygroup--1972350200"}], "key_name": "tempest-keypair-1240789725", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 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-e7e7e723-dda7-484c-ad5d-7fcf758e7718', 'x-compute-request-id': 'req-e7e7e723-dda7-484c-ad5d-7fcf758e7718', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:28:27,193 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1240789725 0.051s 2023-07-24 11:28:27,194 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 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-a818fa9f-185f-4822-a96d-8502ba1d5cbc', 'x-compute-request-id': 'req-a818fa9f-185f-4822-a96d-8502ba1d5cbc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1240789725'} Body: b'' 2023-07-24 11:28:27,464 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e0055eef-86c8-4a1f- 9c2f-feaca997954c 0.269s 2023-07-24 11:28:27,464 79608 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-6a49add6-ac9d-4384-8cea-a8d052e736d0', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e0055eef-86c8-4a1f-9c2f-feaca997954c'} Body: b'' 2023-07-24 11:28:27,492 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e0055eef-86c8-4a1f-9c2f-feaca997954c 0.027s 2023-07-24 11:28:27,492 79608 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-c7199708-a688-4c3f-abde-d39f47e196a3', 'date': 'Mon, 24 Jul 2023 11:28:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e0055eef-86c8-4a1f-9c2f-feaca997954c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e0055eef-86c8-4a1f-9c2f-feaca997954c does not exist", "detail": ""}}' 2023-07-24 11:28:28,288 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2aa4589c-72ba-4ca7-81ba-f04935665bb4 0.795s 2023-07-24 11:28:28,288 79608 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-04eb4e9c-b4ec-4cd1-b41c-5fa80151949a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2aa4589c-72ba-4ca7-81ba-f04935665bb4'} Body: b'' 2023-07-24 11:28:28,721 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/6b4ce7f9-fb75-4986-bf9c-749ce814fee1 0.433s 2023-07-24 11:28:28,722 79608 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-f2037f06-f131-4b74-9a00-70acdb8aed89', 'date': 'Mon, 24 Jul 2023 11:28:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/6b4ce7f9-fb75-4986-bf9c-749ce814fee1'} Body: b'' 2023-07-24 11:28:29,701 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/69f72f0b-46af-4156-9675-e10fe8c85c73 0.979s 2023-07-24 11:28:29,702 79608 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-f3139c5a-5be4-4357-8f39-0950241d7b18', 'date': 'Mon, 24 Jul 2023 11:28:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/69f72f0b-46af-4156-9675-e10fe8c85c73'} Body: b'' {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.035843s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.031663s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.033482s] ... ok {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [11.291662s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 113, in test_volume_swap server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:21,971 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes 0.687s 2023-07-24 11:28:21,971 79624 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-1940242439"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c80180e-3b77-485a-a994-35517253d914', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c80180e-3b77-485a-a994-35517253d914', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes'} Body: b'{"volume": {"id": "f1c66717-a259-4a5b-a951-1ab52fd5d334", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:21.795280", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1940242439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:22,085 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334 0.096s 2023-07-24 11:28:22,086 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-443da9de-b41e-43f9-85c2-809552e94b5a', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-443da9de-b41e-43f9-85c2-809552e94b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334'} Body: b'{"volume": {"id": "f1c66717-a259-4a5b-a951-1ab52fd5d334", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:22.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1940242439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:23,205 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334 0.096s 2023-07-24 11:28:23,206 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc8ace49-c2f7-43d6-884d-0f42fe7018aa', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc8ace49-c2f7-43d6-884d-0f42fe7018aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334'} Body: b'{"volume": {"id": "f1c66717-a259-4a5b-a951-1ab52fd5d334", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:22.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TestVolumeSwap-volume-1940242439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:24,293 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334 0.074s 2023-07-24 11:28:24,293 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30649e0c-87b8-4cfa-b9c3-841518dbea9c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30649e0c-87b8-4cfa-b9c3-841518dbea9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334'} Body: b'{"volume": {"id": "f1c66717-a259-4a5b-a951-1ab52fd5d334", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:22.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TestVolumeSwap-volume-1940242439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:25,375 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334 0.066s 2023-07-24 11:28:25,376 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-335c77e5-8bf5-400d-84ec-856874a83a16', 'content-length': '905', 'open stack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-335c77e5-8bf5-400d-84ec-856874a83a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334'} Body: b'{"volume": {"id": "f1c66717-a259-4a5b-a951-1ab52fd5d334", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:22.000000", "updated_at": "2023-07-24T11:28:25.000000", "name": "tempest-TestVolumeSwap-volume-1940242439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:25,386 79624 INFO [tempest.common.waiters] volume f1c66717-a259-4a5b-a951-1ab52fd5d334 reached available after waiting for 3.386597 seconds 2023-07-24 11:28:25,706 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes 0.319s 2023-07-24 11:28:25,707 79624 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-1097111522"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32034a57-362b-42aa-aa06-17b067e953a1', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32034a57-362b-42aa-aa06-17b067e953a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes'} Body: b'{"volume": {"id": "f02fb95e-0542-49f2-be73-1d99bba8c898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:25.624170", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1097111522", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:25,776 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898 0.052s 2023-07-24 11:28:25,776 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b12bedc-42c8-45a9-a831-e224f8f2d079', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b12bedc-42c8-45a9-a831-e224f8f2d079', 'connection': 'close', 'status': '200', 'content-location': 'http://10. 0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898'} Body: b'{"volume": {"id": "f02fb95e-0542-49f2-be73-1d99bba8c898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:26.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1097111522", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:26,849 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898 0.061s 2023-07-24 11:28:26,849 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d5b477-a877-4e65-9328-b0cbd8b84028', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d5b477-a877-4e65-9328-b0cbd8b84028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898'} Body: b'{"volume": {"id": "f02fb95e-0542-49f2-be73-1d99bba8c898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:26.000000", "updated_at": "2023-07-24T11:28:26.000000", "name": "tempest-TestVolumeSwap-volume-1097111522", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:27,912 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898 0.051s 2023-07-24 11:28:27,913 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fde16740-7dca-4dc4-a366-4abb25c18011', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fde16740-7dca-4dc4-a366-4abb25c18011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898'} Body: b'{"volume": {"id": "f02fb95e-0542-49f2-be73-1d99bba8c898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:26.000000", "updated_at": "2023-07-24T11:2 8:26.000000", "name": "tempest-TestVolumeSwap-volume-1097111522", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:28,998 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898 0.073s 2023-07-24 11:28:28,998 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1c3f2a-ff01-415a-891b-252fa6192e3a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1c3f2a-ff01-415a-891b-252fa6192e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898'} Body: b'{"volume": {"id": "f02fb95e-0542-49f2-be73-1d99bba8c898", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:26.000000", "updated_at": "2023-07-24T11:28:28.000000", "name": "tempest-TestVolumeSwap-volume-1097111522", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:29,009 79624 INFO [tempest.common.waiters] volume f02fb95e-0542-49f2-be73-1d99bba8c898 reached available after waiting for 4.009817 seconds 2023-07-24 11:28:29,010 79624 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:29,219 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.206s 2023-07-24 11:28:29,220 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1567644231", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDs/JURXI0Agjn9xjig2WOAf321bOz1THJCUXQNxzHrTEa9wFIXdsOVCgdqmDW/YBwheIfbpZ5p4EsplNCB0jF42Q9aK1PVdchSBnjhrr/mBLHyytqYPjYJ/Ru6Keen4pA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:29 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-a5e57f69-7caf-4565-844d-264945f39cc4', 'x-compute-request-id': 'req-a5e57f69-7caf-4565-844d-264945f39cc4', 'connection': 'close', 'status': '200', 'content-location': ' http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1567644231", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDs/JURXI0Agjn9xjig2WOAf321bOz1THJCUXQNxzHrTEa9wFIXdsOVCgdqmDW/YBwheIfbpZ5p4EsplNCB0jF42Q9aK1PVdchSBnjhrr/mBLHyytqYPjYJ/Ru6Keen4pA==", "fingerprint": "45:c3:60:d0:af:3d:97:fe:76:61:5d:82:81:d8:37:1e", "user_id": "3080a3158356407884a818c869bcec04"}}' 2023-07-24 11:28:29,224 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1567644231 created 2023-07-24 11:28:29,904 79624 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.678s 2023-07-24 11:28:29,904 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2052260850", "description": "tempest-description--761113304"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-00ae7ca1-0454-496d-8f2d-f35cc41ad42a', 'date': 'Mon, 24 Jul 2023 11:28:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fd361393-db1d-4308-ba58-774a15ab1f5c", "name": "tempest-securitygroup--2052260850", "stateful": true, "tenant_id": "8a91abc11cbb444cb4aeed258793e963", "description": "tempest-description--761113304", "shared": false, "security_group_rules": [{"id": "6a470ec4-ec8d-41c6-8502-c807ff22b851", "project_id": "8a91abc11cbb444cb4aeed258793e963", "tenant_id": "8a91abc11cbb444cb4aeed258793e963", "security_group_id": "fd361393-db1d-4308-ba58-774a15ab1f5c", "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": 353, "description": null, "tags": [], "created_at": "2023-07-24T11:28:29Z", "updated_at": "2023-07-24T11:28:29Z", "revision_number": 0}, {"id": "f1d98f69-7773-47a1-917b-e79f641bd2b2", "project_id": "8a91abc11cbb444cb4aeed258793e963", "tenant_id": "8a91abc11cbb444cb4aeed258793e963", "security_group_id": "fd361393-db1d-4308-ba58-774a15ab1f5c", "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": 352, "description": null, "tags": [], "created_at": "2023-07-24T11:28:29Z", "updated_at": "2023-07-24T11:28:29Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:29Z", "updated_at": "2023-07-24T11:28:29Z", "revision_number": 1, "project_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:30,515 79624 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.610s 2023-07-24 11:28:30,515 79624 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": "fd361393-db1d-4308-ba58-774a15ab1f5c", "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-058af957-f7cf-4e0a-b576-d910aa315022', 'date': 'Mon, 24 Jul 2023 11:28: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": "e412f563-fce1-42d5-b082-cf76a2925ec9", "project_id": "8a91abc11cbb444cb4aeed258793e963", "tenant_id": "8a91abc11cbb444cb 4aeed258793e963", "security_group_id": "fd361393-db1d-4308-ba58-774a15ab1f5c", "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-24T11:28:30Z", "updated_at": "2023-07-24T11:28:30Z", "revision_number": 0}}' 2023-07-24 11:28:30,803 79624 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.287s 2023-07-24 11:28:30,804 79624 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": "fd361393-db1d-4308-ba58-774a15ab1f5c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bab4ea64-9e4a-4455-bac8-275bc33f774f', 'date': 'Mon, 24 Jul 2023 11:28: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": "29f8951d-b517-4333-be9c-dd18b81ce4b1", "project_id": "8a91abc11cbb444cb4aeed258793e963", "tenant_id": "8a91abc11cbb444cb4aeed258793e963", "security_group_id": "fd361393-db1d-4308-ba58-774a15ab1f5c", "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-24T11:28:30Z", "updated_at": "2023-07-24T11:28:30Z", "revision_number": 0}}' 2023-07-24 11:28:30,804 79624 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2052260850 created 2023-07-24 11:28:32,416 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.612s 2023-07-24 11:28:32,417 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-dc80ab41-f581-4fc2-831b-fe458c056263', 'date': 'Mon, 24 Jul 2023 11:28:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9ca8222f-7989-43dd-9b25-860ed998967a", "tenant_id": "8a91abc11cbb444cb4aeed258793e963", "floating_ip_address": "172.24.4.91", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8a91abc11cbb444cb4aeed258793e963", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:31Z", "updated_at": "2023-07-24T11:28:31Z", "revision_number": 0}}' 2023-07-24 11:28:32,417 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9ca8222f-7989-43dd-9b25-860ed998967a', 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'floating_ip_address': '172.24.4.91', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8a91abc11cbb444cb4aeed258793e963', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:31Z', 'updated_at': '2023-07-24T11:28:31Z', 'revision_number': 0, 'ip': '172.24.4.91'} created 2023-07-24 11:28:32,532 79624 INFO [tempest.lib.common.rest_client ] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.109s 2023-07-24 11:28:32,532 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2799', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e14a6bc5-f97c-488c-9ad4-c70c0cc145d7', '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": "3080a3158356407884a818c869bcec04", "name": "tempest-TestVolumeSwap-800732167-project-member", "password_expires_at": null}, "audit_ids": ["05N7fQ3sSa-VAVs1OWs4zg"], "expires_at": "2023-07-24T12:28:32.000000Z", "issued_at": "2023-07-24T11:28:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a91abc11cbb444cb4aeed258793e963", "name": "tempest-TestVolumeSwap-800732167"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a91abc11cbb444cb4aeed258793e963", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:32,533 79624 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': '53afd3bd-a9ea-4167-b75c-ba6441a33b54', 'name': 'tempest-TestVolumeSwap-1653777949-network', 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8a91abc11cbb444cb4aeed258793e963', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40931, 'is_default': False, 'avail ability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:35Z', 'updated_at': '2023-07-24T11:27:35Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:32,534 79624 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1567644231', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDs/JURXI0Agjn9xjig2WOAf321bOz1THJCUXQNxzHrTEa9wFIXdsOVCgdqmDW/YBwheIfbpZ5p4EsplNCB0jF42Q9aK1PVdchSBnjhrr/mBLHyytqYPjYJ/Ru6Keen4pA==', 'fingerprint': '45:c3:60:d0:af:3d:97:fe:76:61:5d:82:81:d8:37:1e', 'user_id': '3080a3158356407884a818c869bcec04', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBOnGHtjuE6LNPxIISPvsTAO/lcjRRv44MarJne8aqRve68qBFkCRQd\nPqagGNW/qjigBwYFK4EEACKhZANiAAQ7PyVEVyNAII5/cY4oNljgH99tWzs9UxyQ\nlF0Dccx60xGvcBSF3bDlQoHapg1v2AcIXiH26WeaeBLKZTQgdIxeNkPWitT1XXIU\ngZ44a6/5gSx8sramD42Cf0buinnp+KQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fd361393-db1d-4308-ba58-774a15ab1f5c', 'name': 'tempest-securitygroup--2052260850', 'stateful': True, 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'description': 'tempest-description--761113304', 'shared': False, 'security_group_rules': [{'id': '6a470ec4-ec8d-41c6-8502-c807ff22b851', 'project_id': '8a91abc11cbb444cb4aeed258793e963', 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'security_group_id': 'fd361393-db1d-4308-ba58-774a15ab1f5c', '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': 353, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:29Z', 'updated_at': '2023-07-24T11:28:29Z', 'revision_number': 0}, {'id': 'f1d98f69-7773-47a1-917b-e79f641bd2b2', 'project_id': '8a91abc11cbb444cb4aeed258793e963', 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'security_group_id': 'fd361393-db1d-4308-ba58-774a15ab1f5c', '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': 352, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:29Z', 'updated_at': '2023-07-24T11:28:29Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:28:29Z', 'updated_at': '2023-07-24T11:28:29Z', 'revision_number': 1, 'project_id': '8a91abc11cbb444cb4aeed258793e963'}, 'floating_ip': {'id': '9ca8222f-7989-43dd-9b25-860ed998967a', 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'floating_ip_address': '172.24.4.91', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8a91abc11cbb444cb4aeed258793e963', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:31Z', 'updated_at': '2023-07-24T11:28:31Z', 'revision_number': 0, 'ip': '172.24.4.91'}} 2023-07-24 11:28:32,571 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.037s 2023-07-24 11:28:32,571 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-54356074", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "53afd3bd-a9ea-4167-b75c-ba6441a33b54"}], "security_groups": [{"name": "tempest-securitygroup--2052260850"}], "key_name": "tempest-keypair-1567644231", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:2 8:32 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-cc4346ff-e20f-4bdc-90d9-9c857ae3e1cd', 'x-compute-request-id': 'req-cc4346ff-e20f-4bdc-90d9-9c857ae3e1cd', '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."}}' {0} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [10.928551s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 94, in test_attach_scsi_disk_with_config_drive server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:22,909 79604 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/b529fdc1-349f-4017-9753-574081f4a985 0.452s 2023-07-24 11:28:22,909 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dfa0945f-857e-4950-8652-a9b92c62f257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985'} 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": "80a68516d6bc42f2bdfd019023639925", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b529fdc1-349f-4017-9753-574081f4a985", "created_at": "2023-07-24T11:24:13Z", "updated_at": "2023-07-24T11:24:15Z", "tags": [], "self": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985", "file": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:28:24,621 79604 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 1.665s 2023-07-24 11:28:24,622 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-55d802bd-85fe-4b7b-958f-00341d55b105', '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": "b1f76ad017de4cb78e068d2902b5d4a4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4441bb6-8713-4afe-ab05-0b0d680d441a", "created_at": "2023-07-24T11:28:24Z", "updated_at": "2023-07-24T11:28:24Z", "tags": [], "self": "/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a", "file": "/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:28:27,387 79604 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-24 11:28:27,388 79604 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/f4441bb6-8713-4afe-ab05-0b0d680d441a/file 2.765s 2023-07-24 11:28:27,389 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c5c52ca1-2eba-4536-8aa1-e6a08dfe05c9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a/file'} Body: b'' 2023-07-24 11:28:27,390 79604 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:28:27,390 79604 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:27,650 79604 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.255s 2023-07-24 11:28:27,651 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1436808933", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGDgcx3NLNop7jYs6ygUrByUTD/qNbYvTYvKQpza49CpILmzwVNUPeupm6azhWlC9jWtIHf+rwkRLbYuMaH3yA0ITCWwxHG+TJksDZC/gAsPQ6MUmQG+WNtZMSBfZcQ6lg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 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-0af564ea-0560-4c04-92c3-c27903679673', 'x-compute-request-id': 'req-0af564ea-0560-4c04-92c3-c27903679673', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1436808933", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGDgcx3NLNop7jYs6ygUrByUTD/qNbYvTYvKQpza49CpILmzwVNUPeupm6azhWlC9jWtIHf+rwkRLbYuMaH3yA0ITCWwxHG+TJksDZC/gAsPQ6MUmQG+WNtZMSBfZcQ6lg==", "fingerprint": "95:96:f4:43:e0:b1:39:18:9e:d8:b3:e1:06:76:ce:6e", "user_id": "4988f06920d4459ea988058a91955ee6"}}' 2023-07-24 11:28:27,659 79604 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1436808933 created 2023-07-24 11:28:28,204 79604 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.543s 2023-07-24 11:28:28,205 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1882755707", "description": "tempest-description--1096697854"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-d45d0f23-49d6-4959-9202-c5cf2e24d1c6', 'date': 'Mon, 24 Jul 2023 11:28:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "name": "tempest-securitygroup--1882755707", "stateful": true, "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "description": "tempest-description--1096697854", "shared": false, "security_group_rules": [{"id": "b9710ee5-75f5-4f3b-b02c-e93d263a80d0", "project_id": "9d40b9c61401435fbf11f796c423dca8", "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "security_group_id": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "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": 343, "description": null, "tags": [], "created_at": "2023-07-24T11:28:27Z", "updated_at": "2023-07-24T11:28:27Z", "revision_number": 0}, {"id": "e7373002-81be-43f2-b70d-3e0b4fe61153", "project_id": "9d40b9c61401435fbf11f796c423dca8", "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "security_group_id": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "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": 342, "description": null, "tags": [], "created_at": "2023-07-24T11:28:27Z", "updated_at": "2023-07-24T11:28:27Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:27Z", "updated_at": "2023-07-24T11:28:27Z", "revision_number": 1, "project_id": "9d40b9c61401435fbf11f796c423dca8"}}' 2023-07-24 11:28:29,115 79604 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.909s 2023-07-24 11:28:29,115 79604 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": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "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-c1e894a0-0a39-4834-a375-9744ab04ca73', 'date': 'Mon, 24 Jul 2023 11:28: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": "cd4d21e3-b936-4a22-84e2-a305b56314eb", "project_id": "9d40b9c61401435fbf11f796c423dca8", "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "security_group_id": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "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-24T11:28:28Z", "updated_at": "2023-07-24T11:28:28Z", "revision_number": 0}}' 2023-07-24 11:28:29,870 79604 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.755s 2023-07-24 11:28:29,871 79604 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": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6dffc02c-7677-48e4-ba0e-bd42eae04aca', 'date': 'Mon, 24 Jul 2023 11:28: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": "57b5356e-b664-40ce-b1d4-127deb4a0e7c", "project_id": "9d40b9c61401435fbf11f796c423dca8", "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "security_group_id": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "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-24T11:28:29Z", "updated_at": "2023-07-24T11:28:29Z", "revision_number": 0}}' 2023-07-24 11:28:29,871 79604 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1882755707 created 2023-07-24 11:28:31,207 79604 INFO [tempest.lib.common.rest_client] Reques t (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.335s 2023-07-24 11:28:31,208 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b115a719-73f1-4e85-811b-c7cda2b71be6', 'date': 'Mon, 24 Jul 2023 11:28:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "23abe372-cd4d-4cf3-a978-670a6590c611", "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "floating_ip_address": "172.24.4.169", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9d40b9c61401435fbf11f796c423dca8", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:30Z", "updated_at": "2023-07-24T11:28:30Z", "revision_number": 0}}' 2023-07-24 11:28:31,208 79604 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '23abe372-cd4d-4cf3-a978-670a6590c611', 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'floating_ip_address': '172.24.4.169', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d40b9c61401435fbf11f796c423dca8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:30Z', 'updated_at': '2023-07-24T11:28:30Z', 'revision_number': 0, 'ip': '172.24.4.169'} created 2023-07-24 11:28:31,351 79604 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.136s 2023-07-24 11:28:31,352 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:31 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-364c5010-2ff8-47e9-9048-507015cfd8df', '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": "4988f06920d4459ea988058a91955ee6", "name": "tempest-AttachSCSIVolumeTestJSON-404169403-project-member", "password_expires_at": null}, "audit_ids": ["SCWAwO1bQfqvOr8QOt_N8A"], "expires_at": "2023-07-24T12:28:31.000000Z", "issued_at": "2023-07-24T11:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d40b9c61401435fbf11f796c423dca8", "name": "tempest-AttachSCSIVolumeTestJSON-404169403"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d40b9c61401435fbf11f796c423dca8", "region": "RegionOne"}], " id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d40b9c61401435fbf11f796c423dca8", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9d40b9c61401435fbf11f796c423dca8", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:31,353 79604 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'c2ab3175-08ea-4bb9-82f1-d42c227050b3', 'name': 'tempest-AttachSCSIVolumeTestJSON-406614911-network', 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9d40b9c61401435fbf11f796c423dca8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2206, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:31,354 79604 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1436808933', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGDgcx3NLNop7jYs6ygUrByUTD/qNbYvTYvKQpza49CpILmzwVNUPeupm6azhWlC9jWtIHf+rwkRLbYuMaH3yA0ITCWwxHG+TJksDZC/gAsPQ6MUmQG+WNtZMSBfZcQ6lg==', 'fingerprint': '95:96:f4:43:e0:b1:39:18:9e:d8:b3:e1:06:76:ce:6e', 'user_id': '4988f06920d4459ea988058a91955ee6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDANWCRdXddfvhtINOlLFgTkNOl9ZaOwrr6P+I/yXTgBI+9ZREJPDDDN\nK96UheqSR5WgBwYFK4EEACKhZANiAARg4HMdzSzaKe42LOsoFKwclEw/6jW2L02L\nykKc2uPQqSC5s8FTVD3rqZums4VpQvY1rSB3/q8JES22LjGh98gNCEwlsMRxvkyZ\nLA2Qv4ALD0OjFJkBvljbWTEgX2XEOpY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9b9376a8-91d5-480d-8853-0d01a11b2bd2', 'name': 'tempest-securitygroup--1882755707', 'stateful': True, 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'description': 'tempest-description--1096697854', 'shared': False, 'security_group_rules': [{'id': 'b9710ee5-75f5-4f3b-b02c-e93d263a80d0', 'project_id': '9d40b9c61401435fbf11f796c423dca8', 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'security_group_id': '9b9376a8-91d5-480d-8853-0d01a11b2bd2', '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': 343, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:27Z', 'updated_at': '2023-07-24T11:28:27Z', 'revision_number': 0}, {'id': 'e7373002-81be-43f2-b70d-3e0b4fe61153', 'project_id': '9d40b9c61401435fbf11f796c423dca8', 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'security_group_id': '9b9376a8-91d5-480d-8853-0d01a11b2bd2', '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': 342, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:27Z', 'updated_at': '2023-07-24T11:28:27Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:28:27Z', 'updated_at': '2023-07-24T11:28:27Z', 'revision_number': 1, 'project_id': '9d40b9c61401435fbf11f796c423dca8'}, 'floating_ip': {'id': '23abe372-cd4d-4cf3-a978-670a6590c611', 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'floating_ip_address': '172.24.4.169', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d40b9c61401435fbf11f796c423dca8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:30Z', 'updated_at': '2023-07-24T11:28:30Z', 'revision_number': 0, 'ip': '172.24.4.169'}} 2023-07-24 11:28:31,403 79604 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.048s 2023-07-24 11:28:31,404 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1713654680", "imageRef": "f4441bb6-8713-4afe-ab05-0b0d680d441a", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "c2ab3175-08ea-4bb9-82f1-d42c227050b3"}], "security_groups": [{"name": "tempest-securitygroup--1882755707"}], "key_name": "tempest-keypair-1436808933", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:31 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-593f76da-7899-4d0f-8999-83139c924238', 'x-compute-request-id': 'req-593f76da-7899-4d0f-8999-83139c924238', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:28:31,454 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1436808933 0.046s 2023-07-24 11:28:31,455 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:31 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-471537dc-c58d-4e2d-8389-eb9c864d3162', 'x-compute-request-id': 'req-471537dc-c58d-4e2d-8389-eb9c864d3162', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1436808933'} Body: b'' 2023-07-24 11:28:31,813 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9b9376a8-91d5-480d-8853-0d01a11b2bd2 0.357s 2023-07-24 11:28:31,813 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-a0710347-9be8-40ac-802b-01432562a393', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9b9376a8-91d5-480d-8853-0d01a11b2bd2'} Body: b'' 2023-07-24 11:28:31,841 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9b9376a8-91d5-480d-8853-0d01a11b2bd2 0.027s 2023-07-24 11:28:31,842 79604 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-d09bf5aa-0903-47bd-845c-de20f16c393b', 'date': 'Mon, 24 Jul 2023 11:28:31 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9b9376a8-91d5-480d-8853-0d01a11b2bd2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9b9376a8-91d5-480d-8853-0d01a11b2bd2 does not exist", "detail": ""}}' 2023-07-24 11:28:33,038 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/23abe372-cd4d-4cf3-a978-670a6590c611 1.196s 2023-07-24 11:28:33,039 79604 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-1fcb17c3-60c6-430b-896f-3e64ee6c7308', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/23abe372-cd4d-4cf3-a978-670a6590c611'} Body: b'' 2023-07-24 11:28:33,364 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a 0.324s 2023-07-24 11:28:33,364 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-cc5bd45b-5aa5-49b3-8d81-a6fcb2cb67d3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a'} Body: b'' 2023-07-24 11:28:33,382 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a 0.016s 2023-07-24 11:28:33,382 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-19121888-c53d-45d3-ba35-5aee40c73c06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a'} Body: b'{"message": "No image found with ID f4441bb6-8713-4afe-ab05-0b0d680d441a

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {1} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.368964s] ... ok {1} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.085622s] ... ok {11} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [11.583632s] ... ok {4} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {0} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [35.022916s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [16.248703s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.027144s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.190511s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.145437s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.301140s] ... ok {1} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.429788s] ... ok {5} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [3.283378s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 244, in test_stable_device_rescue_disk_virtio_with_volume_attached server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:53,525 79614 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:53,831 79614 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.302s 2023-07-24 11:28:53,832 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-308101593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLuAClOtz7vCrDdWrOuto7ToTpvsaduKD/Y+MDGmDsumYLW90fnywz9m4FuoveRMTNVmXP2k2IQ1vXAkXJfbpxpCGQtHtn6Wy5nlFaqMM/rGfDxwz1STaPSb16JHeriM/w=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27109fdd-13a0-400d-9821-651ea8e618d7', 'x-compute-request-id': 'req-27109fdd-13a0-400d-9821-651ea8e618d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-308101593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLuAClOtz7vCrDdWrOuto7ToTpvsaduKD/Y+MDGmDsumYLW90fnywz9m4FuoveRMTNVmXP2k2IQ1vXAkXJfbpxpCGQtHtn6Wy5nlFaqMM/rGfDxwz1STaPSb16JHeriM/w==", "fingerprint": "74:14:db:e3:98:1e:53:8a:5a:ac:b3:07:5d:67:da:24", "user_id": "bd203ed6b3d14d60a473cb9c360cb16b"}}' 2023-07-24 11:28:53,838 79614 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-308101593 created 2023-07-24 11:28:54,422 79614 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.583s 2023-07-24 11:28:54,422 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--369909236", "description": "tempest-description--61291966"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-162a603e-9f85-46da-a0b2-f200bfbfd715', 'date': 'Mon, 24 Jul 2023 11:28:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "name": "tempest-securitygroup--369909236", "stateful": true, "tenant_id": "07150d033a0949089d710221180a95ce", "description": "tempest-description--61291966", "shared": false, "security_group_rules": [{"id": "ae8e2be2-7365-4f08-9935-65d3cfb60055", "project_id": "07150d033a0949089d710221180a95ce", "tenant_id": "07150d033a0949089d710221180a95ce", "security_group_id": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "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": 441, "description": null, "tags": [], "created_at": "2023-07-24T11:28:54Z", "updated_at": "2023-07-24T11:28:54Z", "revision_number": 0}, {"id": "d2d5c882-24a6-4dd0-b49f-9f1d062d06fc", "project_id": "07150d033a0949089d710221180a95ce", "tenant_id": "07150d033a0949089d710221180a95ce", "security_group_id": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "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": 438, "description": null, "tags": [], "created_at": "2023-07-24T11:28:54Z", "updated_at": "2023-07-24T11:28:54Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:54Z", "updated_at": "2023-07-24T11:28:54Z", "revision_number": 1, "project_id": "07150d033a0949089d710221180a95ce"}}' 2023-07-24 11:28:55,112 79614 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.689s 2023-07-24 11:28:55,113 79614 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": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "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-6432237c-cd45-4b62-ae62-5795defd47fb', 'date': 'Mon, 24 Jul 2023 11:28: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": "97a8fc92-cd66-461a-9984-7bab388c541d", "project_id": "07150d033a0949089d710221180a95ce", "tenant_id": "07150d033a0949089d710221180a95ce", "security_group_id": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "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-24T11:28:54Z", "updated_at": "2023-07-24T11:28:54Z", "revision_number": 0}}' 2023-07-24 11:28:55,456 79614 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.343s 2023-07-24 11:28:55,457 79614 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": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-45a472b3-9e63-4f53-8b73-8d65e7f09b2e', 'date': 'Mon, 24 Jul 2023 11:28: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": "3533bf6b-f9a6-450f-85fd-e5b28b66d4a2", "project_id": "07150d033a0949089d710221180a95ce", "tenant_id": "07150d033a0949089d710221180a95ce", "security_group_id": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "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-24T11:28:55Z", "updated_at": "2023-07-24T11:28:55Z", "revision_number": 0}}' 2023-07-24 11:28:55,457 79614 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--369909236 created 2023-07-24 11:28:56,664 79614 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 1.206s 2023-07-24 11:28:56,665 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fa bb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b0a85646-8bc9-4303-b718-76651dc21ce6', 'date': 'Mon, 24 Jul 2023 11:28:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bb98867c-c7dc-48fa-960f-61a6aa311a37", "tenant_id": "07150d033a0949089d710221180a95ce", "floating_ip_address": "172.24.4.161", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "07150d033a0949089d710221180a95ce", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:56Z", "updated_at": "2023-07-24T11:28:56Z", "revision_number": 0}}' 2023-07-24 11:28:56,665 79614 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bb98867c-c7dc-48fa-960f-61a6aa311a37', 'tenant_id': '07150d033a0949089d710221180a95ce', 'floating_ip_address': '172.24.4.161', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07150d033a0949089d710221180a95ce', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:56Z', 'updated_at': '2023-07-24T11:28:56Z', 'revision_number': 0, 'ip': '172.24.4.161'} created 2023-07-24 11:28:56,773 79614 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.103s 2023-07-24 11:28:56,774 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8f350fa7-121d-4830-b644-ce917d5fc317', '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": "bd203ed6b3d14d60a473cb9c360cb16b", "name": "tempest-ServerStableDeviceRescueTest-881709896-project-member", "password_expires_at": null}, "audit_ids": ["WCKKFHMLRROyxfp8hdgN8g"], "expires_at": "2023-07-24T12:28:56.000000Z", "issued_at": "2023-07-24T11:28:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07150d033a0949089d710221180a95ce", "name": "tempest-ServerStableDeviceRescueTest-881709896"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07150d033a0949089d710221180a95ce", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"end points": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07150d033a0949089d710221180a95ce", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/07150d033a0949089d710221180a95ce", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:56,774 79614 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'd6c1f50c-e8c9-40d6-b178-8413b5d80968', 'name': 'tempest-ServerStableDeviceRescueTest-2121034948-network', 'tenant_id': '07150d033a0949089d710221180a95ce', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '07150d033a0949089d710221180a95ce', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6566, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:28:41Z', 'updated_at': '2023-07-24T11:28:41Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:56,775 79614 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-308101593', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLuAClOtz7vCrDdWrOuto7ToTpvsaduKD/Y+MDGmDsumYLW90fnywz9m4FuoveRMTNVmXP2k2IQ1vXAkXJfbpxpCGQtHtn6Wy5nlFaqMM/rGfDxwz1STaPSb16JHeriM/w==', 'fingerprint': '74:14:db:e3:98:1e:53:8a:5a:ac:b3:07:5d:67:da:24', 'user_id': 'bd203ed6b3d14d60a473cb9c360cb16b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCb/m10DDDKWHHsvJ7f7VFSs9mndx0sqeS8wR+NuRB24garYpoXNaBB\nfH1uaYXOUNmgBwYFK4EEACKhZANiAAS7gApTrc+7wqw3VqzrraO06E6b7Gnbig/2\nPjAxpg7LpmC1vdH58sM/ZuBbqL3kTEzVZlz9pNiENb1wJFyX26caQhkLR7Z+lsuZ\n5RWqjDP6xnw8cM9Uk2j0m9eiR3q4jP8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '838e015b-036f-42ec-9e9b-8fb186af1bb8', 'name': 'tempest-securitygroup--369909236', 'stateful': True, 'tenant_id': '07150d033a0949089d710221180a95ce', 'description': 'tempest-description--61291966', 'shared': False, 'security_group_rules': [{'id': 'ae8e2be2-7365-4f08-9935-65d3cfb60055', 'project_id': '07150d033a0949089d710221180a95ce', 'tenant_id': '07150d033a0949089d710221180a95ce', 'security_group_id': '838e015b-036f-42ec-9e9b-8fb186af1bb8', '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': 441, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:54Z', 'updated_at': '2023-07-24T11:28:54Z', 'revision_number': 0}, {'id': 'd2d5c882-24a6-4dd0-b49f-9f1d062d06fc', 'project_id': '07150d033a0949089d710221180a95ce', 'tenant_id': '07150d033a0949089d710221180a95ce', 'security_group_id': '838e015b-036f-42ec-9e9b-8fb186af1bb8', '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, 'stand ard_attr_id': 438, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:54Z', 'updated_at': '2023-07-24T11:28:54Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:28:54Z', 'updated_at': '2023-07-24T11:28:54Z', 'revision_number': 1, 'project_id': '07150d033a0949089d710221180a95ce'}, 'floating_ip': {'id': 'bb98867c-c7dc-48fa-960f-61a6aa311a37', 'tenant_id': '07150d033a0949089d710221180a95ce', 'floating_ip_address': '172.24.4.161', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07150d033a0949089d710221180a95ce', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:56Z', 'updated_at': '2023-07-24T11:28:56Z', 'revision_number': 0, 'ip': '172.24.4.161'}} 2023-07-24 11:28:56,805 79614 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.029s 2023-07-24 11:28:56,806 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-131991513", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "d6c1f50c-e8c9-40d6-b178-8413b5d80968"}], "security_groups": [{"name": "tempest-securitygroup--369909236"}], "key_name": "tempest-keypair-308101593", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-b53b8387-680b-4f72-a8f5-09171fc19ec2', 'x-compute-request-id': 'req-b53b8387-680b-4f72-a8f5-09171fc19ec2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.291559s] ... ok {6} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.239786s] ... ok {2} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [0.121830s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 179, in test_attach_volumes_with_nonexistent_volume_id server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:02,674 79612 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.089s 2023-07-24 11:29:02,675 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:02 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-9f16f8f7-e94a-42c4-8b59-eb3ffe4ef07a', '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": "7cf822f4b93348889f648959f58cdca8", "name": "tempest-VolumesNegativeTest-1238844189-project-member", "password_expires_at": null}, "audit_ids": ["Kpl2j-mOTvqGIuE4UpyItQ"], "expires_at": "2023-07-24T12:29:02.000000Z", "issued_at": "2023-07-24T11:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a4e531709654486ab59db5c5d6b78854", "name": "tempest-VolumesNegativeTest-1238844189"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a4e531709654486ab59db5c5d6b78854", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a4e531709654486ab59db5c5d6b78854", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a4e531709654486ab59db5c5d6b78854", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:02,675 79612 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-24 11:29:02,699 79612 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 11:29:02,699 79612 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-75450104", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29: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-af0e6ebd-4191-49cf-9efd-67620522701b', 'x-compute-request-id': 'req-af0e6ebd-4191-49cf-9efd-67620522701b', '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."}}' {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [4.006571s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [3.018318s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.022455s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.033733s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.052118s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.027158s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.014027s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.012969s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.022335s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.030466s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.015953s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.049254s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.031789s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.014593s] ... ok {5} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.443530s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.087329s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.162227s] ... ok {0} 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 840, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True) File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.075817s] ... ok {5} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.375975s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.110761s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.174042s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.041792s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.031128s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.016252s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.042673s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.028662s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.032589s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.017156s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.026401s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.062575s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.016954s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.043851s] ... ok {4} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.397222s] ... ok {6} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [10.982157s] ... ok {7} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [71.760756s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:11,681 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes 1.004s 2023-07-24 11:28:11,681 79618 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-228215803", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea416acc-beec-4b15-b9fb-d30e607b0685', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea416acc-beec-4b15-b9fb-d30e607b0685', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:11.605081", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:11,767 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.064s 2023-07-24 11:28:11,768 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50194972-cc97-4a3e-9f95-a4c223d716db', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50194972-cc97-4a3e-9f95-a4c223d716db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:12,849 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.060s 2023-07-24 11 :28:12,850 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44974152-c18f-47f5-a087-84ff55415ff1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44974152-c18f-47f5-a087-84ff55415ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:14,045 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.184s 2023-07-24 11:28:14,046 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df2f04a-3e75-4c20-9f07-3b4669ce6164', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5df2f04a-3e75-4c20-9f07-3b4669ce6164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:15,122 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.065s 2023-07-24 11:28:15,123 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'dat e': 'Mon, 24 Jul 2023 11:28:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d133e6e-d602-4a1f-9021-3db1267053d3', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d133e6e-d602-4a1f-9021-3db1267053d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:16,183 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.043s 2023-07-24 11:28:16,183 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74abfe5a-2686-428b-83b5-926194f43834', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74abfe5a-2686-428b-83b5-926194f43834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:17,243 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.046s 2023-07-24 11:28:17,243 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json ', 'x-compute-request-id': 'req-6d1acac7-7554-4cca-a4e8-6894115ee2fe', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d1acac7-7554-4cca-a4e8-6894115ee2fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:18,310 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.049s 2023-07-24 11:28:18,311 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-912588d3-40d7-40c7-aded-d00ba7f26893', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-912588d3-40d7-40c7-aded-d00ba7f26893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:19,369 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.047s 2023-07-24 11:28:19,370 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b97c8559-3a48-44fe-9757-41ba603dd50e', 'content-length': '973', 'openstack -api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b97c8559-3a48-44fe-9757-41ba603dd50e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:20,450 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.069s 2023-07-24 11:28:20,451 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e49a04-b235-4a9c-b02c-ac8c38a0aa3b', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e49a04-b235-4a9c-b02c-ac8c38a0aa3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:21,534 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.072s 2023-07-24 11:28:21,534 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-377db7e5-9c96-44f9-8b10-9918f5e820cd', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-377db7e5-9c96 -44f9-8b10-9918f5e820cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:22,618 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.071s 2023-07-24 11:28:22,619 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c38442-2153-40ec-8e75-e3c6c6867e17', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c38442-2153-40ec-8e75-e3c6c6867e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:23,716 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.074s 2023-07-24 11:28:23,716 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f983c30-4c78-458f-80bf-6429cb1db59e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f983c30-4c78-458f-80bf-6429cb1db59e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.21 0/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:24,837 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.100s 2023-07-24 11:28:24,838 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3858de0d-cbba-4ae4-9c42-1efc8df3ffe2', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3858de0d-cbba-4ae4-9c42-1efc8df3ffe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:25,909 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.054s 2023-07-24 11:28:25,909 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a61f4a-ecc9-488a-a288-f915c18b8699', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a61f4a-ecc9-488a-a288-f915c18b8699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:26,980 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.057s 2023-07-24 11:28:26,981 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17dd2010-da46-486b-baf4-52877abc1b2d', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17dd2010-da46-486b-baf4-52877abc1b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:28,044 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.051s 2023-07-24 11:28:28,044 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91efc8b2-548d-4bcc-a045-0e65317ca3ac', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91efc8b2-548d-4bcc-a045-0e65317ca3ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1 , "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:29,128 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.073s 2023-07-24 11:28:29,128 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9be0a593-16fa-4f5f-b934-ae5ee55746f2', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9be0a593-16fa-4f5f-b934-ae5ee55746f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:30,217 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.073s 2023-07-24 11:28:30,218 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3d07a0-d625-4a3c-a1c0-b3ea1dcc4812', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3d07a0-d625-4a3c-a1c0-b3ea1dcc4812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24 T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:31,296 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.065s 2023-07-24 11:28:31,296 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3421ec-0100-461a-947a-f76055e77cd6', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3421ec-0100-461a-947a-f76055e77cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:32,382 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.073s 2023-07-24 11:28:32,382 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8528bd34-64e4-4f91-a8eb-ed960492ca5d', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8528bd34-64e4-4f91-a8eb-ed960492ca5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": nul l, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:33,445 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.042s 2023-07-24 11:28:33,446 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82101c43-5172-42b2-b7b9-18a84e0baace', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82101c43-5172-42b2-b7b9-18a84e0baace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:34,532 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.074s 2023-07-24 11:28:34,532 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1b48546-0d2c-47e6-9f80-9cf69249bfb9', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1b48546-0d2c-47e6-9f80-9cf69249bfb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:35,626 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.074s 2023-07-24 11:28:35,627 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea22da43-3037-499c-beb9-0464a2a22f30', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea22da43-3037-499c-beb9-0464a2a22f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:36,695 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.047s 2023-07-24 11:28:36,695 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbd1a317-107c-457c-9500-51cd2844d461', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbd1a317-107c-457c-9500-51cd2844d461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8 a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:37,756 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.049s 2023-07-24 11:28:37,759 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c4bacb6-f756-4a95-b91a-289a67373417', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c4bacb6-f756-4a95-b91a-289a67373417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:38,836 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.056s 2023-07-24 11:28:38,837 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-644b67a6-73b3-49b1-9f92-e12523aba649', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-644b67a6-73b3-49b1-9f92-e12523aba649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb9 5f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:39,902 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.053s 2023-07-24 11:28:39,903 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144b1d48-0cd5-4fa2-91ff-71bc77870404', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144b1d48-0cd5-4fa2-91ff-71bc77870404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:40,985 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.066s 2023-07-24 11:28:40,986 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-024cb4f7-831f-400e-aef3-dab4cc941bf4', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-024cb4f7-831f-400e-aef3-dab4cc941bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447b b0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:42,082 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.062s 2023-07-24 11:28:42,086 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b467cff-db32-4f6a-a8c5-3ee84e8c185c', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b467cff-db32-4f6a-a8c5-3ee84e8c185c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:43,159 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.054s 2023-07-24 11:28:43,160 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74353961-a068-46fe-b31c-725465641c2f', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74353961-a068-46fe-b31c-725465641c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistency group_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:44,226 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.045s 2023-07-24 11:28:44,227 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b1683d6-76c4-4ea7-b9dd-647489404e6b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b1683d6-76c4-4ea7-b9dd-647489404e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:44.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:45,295 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.050s 2023-07-24 11:28:45,295 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fbe6ba1-12b3-4718-8699-e056451dbaee', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fbe6ba1-12b3-4718-8699-e056451dbaee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:44.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verif ied": "False"}, "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:46,373 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.064s 2023-07-24 11:28:46,374 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24857c10-783a-472f-97ba-dad203a68b83', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24857c10-783a-472f-97ba-dad203a68b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:44.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:47,430 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.044s 2023-07-24 11:28:47,431 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed551e9e-5921-4f87-bc6b-d5ba85fab346', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed551e9e-5921-4f87-bc6b-d5ba85fab346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:44.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11: 28:48,497 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.052s 2023-07-24 11:28:48,497 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74dcd5eb-6483-4360-a695-c0facf2b317b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74dcd5eb-6483-4360-a695-c0facf2b317b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:44.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:49,624 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.115s 2023-07-24 11:28:49,624 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f611ff4f-debe-479a-b22e-43b04ebcfdda', 'content-length': '1394', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f611ff4f-debe-479a-b22e-43b04ebcfdda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": " b529fdc1-349f-4017-9753-574081f4a985", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:49,636 79618 INFO [tempest.common.waiters] volume 89f8a225-999d-456b-8cc2-501d31027ade reached available after waiting for 38.636233 seconds 2023-07-24 11:28:49,878 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes 0.240s 2023-07-24 11:28:49,878 79618 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-350512627"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcac21a5-775b-40f8-8cf9-b4ace41d24d6', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcac21a5-775b-40f8-8cf9-b4ace41d24d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes'} Body: b'{"volume": {"id": "b6285059-83d7-4e94-a102-bf91a266ed02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:49.797249", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-350512627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:49,968 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02 0.073s 2023-07-24 11:28:49,968 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6d98ff1-f8b8-48f0-b36c-caab881d0e7f', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6d98ff1-f8b8-48f0-b36c-caab881d0e7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02'} Body: b'{"volume": {"id": "b6285059-83d7-4e94-a102-bf91a266ed02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:50.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-350512627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:51,053 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02 0.073s 2023-07-24 11:28:51,054 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-788130e1-f2a6-4c17-be06-89b3f232843d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-788130e1-f2a6-4c17-be06-89b3f232843d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02'} Body: b'{"volume": {"id": "b6285059-83d7-4e94-a102-bf91a266ed02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:50.000000", "updated_at": "2023-07-24T11:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-350512627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:52,176 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02 0.111s 2023-07-24 11:28:52,176 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed5a1a1-f892-4316-8836-548688038082', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed5a1a1-f892-4316-8836-548688038082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02'} Body: b'{"volume": {"id": "b6285059-83d7-4e94-a102-bf91a266ed02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:50.000000", "updated_at": "2023-07-24T11:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-350512627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:53,277 79618 INFO [tempest.lib.common.rest_client] Requ est (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02 0.079s 2023-07-24 11:28:53,277 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db10b22c-2397-467c-88d6-8af6fd2b29e2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db10b22c-2397-467c-88d6-8af6fd2b29e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02'} Body: b'{"volume": {"id": "b6285059-83d7-4e94-a102-bf91a266ed02", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:50.000000", "updated_at": "2023-07-24T11:28:52.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-350512627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:53,295 79618 INFO [tempest.common.waiters] volume b6285059-83d7-4e94-a102-bf91a266ed02 reached available after waiting for 4.295036 seconds 2023-07-24 11:28:53,638 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes 0.343s 2023-07-24 11:28:53,638 79618 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-183886301"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfa9614b-63bd-4a1f-b7ae-c7a3a3c155f6', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfa9614b-63bd-4a1f-b7ae-c7a3a3c155f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:53.524788", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:53,725 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes /880db127-e419-4e79-92d2-54edc21fe6f5 0.075s 2023-07-24 11:28:53,725 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b38a6ff-e051-4a64-aa08-4fa7dbef1524', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b38a6ff-e051-4a64-aa08-4fa7dbef1524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:54,808 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5 0.071s 2023-07-24 11:28:54,808 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76bceb6c-cd34-43bb-931d-d7e0ecd308a5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76bceb6c-cd34-43bb-931d-d7e0ecd308a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:55,918 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5 0.091s 2023-07-24 11:28:55,919 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a38b7a-b45b-4eb9-be98-950afef23fb4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a38b7a-b45b-4eb9-be98-950afef23fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:57,001 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5 0.071s 2023-07-24 11:28:57,002 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37f9078-d032-4f6c-ab8e-677de0534330', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37f9078-d032-4f6c-ab8e-677de0534330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:58,080 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5 0.067s 2023-07-24 11:28:58,081 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-953da842-a83a-4e8c-99e0-816a1c8c46e2', 'content-le ngth': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-953da842-a83a-4e8c-99e0-816a1c8c46e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:57.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:58,091 79618 INFO [tempest.common.waiters] volume 880db127-e419-4e79-92d2-54edc21fe6f5 reached available after waiting for 5.091140 seconds 2023-07-24 11:29:00,637 79618 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.545s 2023-07-24 11:29:00,637 79618 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-721545822"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-73293e4e-3280-4ee9-bff2-374a269e43ca', 'date': 'Mon, 24 Jul 2023 11:29:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"24fe0e81-4e93-4c14-b63a-25c79201e21c","name":"tempest-device-tagging-net1-721545822","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"72800d0fb95f4ad1be1b36c5efa3e726","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-24T11:28:58Z","updated_at":"2023-07-24T11:28:58Z","revision_number":1}}' 2023-07-24 11:29:02,346 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.708s 2023-07-24 11:29:02,346 79618 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-1480850065"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-29357ae9-ba80-4087-a282-bee7c51aaecc', 'date': 'Mon, 24 Jul 2023 11:29:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"c9fb1f47-7925-4caf-a79e-6301c50ef49a","name":"tempest-device-tagging-net2-1480850065","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"72800d0fb95f4ad1be1b36c5efa3e726","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-24T11:29:00Z","update d_at":"2023-07-24T11:29:00Z","revision_number":1}}' 2023-07-24 11:29:06,240 79618 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 3.893s 2023-07-24 11:29:06,240 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "24fe0e81-4e93-4c14-b63a-25c79201e21c", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-684f2647-81e9-48cf-8648-afc524632f0f', 'date': 'Mon, 24 Jul 2023 11:29:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"2bddf581-71df-4497-b1e6-452e0f8175b0","name":"","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","network_id":"24fe0e81-4e93-4c14-b63a-25c79201e21c","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-24T11:29:03Z","updated_at":"2023-07-24T11:29:03Z","revision_number":0,"project_id":"72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:29:08,691 79618 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.450s 2023-07-24 11:29:08,691 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "c9fb1f47-7925-4caf-a79e-6301c50ef49a", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-6f0cad5d-1e41-4890-9837-ec61161f2087', 'date': 'Mon, 24 Jul 2023 11:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"33baeaaa-d134-4c14-9e3d-65e388c45ef1","name":"","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","network_id":"c9fb1f47-7925-4caf-a79e-6301c50ef49a","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-24T11:29:06Z","updated_at":"2023-07-24T11:29:06Z","revision_number":0,"project_id":"72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:29:11,292 79618 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 2.600s 2023-07-24 11:29:11,292 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "24fe0e81-4e93-4c14-b63a-25c79201e21c", "name": "tempest-TaggedBootDevicesTest_v242-1948245333", "fixed_ips": [{"subnet_id": "2bddf581-71df-4497-b1e6-452e0f8175b0"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-ec153b5a-9f57-44c8-9920-05d1782c22c6', 'date': 'Mon, 24 Jul 2023 11:29:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"1b372868-01dd-42af-b01d-871e3b308c5b","name":"tempest-TaggedBootDevicesTest_v242-1948245333","network_id":"24fe0e81-4e93-4c14-b63a-25c79201e21c","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","mac_address":"fa:16:3e:38:cc:5f","admin_state_up":true,"status":"DOWN","de vice_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2bddf581-71df-4497-b1e6-452e0f8175b0","ip_address":"10.1.1.7"}],"project_id":"72800d0fb95f4ad1be1b36c5efa3e726","port_security_enabled":true,"security_groups":["446c06df-a676-49f6-9a60-a857e0790d2e"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T11:29:09Z","updated_at":"2023-07-24T11:29:10Z","revision_number":1}}' 2023-07-24 11:29:12,408 79618 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.115s 2023-07-24 11:29:12,408 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "24fe0e81-4e93-4c14-b63a-25c79201e21c", "name": "tempest-TaggedBootDevicesTest_v242-174233868", "fixed_ips": [{"subnet_id": "2bddf581-71df-4497-b1e6-452e0f8175b0"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-d1b27221-4298-4a85-8674-f572682d8006', 'date': 'Mon, 24 Jul 2023 11:29:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"f5e254bf-9f4a-4f16-ab63-8a365cacde64","name":"tempest-TaggedBootDevicesTest_v242-174233868","network_id":"24fe0e81-4e93-4c14-b63a-25c79201e21c","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","mac_address":"fa:16:3e:02:fc:02","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2bddf581-71df-4497-b1e6-452e0f8175b0","ip_address":"10.1.1.129"}],"project_id":"72800d0fb95f4ad1be1b36c5efa3e726","port_security_enabled":true,"security_groups":["446c06df-a676-49f6-9a60-a857e0790d2e"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T11:29:11Z","updated_at":"2023-07-24T11:29:11Z","revision_number":1}}' 2023-07-24 11:29:12,412 79618 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:29:12,412 79618 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:29:12,484 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-07-24 11:29:12,485 79618 DEBUG [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-610371852", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHbqq5ty7nCAq7J+DCIYKUHehdqTIzhrz+bCUbfixlhwogtUI2aHpCRIg61UUXB/6Bx6MWWoXpG+dAbHqF9SWrIKSbEtgY1sImrXF49SJLeoBncG+gu1ZHKhv0uusS5IPQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc3406a7-c291-414a-9052-302df1b4966a', 'x-compute-request-id': 'req-fc3406a7-c291-414a-9052-302df1b4966a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-610371852", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHbqq5ty7nCAq7J+DCIYKUHehdqTIzhrz+bCUbfixlhwogtUI2aHpCRIg61UUXB/6Bx6MWWoXpG+dAbHqF9SWrIKSbEtgY1sImrXF49SJLeoBncG+gu1ZHKhv0uusS5IPQ==", "fingerprint": "ab:d1:f7:cc:5d:2f:e7:9e:63:ae:6a:fe:23:f8:df:76", "user_id": "dce7760c6876447bb0632f834248d365"}}' 2023-07-24 11:29:12,488 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-610371852 created 2023-07-24 11:29:13,006 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.516s 2023-07-24 11:29:13,006 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--471359385", "description": "tempest-description--941986952"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-e543e272-3a6b-41c5-a228-bf4885dcde8d', 'date': 'Mon, 24 Jul 2023 11:29:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "name": "tempest-securitygroup--471359385", "stateful": true, "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "description": "tempest-description--941986952", "shared": false, "security_group_rules": [{"id": "79f57c92-50e6-40d1-a1fe-2b98d89bb33e", "project_id": "72800d0fb95f4ad1be1b36c5efa3e726", "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "security_group_id": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "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": 548, "description": null, "tags": [], "created_at": "2023-07-24T11:29:12Z", "updated_at": "2023-07-24T11:29:12Z", "revision_number": 0}, {"id": "81c4d183-f181-474d-a150-95852df669b7", "project_id": "72800d0fb95f4ad1be1b36c5efa3e726", "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "security_group_id": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "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": 549, "description": null, "tags": [], "created_at": "2023-07-24T11:29:12Z", "updated_at": "2023-07-24T11:29:12Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:29:12Z", "updated_at": "2023-07-24T11:29:12Z", "revision_number": 1, "project_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:29:13,368 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.361s 2023-07-24 11:29:13,368 79618 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": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "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-f4c15ef7-daf6-4cc9-8912-c09f979ef04a', 'date': 'Mon, 24 Jul 2023 11:29:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "05990f56-da7f-4b72-99f5-a6f55da7c945", "project_id": "72800d0fb95f4ad1be1b36c5efa3e726", "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "security_group_id": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "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-24T11:29:13Z", "updated_at": "2023-07-24T11:29:13Z", "revision_number": 0}}' 2023-07-24 11:29:13,902 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.533s 2023-07-24 11:29:13,902 79618 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": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8fd2533c-443c-46a8-8157-30e170162fd1', 'date': 'Mon, 24 Jul 2023 11:29:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c15c3606-70db-4cc9-9f66-c0ad8747d1d9", "project_id": "72800d0fb95f4ad1be1b36c5efa3e726", "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "security_group_id": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "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-24T11:29:13Z", "updated_at": "2023-07-24T11:29:13Z", "revision_number": 0}}' 2023-07-24 11:29:13,903 79618 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--471359385 created 2023-07-24 11:29:15,689 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.785s 2023-07-24 11:29:15,689 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-4de828c2-0092-4f45-b77a-ab90b3e5b1a6', 'date': 'Mon, 24 Jul 2023 11:29:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d8e3186a-2a72-423c-a5c0-cd42ce7d6145", "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "floating_ip_address": "172.24.4.57", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "72800d0fb95f4ad1be1b36c5efa3e726", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:29:14Z", "updated_at": "2023-07-24T11:29:14Z", "revision_number": 0}}' 2023-07-24 11:29:15,689 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd8e3186a-2a72-423c-a5c0-cd42ce7d6145', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'floating_ip_address': '172.24.4.57', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:14Z', 'updated_at': '2023-07-24T11:29:14Z', 'revision_number': 0, 'ip': '172.24.4.57'} created 2023-07-24 11:29:15,804 79618 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.096s 2023-07-24 11:29:15,805 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'cont ent-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-066be858-14df-47b0-bc0f-f0488d1c7aad', '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": "dce7760c6876447bb0632f834248d365", "name": "tempest-TaggedBootDevicesTest_v242-1672005929-project-member", "password_expires_at": null}, "audit_ids": ["mRvk8Oz6SDWHzgbOn-gucA"], "expires_at": "2023-07-24T12:29:15.000000Z", "issued_at": "2023-07-24T11:29:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72800d0fb95f4ad1be1b36c5efa3e726", "name": "tempest-TaggedBootDevicesTest_v242-1672005929"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:15,806 79618 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '8aad4c42-978d-427f-b6f6-c2a4361ff938', 'name': 'tempest-TaggedBootDevicesTest_v242-529513951-network', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13637, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:15,869 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_t agged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.052s 2023-07-24 11:29:15,869 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3d5dfca5-c6e7-4cf7-bc80-c0f1b1c3468a', '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": "dce7760c6876447bb0632f834248d365", "name": "tempest-TaggedBootDevicesTest_v242-1672005929-project-member", "password_expires_at": null}, "audit_ids": ["AvKLTic0RV6ORs8uGF1VLg"], "expires_at": "2023-07-24T12:29:15.000000Z", "issued_at": "2023-07-24T11:29:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72800d0fb95f4ad1be1b36c5efa3e726", "name": "tempest-TaggedBootDevicesTest_v242-1672005929"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:15,870 79618 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '8aad4c42-978d-427f-b6f6-c2a4361ff938', 'name': 'tempest-TaggedBootDevicesTest_v242-529513951-network', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 1 3637, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:15,870 79618 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-610371852', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHbqq5ty7nCAq7J+DCIYKUHehdqTIzhrz+bCUbfixlhwogtUI2aHpCRIg61UUXB/6Bx6MWWoXpG+dAbHqF9SWrIKSbEtgY1sImrXF49SJLeoBncG+gu1ZHKhv0uusS5IPQ==', 'fingerprint': 'ab:d1:f7:cc:5d:2f:e7:9e:63:ae:6a:fe:23:f8:df:76', 'user_id': 'dce7760c6876447bb0632f834248d365', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDecm/DqIBxRh9LgyNVYDWCFzL+wOLLPGaI6TrZCSrnPlQ2GKW3l6pR\nCB1ysv2wxjSgBwYFK4EEACKhZANiAAR26qubcu5wgKuyfgwiGClB3oXakyM4a8/m\nwlG34sZYcKILVCNmh6QkSIOtVFFwf+gcejFlqF6RvnQGx6hfUlqyCkmxLYGNbCJq\n1xePUiS3qAZ3BvoLtWRyob9LrrEuSD0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '85d979a8-bc18-4d6e-8485-ada109fd5f41', 'name': 'tempest-securitygroup--471359385', 'stateful': True, 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'description': 'tempest-description--941986952', 'shared': False, 'security_group_rules': [{'id': '79f57c92-50e6-40d1-a1fe-2b98d89bb33e', 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'security_group_id': '85d979a8-bc18-4d6e-8485-ada109fd5f41', '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': 548, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:12Z', 'updated_at': '2023-07-24T11:29:12Z', 'revision_number': 0}, {'id': '81c4d183-f181-474d-a150-95852df669b7', 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'security_group_id': '85d979a8-bc18-4d6e-8485-ada109fd5f41', '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': 549, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:12Z', 'updated_at': '2023-07-24T11:29:12Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:29:12Z', 'updated_at': '2023-07-24T11:29:12Z', 'revision_number': 1, 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726'}, 'floating_ip': {'id': 'd8e3186a-2a72-423c-a5c0-cd42ce7d6145', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'floating_ip_address': '172.24.4.57', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:14Z', 'updated_at': '2023-07-24T11:29:14Z', 'revision_number': 0, 'ip': '172.24.4.57'}} 2023-07-24 11:29:15,900 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 11:29:15,900 79618 DEBUG [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-1456204688", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "8aad4c42-978d-427f-b6f6-c2a4361ff938"}, {"port": "1b372868-01dd-42af-b01d-871e3b308c5b", "tag": "port-1"}, {"port": "f5e254bf-9f4a-4f16-ab63-8a365cacde64", "tag": "port-2"}, {"uuid": "24fe0e81-4e93-4c14-b63a-25c79201e21c", "tag": "net-1"}, {"uuid": "24fe0e81-4e93-4c14-b63a-25c79201e21c"}, {"uuid": "c9fb1f47-7925-4caf-a79e-6301c50ef49a", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "c9fb1f47-7925-4caf-a79e-6301c50ef49a", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "89f8a225-999d-456b-8cc2-501d31027ade", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "b6285059-83d7-4e94-a102-bf91a266ed02", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "880db127-e419-4e79-92d2-54edc21fe6f5", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--471359385"}], "key_name": "tempest-keypair-610371852", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:15 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-72a88390-7166-4752-9a49-9a1a1bd8a39e', 'x-compute-request-id': 'req-72a88390-7166-4752-9a49-9a1a1bd8a39e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:15,936 79618 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-610371852 0.032s 2023-07-24 11:29:15,937 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:15 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-afeb36dc-28e7-45a6-985c-312b1699c364', 'x-compute-request-id': 'req-afeb36dc-28e7-45a6-985c-312b1699c364', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-610371852'} Body: b'' 2023-07-24 11:29:16,322 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/85d979a8-bc18-4d6e-8485-ada109fd5f41 0.384s 2023-07-24 11:29:16,322 79618 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-9c94bd4d-57a0-4935-ae6f-a8897aa1a4cd', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/85d979a8-bc18-4d6e-8485-ada109fd5f41'} Body: b'' 2023-07-24 11:29:16,344 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/85d979a8-bc18-4d6e-8485-ada109fd5f41 0.021s 2023-07-24 11:29:16,344 79618 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-a8dfcafc-c50b-4b4c-9625-d8f303a4358c', 'date': 'Mon, 24 Jul 2023 11:29:16 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0 .0.210:9696/networking/v2.0/security-groups/85d979a8-bc18-4d6e-8485-ada109fd5f41'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 85d979a8-bc18-4d6e-8485-ada109fd5f41 does not exist", "detail": ""}}' 2023-07-24 11:29:17,410 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/d8e3186a-2a72-423c-a5c0-cd42ce7d6145 1.065s 2023-07-24 11:29:17,410 79618 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-1161f5f2-5a0a-4935-82cc-848075d73168', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d8e3186a-2a72-423c-a5c0-cd42ce7d6145'} Body: b'' 2023-07-24 11:29:17,932 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/f5e254bf-9f4a-4f16-ab63-8a365cacde64 0.521s 2023-07-24 11:29:17,932 79618 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-0eb7292f-b8c2-45a0-8ade-8c74b0955362', 'date': 'Mon, 24 Jul 2023 11:29:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/f5e254bf-9f4a-4f16-ab63-8a365cacde64'} Body: b'' 2023-07-24 11:29:18,374 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/1b372868-01dd-42af-b01d-871e3b308c5b 0.441s 2023-07-24 11:29:18,375 79618 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-e0050ed8-cb5d-43e2-ae5f-70fbf77d0ee9', 'date': 'Mon, 24 Jul 2023 11:29:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/1b372868-01dd-42af-b01d-871e3b308c5b'} Body: b'' 2023-07-24 11:29:18,640 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/33baeaaa-d134-4c14-9e3d-65e388c45ef1 0.264s 2023-07-24 11:29:18,640 79618 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-5476d9a4-5d93-42e2-9f0f-4d8e78699446', 'date': 'Mon, 24 Jul 2023 11:29:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/33baeaaa-d134-4c14-9e3d-65e388c45ef1'} Body: b'' 2023-07-24 11:29:18,984 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/2bddf581-71df-4497-b1e6-452e0f8175b0 0.343s 2023-07-24 11:29:18,985 79618 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-b97e17de-4eef-47c7-b200-042a521fbc01', 'date': 'Mon, 24 Jul 2023 11:29:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/2bddf581-71df-4497-b1e6-452e0f8175b0'} Body: b'' 2023-07-24 11:29:20,209 79618 INFO [tempest.lib.common.rest_clien t] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/c9fb1f47-7925-4caf-a79e-6301c50ef49a 1.224s 2023-07-24 11:29:20,210 79618 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-8eaa65d2-50a6-4d46-a50b-0a6cf6ce2422', 'date': 'Mon, 24 Jul 2023 11:29:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/c9fb1f47-7925-4caf-a79e-6301c50ef49a'} Body: b'' 2023-07-24 11:29:22,433 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/24fe0e81-4e93-4c14-b63a-25c79201e21c 2.223s 2023-07-24 11:29:22,434 79618 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-98af8263-2084-4550-a2da-33463b07e6d0', 'date': 'Mon, 24 Jul 2023 11:29:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/24fe0e81-4e93-4c14-b63a-25c79201e21c'} Body: b'' {6} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [9.734561s] ... ok {11} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [43.238214s] ... ok {1} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [3.473286s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 190, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:26,613 79606 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-24 11:29:27,704 79606 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 1.090s 2023-07-24 11:29:27,704 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1380143775", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-dbb41815-4570-4e2a-a21e-20923865871b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1380143775", "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": "a1659f3d654940d9971663ef8819bd27", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9033f160-83fd-4ac4-8438-f2da8434d1ca", "created_at": "2023-07-24T11:29:28Z", "updated_at": "2023-07-24T11:29:28Z", "tags": [], "self": "/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca", "file": "/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:29:29,647 79606 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/9033f160-83fd-4ac4-8438-f2da8434d1ca/file 1.942s 2023-07-24 11:29:29,647 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-78a5adf8-6e5f-45f6-91a2-0f3e55548567', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca/file'} Body: b'' 2023-07-24 11:29:29,647 79606 DEBUG [tempest.scenario.manager] image:9033f160-83fd-4ac4-8438-f2da8434d1ca 2023-07-24 11:29:29,707 79606 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.056s 2023-07-24 11:29:29,707 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-10470743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHdhGNapHsCqJnRKaPj6j7NOXsze2aXfEic1st5B/2X5XNcYTww7wWefF9/86EgVIEn88EL0nRpEsCbrM2ETjzKzMzeJolSY6UsUu6mRX79rtwbVGtveaHVx0Td3i+DEuA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19b3d09a-b647-4e83-a631-823678086083', 'x-compute-request-id': 'req-19b3d09a-b647-4e83-a631-823678086083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-10470743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHdhGNapHsCqJnRKaPj6j7NOXsze2aXfEic1st5B/2X5XNcYTww7wWefF9/86EgVIEn88EL0nRpEsCbrM2ETjzKzMzeJolSY6UsUu6mRX79rtwbVGtveaHVx0Td3i+DEuA==", "fingerprint": "04:29:0c:d9:f0:84:eb:f0:53:d9:a1:04:a1:7d:86:3a", "user_id": "201ca2a410fb4fb5bd9232440dcef5d4"}}' 2023-07-24 11:29:29,855 79606 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.139s 2023-07-24 11:29:29,856 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 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-5a1456e1-a7e8-4fe3-9a6e-85f18e11ea01', '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": "201ca2a410fb4fb5bd9232440dcef5d4", "name": "tempest-TestMinimumBasicScenario-2146852442-project-member", "password_expires_at": null}, "audit_ids": ["vHxz1MdGQca3GGiOj5QnjA"], "expires_at": "2023-07-24T12:29:29.000000Z", "issued_at": "2023-07-24T11:29:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a1659f3d654940d9971663ef8819bd27", "name": "tempest-TestMinimumBasicScenario-2146852442"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:29,856 79606 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '516380fd-c320-4dea-a6fa-6b77daa2d523', 'name': 'tempest-TestMinimumBasicScenario-1194973943-network', 'tenant_id': 'a1659f3d654940d9971663ef8819bd27', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a1659f3d654940d9971663ef8819bd27', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33106, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:28:57Z', 'updated_at': '2023-07-24T11:28:57Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:29,907 79606 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.049s 2023-07-24 11:29:29,907 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-686309925", "imageRef": "9033f160-83fd-4ac4-8438-f2da8434d1ca", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-10470743", "networks": [{"uuid": "516380fd-c320-4dea-a6fa-6b77daa2d523"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 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-553b1488-6959-4e33-be53-4b5d09ad0969', 'x-compute-request-id': 'req-553b1488-6959-4e33-be53-4b5d09ad0969', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:29,961 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-10470743 0.051s 2023-07-24 11:29:29,962 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 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-a06e6d99-bc3c-4a44-b86a-74a88fe5075f', 'x-compute-request-id': 'req-a06e6d99-bc3c-4a44-b86a-74a88fe5075f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-10470743'} Body: b'' 2023-07-24 11:29:30,084 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca 0.122s 2023-07-24 11:29:30,085 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-31ed43ca-48a2-4432-8619-9f08d13527f8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca'} Body: b'' {3} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [71.371395s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:20,034 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes 0.826s 2023-07-24 11:28:20,035 79610 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-1386372061", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-757a184b-83ab-4281-a1dd-f9390a21c648', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-757a184b-83ab-4281-a1dd-f9390a21c648', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:19.922337", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:20,121 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.067s 2023-07-24 11:28:20,122 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5df22e2-2123-4d6a-b01e-e51c6f3bde67', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5df22e2-2123-4d6a-b01e-e51c6f3bde67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:21,207 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.070s 2023-07-24 11:28:21,208 79610 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bf7b063-b8b6-4240-88be-f0d2ecc2140b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bf7b063-b8b6-4240-88be-f0d2ecc2140b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:22,338 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.115s 2023-07-24 11:28:22,338 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6c1383-e6cd-40a3-80c3-b637325aad9e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6c1383-e6cd-40a3-80c3-b637325aad9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:23,428 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.074s 2023-07-24 11:28:23,428 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:23 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-158cc6e4-d929-4743-86a4-9f36a92abfc4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-158cc6e4-d929-4743-86a4-9f36a92abfc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:24,537 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.085s 2023-07-24 11:28:24,537 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a4fcab1-4b51-4b61-b13b-75e5078a87f6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a4fcab1-4b51-4b61-b13b-75e5078a87f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:25,595 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.046s 2023-07-24 11:28:25,596 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91d4ca41-8725-4e24-baf1-7fd7d5397e56', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-91d4ca41-8725-4e24-baf1-7fd7d5397e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:26,671 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.060s 2023-07-24 11:28:26,671 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05891675-fe28-4414-8950-dacdb65ba13d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05891675-fe28-4414-8950-dacdb65ba13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:27,731 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.048s 2023-07-24 11:28:27,732 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bb84ee8-6b9f-4488-8993-a3177a1dd982', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bb84ee8-6b9f-4488-8993-a3177a1dd982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body : b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:28,797 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.052s 2023-07-24 11:28:28,797 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6fd836-aa52-4e17-9da1-6a279276538b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6fd836-aa52-4e17-9da1-6a279276538b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:29,895 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.086s 2023-07-24 11:28:29,896 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9856b58d-2337-45ec-8050-64c06c4a91e2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9856b58d-2337-45ec-8050-64c06c4a91e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootD evicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:30,994 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.075s 2023-07-24 11:28:30,995 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567cf23e-e6c1-4713-a507-d7ec3a6d0220', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567cf23e-e6c1-4713-a507-d7ec3a6d0220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:32,099 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.086s 2023-07-24 11:28:32,099 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5696094a-f573-4ef5-b8f6-eb48e9e37036', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5696094a-f573-4ef5-b8f6-eb48e9e37036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/vol umes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:33,173 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.058s 2023-07-24 11:28:33,174 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87bf44ab-ef90-41c8-8f0a-adda824a78fa', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87bf44ab-ef90-41c8-8f0a-adda824a78fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:34,260 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.066s 2023-07-24 11:28:34,260 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1bab8df-f182-4ae7-b9a2-29b419a220c6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1bab8df-f182-4ae7-b9a2-29b419a220c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:35,361 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.080s 2023-07-24 11:28:35,362 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af07615c-4969-4ad2-bf72-cc0c45cc658c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af07615c-4969-4ad2-bf72-cc0c45cc658c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:36,422 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.046s 2023-07-24 11:28:36,423 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f63a0ef1-a88c-4b38-9a25-dd37a37d5000', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f63a0ef1-a88c-4b38-9a25-dd37a37d5000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:37,480 79610 INFO [tem pest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.046s 2023-07-24 11:28:37,481 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96346150-4b45-4b97-b869-8bd8c08baafd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96346150-4b45-4b97-b869-8bd8c08baafd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:38,553 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.056s 2023-07-24 11:28:38,554 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dbdea6c-b81a-450e-8e9d-6b906a179b41', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dbdea6c-b81a-450e-8e9d-6b906a179b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:39,615 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.042s 2023-07-24 11:28:39,615 79610 DE BUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97ac9e04-3505-4faf-99cd-7a1e9b49f25b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97ac9e04-3505-4faf-99cd-7a1e9b49f25b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:40,701 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.070s 2023-07-24 11:28:40,701 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f99b8715-2d9d-4e9a-8d74-c9f3856d9455', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f99b8715-2d9d-4e9a-8d74-c9f3856d9455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:41,784 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.070s 2023-07-24 11:28:41,785 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-830c8147-5e19-4855-8d3b-413983f6904a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-830c8147-5e19-4855-8d3b-413983f6904a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:42,865 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.056s 2023-07-24 11:28:42,866 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9cdb1fa-141a-4e3a-a5c9-a12e2f127892', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9cdb1fa-141a-4e3a-a5c9-a12e2f127892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:43,960 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.082s 2023-07-24 11:28:43,961 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f630c39b-fb70-4fd6-bebd-83ef06220081', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-f630c39b-fb70-4fd6-bebd-83ef06220081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:45,054 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.074s 2023-07-24 11:28:45,054 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c3deeb2-2357-47a2-9282-9d35110e4d66', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c3deeb2-2357-47a2-9282-9d35110e4d66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:46,122 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.045s 2023-07-24 11:28:46,122 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a0dd154-1b06-414d-b11d-1ed906049831', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a0dd154-1b06-414d-b11d-1ed906049831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:47,201 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.063s 2023-07-24 11:28:47,201 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa56fe95-3bea-47a4-8f46-7198fdb81a59', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa56fe95-3bea-47a4-8f46-7198fdb81a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:48,275 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.063s 2023-07-24 11:28:48,276 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efd11ff4-4a4b-42a2-a92d-c048bbf8e2f5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efd11ff4-4a4b-42a2-a92d-c048bbf8e2f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-Tag gedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:49,349 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.061s 2023-07-24 11:28:49,349 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f66e210a-300b-48dc-b0ee-99f852aaecb0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f66e210a-300b-48dc-b0ee-99f852aaecb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:50,430 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.070s 2023-07-24 11:28:50,431 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7578c94a-c65b-4688-b9a6-d2ab33c08a8e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7578c94a-c65b-4688-b9a6-d2ab33c08a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec 389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:51,535 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.081s 2023-07-24 11:28:51,536 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b08f6bd-8063-4ba1-8f14-c470a7baafcf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b08f6bd-8063-4ba1-8f14-c470a7baafcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:52,626 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.073s 2023-07-24 11:28:52,626 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53919b50-c1d0-4239-b2d9-06bd740f042d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53919b50-c1d0-4239-b2d9-06bd740f042d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "boo table": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:53,709 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.069s 2023-07-24 11:28:53,709 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a72e1b9-6773-468a-b7f9-4bf307e3d023', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a72e1b9-6773-468a-b7f9-4bf307e3d023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:53,725 79610 INFO [tempest.common.waiters] volume 3e68a26e-7b89-4d71-be63-24fea8907fa2 reached available after waiting for 33.725182 seconds 2023-07-24 11:28:54,149 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes 0.423s 2023-07-24 11:28:54,150 79610 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-713207493"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68ced14-eefa-4354-91d3-c93a79554a56', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68ced14-eefa-4354-91d3-c93a79554a56', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes'} Body: b'{"volume": {"id": "269abab6-e7ed-477d-8117-a8eefcadc214", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.014943", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-713207493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_vol id": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:54,249 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214 0.082s 2023-07-24 11:28:54,249 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3882752f-6168-4887-bee2-8d89855b2a2a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3882752f-6168-4887-bee2-8d89855b2a2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214'} Body: b'{"volume": {"id": "269abab6-e7ed-477d-8117-a8eefcadc214", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-713207493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:55,308 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214 0.046s 2023-07-24 11:28:55,308 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a3602c3-5217-41ad-b8a5-a191b8797b90', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a3602c3-5217-41ad-b8a5-a191b8797b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214'} Body: b'{"volume": {"id": "269abab6-e7ed-477d-8117-a8eefcadc214", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest-volume-713207493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}], "user_id": "f0d1a965baac4b4 5bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:56,371 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214 0.051s 2023-07-24 11:28:56,372 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cff6f01c-6826-4324-b6eb-afa66b891ae4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cff6f01c-6826-4324-b6eb-afa66b891ae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214'} Body: b'{"volume": {"id": "269abab6-e7ed-477d-8117-a8eefcadc214", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest-volume-713207493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:57,437 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214 0.048s 2023-07-24 11:28:57,438 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c773317-5071-48c0-8e99-57f274ffca76', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c773317-5071-48c0-8e99-57f274ffca76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214'} Body: b'{"volume": {"id": "269abab6-e7ed-477d-8117-a8eefcadc214", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:57.000000", "name": "tempest-TaggedBootDevicesTest-volume-713207493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 1 1:28:57,448 79610 INFO [tempest.common.waiters] volume 269abab6-e7ed-477d-8117-a8eefcadc214 reached available after waiting for 3.448596 seconds 2023-07-24 11:28:57,726 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes 0.277s 2023-07-24 11:28:57,727 79610 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-1802434917"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43f7bee0-3904-4d83-9761-9ee1aa522232', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43f7bee0-3904-4d83-9761-9ee1aa522232', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes'} Body: b'{"volume": {"id": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:57.631891", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1802434917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:57,789 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd 0.051s 2023-07-24 11:28:57,789 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f1b66fc-068b-405d-b85b-0f98e5a3f911', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f1b66fc-068b-405d-b85b-0f98e5a3f911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd'} Body: b'{"volume": {"id": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:58.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1802434917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:58,987 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec 389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd 0.181s 2023-07-24 11:28:58,987 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a71e77ad-db9d-403c-83c6-2ae28af69308', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a71e77ad-db9d-403c-83c6-2ae28af69308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd'} Body: b'{"volume": {"id": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:58.000000", "updated_at": "2023-07-24T11:28:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1802434917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:00,379 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd 0.379s 2023-07-24 11:29:00,387 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df635142-3e3c-4146-8dc5-a51b2d15a914', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df635142-3e3c-4146-8dc5-a51b2d15a914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd'} Body: b'{"volume": {"id": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:58.000000", "updated_at": "2023-07-24T11:28:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1802434917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:01,470 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd 0.057s 2023-07-24 11:29:01,470 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8cd0a2f-b6a0-4bc5-848d-70b33199b055', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8cd0a2f-b6a0-4bc5-848d-70b33199b055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd'} Body: b'{"volume": {"id": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:58.000000", "updated_at": "2023-07-24T11:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-1802434917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:01,481 79610 INFO [tempest.common.waiters] volume b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd reached available after waiting for 4.481923 seconds 2023-07-24 11:29:03,500 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.018s 2023-07-24 11:29:03,501 79610 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-1128078450"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-15235985-1682-4469-87f1-35b0c3d44072', 'date': 'Mon, 24 Jul 2023 11:29:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"28ed2fa4-f615-4eb7-b559-4803bfd47b32","name":"tempest-device-tagging-net1-1128078450","tenant_id":"930f704978894f0cb95d225a87ec389e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"930f704978894f0cb95d225a87ec389e","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-24T11:29:01Z","updated_at":"2023-07-24T11:29:01Z","revision_number":1}}' 2023-07-24 11:29:06,012 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.511s 2023-07-24 11:29:06,013 79610 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-1351029805"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cf658ddb-d92d-4094-add9-23bc0a8ef1bf', 'date': 'Mon, 24 Jul 2023 11:29:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"71839c08-8441-4e3c-a874-fc6100aa70e9","name":"tempest-device-tagging-net2-1351029805","tenant_id":"930f704978894f0cb95d225a87ec389e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"930f704978894f0cb95d225a87ec389e","port_security_enab led":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-24T11:29:03Z","updated_at":"2023-07-24T11:29:03Z","revision_number":1}}' 2023-07-24 11:29:08,297 79610 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.283s 2023-07-24 11:29:08,298 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "28ed2fa4-f615-4eb7-b559-4803bfd47b32", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-ef21040a-afbb-43a4-b629-c4b212a3746e', 'date': 'Mon, 24 Jul 2023 11:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b93221fa-b201-4828-bb5b-99b4b37b9f7f","name":"","tenant_id":"930f704978894f0cb95d225a87ec389e","network_id":"28ed2fa4-f615-4eb7-b559-4803bfd47b32","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-24T11:29:06Z","updated_at":"2023-07-24T11:29:06Z","revision_number":0,"project_id":"930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:10,222 79610 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.924s 2023-07-24 11:29:10,222 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "71839c08-8441-4e3c-a874-fc6100aa70e9", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-d73df2fa-af41-4f41-bdb6-ed9a95aa98bf', 'date': 'Mon, 24 Jul 2023 11:29:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"f5108966-9d98-4f43-a063-f1726ddde7ff","name":"","tenant_id":"930f704978894f0cb95d225a87ec389e","network_id":"71839c08-8441-4e3c-a874-fc6100aa70e9","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-24T11:29:08Z","updated_at":"2023-07-24T11:29:08Z","revision_number":0,"project_id":"930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:11,619 79610 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.396s 2023-07-24 11:29:11,620 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "28ed2fa4-f615-4eb7-b559-4803bfd47b32", "name": "tempest-TaggedBootDevicesTest-1628926103", "fixed_ips": [{"subnet_id": "b93221fa-b201-4828-bb5b-99b4b37b9f7f"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '731', 'x-openstack-request-id': 'req-be98fb18-2f90-41dd-bc3d-723dcf8b4409', 'date': 'Mon, 24 Jul 2023 11:29:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"c176a5ea-4f05-4a0c-9898-959a59f9bf40","name":"tempest-Tagge dBootDevicesTest-1628926103","network_id":"28ed2fa4-f615-4eb7-b559-4803bfd47b32","tenant_id":"930f704978894f0cb95d225a87ec389e","mac_address":"fa:16:3e:8a:ec:31","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"b93221fa-b201-4828-bb5b-99b4b37b9f7f","ip_address":"10.1.1.9"}],"project_id":"930f704978894f0cb95d225a87ec389e","port_security_enabled":true,"security_groups":["f3f965f4-6920-463e-8689-bc2ea3bc9f80"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T11:29:10Z","updated_at":"2023-07-24T11:29:10Z","revision_number":1}}' 2023-07-24 11:29:14,183 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 2.563s 2023-07-24 11:29:14,183 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "28ed2fa4-f615-4eb7-b559-4803bfd47b32", "name": "tempest-TaggedBootDevicesTest-2019161920", "fixed_ips": [{"subnet_id": "b93221fa-b201-4828-bb5b-99b4b37b9f7f"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-a830a42c-a7e6-446e-b816-3964dd0cd4b9', 'date': 'Mon, 24 Jul 2023 11:29:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"15de2239-dfe3-4b13-a5d5-90c870f6583d","name":"tempest-TaggedBootDevicesTest-2019161920","network_id":"28ed2fa4-f615-4eb7-b559-4803bfd47b32","tenant_id":"930f704978894f0cb95d225a87ec389e","mac_address":"fa:16:3e:00:1e:d9","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"b93221fa-b201-4828-bb5b-99b4b37b9f7f","ip_address":"10.1.1.184"}],"project_id":"930f704978894f0cb95d225a87ec389e","port_security_enabled":true,"security_groups":["f3f965f4-6920-463e-8689-bc2ea3bc9f80"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T11:29:12Z","updated_at":"2023-07-24T11:29:12Z","revision_number":1}}' 2023-07-24 11:29:14,184 79610 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:29:14,184 79610 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:29:14,305 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.118s 2023-07-24 11:29:14,306 79610 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-1633420845", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdIUsuqJFH6w847p3iYGi1q5QOs9yZz0IE29/N+NkIomrDR5m+O2ZpyMVYnFHdkxs+ixspjUkcYhl72XEHvpqqeKf/jWSP+UDSu58oKDygVkjsQEncCj/mGOv7AFlaGsQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1491b699-c5a7-4edc-868b-ffccf0caffca', 'x-compute-request-id': 'req-1491b699-c5a7-4edc-868b-ffccf0caffca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1633420845", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdIUsuqJFH6w847p3iYGi1q5QOs9yZz0IE29/N+NkIomrDR5m+O2ZpyM VYnFHdkxs+ixspjUkcYhl72XEHvpqqeKf/jWSP+UDSu58oKDygVkjsQEncCj/mGOv7AFlaGsQ==", "fingerprint": "d9:69:ef:52:0a:20:1b:26:b0:0f:fc:35:16:eb:63:9d", "user_id": "f0d1a965baac4b45bc7f62ed06aa4052"}}' 2023-07-24 11:29:14,310 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1633420845 created 2023-07-24 11:29:15,106 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.795s 2023-07-24 11:29:15,107 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1230413127", "description": "tempest-description--2012485203"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-90fdcd92-146b-48b0-bdc8-dde1c7c9ab51', 'date': 'Mon, 24 Jul 2023 11:29:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "befc2321-5c99-415c-a80d-7f0549bdd655", "name": "tempest-securitygroup--1230413127", "stateful": true, "tenant_id": "930f704978894f0cb95d225a87ec389e", "description": "tempest-description--2012485203", "shared": false, "security_group_rules": [{"id": "14eec9d7-3a22-4dab-ab1c-109cbb693722", "project_id": "930f704978894f0cb95d225a87ec389e", "tenant_id": "930f704978894f0cb95d225a87ec389e", "security_group_id": "befc2321-5c99-415c-a80d-7f0549bdd655", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 560, "description": null, "tags": [], "created_at": "2023-07-24T11:29:14Z", "updated_at": "2023-07-24T11:29:14Z", "revision_number": 0}, {"id": "277a2e51-afe2-487e-a42e-525265602f1b", "project_id": "930f704978894f0cb95d225a87ec389e", "tenant_id": "930f704978894f0cb95d225a87ec389e", "security_group_id": "befc2321-5c99-415c-a80d-7f0549bdd655", "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": 561, "description": null, "tags": [], "created_at": "2023-07-24T11:29:14Z", "updated_at": "2023-07-24T11:29:14Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:29:14Z", "updated_at": "2023-07-24T11:29:14Z", "revision_number": 1, "project_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:16,223 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.115s 2023-07-24 11:29:16,224 79610 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": "befc2321-5c99-415c-a80d-7f0549bdd655", "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-bb184a2c-9e0a-4e1a-a626-dc6d7a42bc34', 'date': 'Mon, 24 Jul 2023 11:29:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f422b059-6ba1-4391-91c6-43756e1b90d4", "project_id": "930f704978894f0cb95d225a87ec389e", "tenant_id": "930f704978894f0cb95d225a87ec389e", "security_group_id": "befc2321-5c99-415c-a80d-7f0549bdd655", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "norma lized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T11:29:15Z", "updated_at": "2023-07-24T11:29:15Z", "revision_number": 0}}' 2023-07-24 11:29:17,086 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.861s 2023-07-24 11:29:17,086 79610 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": "befc2321-5c99-415c-a80d-7f0549bdd655", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2ddaa927-f770-4922-8fdc-dfe123116d61', 'date': 'Mon, 24 Jul 2023 11:29: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": "00bda021-bca7-4444-a909-7746fff01b54", "project_id": "930f704978894f0cb95d225a87ec389e", "tenant_id": "930f704978894f0cb95d225a87ec389e", "security_group_id": "befc2321-5c99-415c-a80d-7f0549bdd655", "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-24T11:29:16Z", "updated_at": "2023-07-24T11:29:16Z", "revision_number": 0}}' 2023-07-24 11:29:17,087 79610 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1230413127 created 2023-07-24 11:29:20,606 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.518s 2023-07-24 11:29:20,607 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-291f774f-b8d1-4f09-864d-231f6cdadca6', 'date': 'Mon, 24 Jul 2023 11:29:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fffe25cd-dc70-40ea-bf5e-a88d5041dbaf", "tenant_id": "930f704978894f0cb95d225a87ec389e", "floating_ip_address": "172.24.4.52", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "930f704978894f0cb95d225a87ec389e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:29:18Z", "updated_at": "2023-07-24T11:29:18Z", "revision_number": 0}}' 2023-07-24 11:29:20,607 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fffe25cd-dc70-40ea-bf5e-a88d5041dbaf', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930f704978894f0cb95d225a87ec389e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:18Z', 'updated_at': '2023-07-24T11:29:18Z', 'revision_number': 0, 'ip': '172.24.4.52'} created 2023-07-24 11:29:20,712 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.097s 2023-07-24 11:29:20,712 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acc ept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:20 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-66d89333-fe12-4ee4-b7c9-9056cc312ec1', '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": "f0d1a965baac4b45bc7f62ed06aa4052", "name": "tempest-TaggedBootDevicesTest-1538124899-project-member", "password_expires_at": null}, "audit_ids": ["FcXGUPCYSauM9XxarRs14Q"], "expires_at": "2023-07-24T12:29:20.000000Z", "issued_at": "2023-07-24T11:29:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "930f704978894f0cb95d225a87ec389e", "name": "tempest-TaggedBootDevicesTest-1538124899"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:20,713 79610 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '52ded977-2669-430e-962d-751a04efc711', 'name': 'tempest-TaggedBootDevicesTest-738439582-network', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '930f704978894f0cb95d225a87ec389e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52255, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07 -24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:20,820 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.101s 2023-07-24 11:29:20,821 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:20 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-bcf2d9b4-0fe0-437e-a714-d7e34439e264', '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": "f0d1a965baac4b45bc7f62ed06aa4052", "name": "tempest-TaggedBootDevicesTest-1538124899-project-member", "password_expires_at": null}, "audit_ids": ["_UM7movjQX6yN2eSltJJyw"], "expires_at": "2023-07-24T12:29:20.000000Z", "issued_at": "2023-07-24T11:29:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "930f704978894f0cb95d225a87ec389e", "name": "tempest-TaggedBootDevicesTest-1538124899"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:20,822 79610 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '52ded977-2669-430e-962d-751a04efc711', 'name': 'tempest-TaggedBootDevicesTest-738439582-network', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '930f704978894f0cb95d225a87ec389e', 'port_se curity_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52255, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:20,822 79610 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1633420845', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdIUsuqJFH6w847p3iYGi1q5QOs9yZz0IE29/N+NkIomrDR5m+O2ZpyMVYnFHdkxs+ixspjUkcYhl72XEHvpqqeKf/jWSP+UDSu58oKDygVkjsQEncCj/mGOv7AFlaGsQ==', 'fingerprint': 'd9:69:ef:52:0a:20:1b:26:b0:0f:fc:35:16:eb:63:9d', 'user_id': 'f0d1a965baac4b45bc7f62ed06aa4052', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAJ2eSkgXYzbuWS+Q2ZwTDLdnHQ6extXhx0eRD/bK0maH9I3NiNFJqK\nx+qY+7Ei466gBwYFK4EEACKhZANiAAQ3SFLLqiRR+sPOO6d4mBotauUDrPcmc9CB\nNvfzfjZCKJqw0eZvjtmacjFWJxR3ZMbPosbKY1JHGIZe9lxB76aqnin/41kj/lA0\nrufKCg8oFZI7EBJ3Ao/5hjr+wBZWhrE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'befc2321-5c99-415c-a80d-7f0549bdd655', 'name': 'tempest-securitygroup--1230413127', 'stateful': True, 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'description': 'tempest-description--2012485203', 'shared': False, 'security_group_rules': [{'id': '14eec9d7-3a22-4dab-ab1c-109cbb693722', 'project_id': '930f704978894f0cb95d225a87ec389e', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'security_group_id': 'befc2321-5c99-415c-a80d-7f0549bdd655', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 560, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:14Z', 'updated_at': '2023-07-24T11:29:14Z', 'revision_number': 0}, {'id': '277a2e51-afe2-487e-a42e-525265602f1b', 'project_id': '930f704978894f0cb95d225a87ec389e', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'security_group_id': 'befc2321-5c99-415c-a80d-7f0549bdd655', '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': 561, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:14Z', 'updated_at': '2023-07-24T11:29:14Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:29:14Z', 'updated_at': '2023-07-24T11:29:14Z', 'revision_number': 1, 'project_id': '930f704978894f0cb95d225a87ec389e'}, 'floating_ip': {'id': 'fffe25cd-dc70-40ea-bf5e-a88d5041dbaf', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930f704978894f0cb95d225a87ec389e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:18Z', 'updated_at': '2023-07-24T11:29:18Z', 'revision_number': 0, 'ip': '172.24.4.52'}} 2023-07-24 11:29:20,853 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-24 11:29:20,854 79610 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-2013466467", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "52ded977-2669-430e-962d-751a04efc711"}, {"port": "c176a5ea-4f05-4a0c-9898-95 9a59f9bf40", "tag": "port-1"}, {"port": "15de2239-dfe3-4b13-a5d5-90c870f6583d", "tag": "port-2"}, {"uuid": "28ed2fa4-f615-4eb7-b559-4803bfd47b32", "tag": "net-1"}, {"uuid": "28ed2fa4-f615-4eb7-b559-4803bfd47b32"}, {"uuid": "71839c08-8441-4e3c-a874-fc6100aa70e9", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "71839c08-8441-4e3c-a874-fc6100aa70e9", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "269abab6-e7ed-477d-8117-a8eefcadc214", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1230413127"}], "key_name": "tempest-keypair-1633420845", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:20 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-ed5f8931-205f-45d9-aa63-0501ae199dee', 'x-compute-request-id': 'req-ed5f8931-205f-45d9-aa63-0501ae199dee', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:20,914 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1633420845 0.056s 2023-07-24 11:29:20,915 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29: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-6d0921a9-7212-490d-b00d-a3f022e303af', 'x-compute-request-id': 'req-6d0921a9-7212-490d-b00d-a3f022e303af', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1633420845'} Body: b'' 2023-07-24 11:29:22,214 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/befc2321-5c99-415c-a80d-7f0549bdd655 1.297s 2023-07-24 11:29:22,214 79610 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-acd6cc19-9a29-4a9a-b5bd-9b2c2f2dfec9', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/befc2321-5c99-415c-a80d-7f0549bdd655'} Body: b'' 2023-07-24 11:29:22,236 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/befc2321-5c99-415c-a80d-7f0549bdd655 0.021s 2023-07-24 11:29:22,237 79610 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-809566cc-0852-439 7-9616-fe7d6b562fae', 'date': 'Mon, 24 Jul 2023 11:29:22 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/befc2321-5c99-415c-a80d-7f0549bdd655'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group befc2321-5c99-415c-a80d-7f0549bdd655 does not exist", "detail": ""}}' 2023-07-24 11:29:22,997 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fffe25cd-dc70-40ea-bf5e-a88d5041dbaf 0.759s 2023-07-24 11:29:22,997 79610 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-0c8b8367-044c-40af-85ff-d93d3edb4673', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fffe25cd-dc70-40ea-bf5e-a88d5041dbaf'} Body: b'' 2023-07-24 11:29:23,894 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/15de2239-dfe3-4b13-a5d5-90c870f6583d 0.896s 2023-07-24 11:29:23,894 79610 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-0be2e1ca-58fc-498e-9294-04c27b0ccf30', 'date': 'Mon, 24 Jul 2023 11:29:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/15de2239-dfe3-4b13-a5d5-90c870f6583d'} Body: b'' 2023-07-24 11:29:24,993 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/c176a5ea-4f05-4a0c-9898-959a59f9bf40 1.099s 2023-07-24 11:29:24,994 79610 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-3008f399-4452-432f-abd2-68c5ca42ce49', 'date': 'Mon, 24 Jul 2023 11:29:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/c176a5ea-4f05-4a0c-9898-959a59f9bf40'} Body: b'' 2023-07-24 11:29:25,608 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/f5108966-9d98-4f43-a063-f1726ddde7ff 0.614s 2023-07-24 11:29:25,609 79610 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-fe514543-015f-43eb-ace0-2f68278dc210', 'date': 'Mon, 24 Jul 2023 11:29:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/f5108966-9d98-4f43-a063-f1726ddde7ff'} Body: b'' 2023-07-24 11:29:26,288 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/b93221fa-b201-4828-bb5b-99b4b37b9f7f 0.678s 2023-07-24 11:29:26,288 79610 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-e00aea0a-278b-43e7-9ff9-f6dd7ebb4af0', 'date': 'Mon, 24 Jul 2023 11:29:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/b93221fa-b201-48 28-bb5b-99b4b37b9f7f'} Body: b'' 2023-07-24 11:29:28,628 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/71839c08-8441-4e3c-a874-fc6100aa70e9 2.338s 2023-07-24 11:29:28,628 79610 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-071ab7da-2fd0-4e8b-977c-da5ed9589d7a', 'date': 'Mon, 24 Jul 2023 11:29:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/71839c08-8441-4e3c-a874-fc6100aa70e9'} Body: b'' 2023-07-24 11:29:30,577 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/28ed2fa4-f615-4eb7-b559-4803bfd47b32 1.948s 2023-07-24 11:29:30,578 79610 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-4af79d56-b0ba-45ae-a299-94412d19437c', 'date': 'Mon, 24 Jul 2023 11:29:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/28ed2fa4-f615-4eb7-b559-4803bfd47b32'} Body: b'' {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.557888s] ... ok {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [44.912148s] ... ok {1} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [3.687299s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 110, in test_minimum_basic_scenario server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:30,089 79606 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-24 11:29:31,432 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 1.342s 2023-07-24 11:29:31,432 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--889549183", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-595ebf77-e6c9-4c30-abe9-08b6e987a447', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--889549183", "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": "a1659f3d654940d9971663ef8819bd27", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1e85f5aa-afca-4d07-8288-5ffb6df7d9f8", "created_at": "2023-07-24T11:29:31Z", "updated_at": "2023-07-24T11:29:31Z", "tags": [], "self": "/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8", "file": "/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:29:33,397 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8/file 1.964s 2023-07-24 11:29:33,398 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-82b78fdd-830f-444c-b5e3-39b746808056', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8/file'} Body: b'' 2023-07-24 11:29:33,398 79606 DEBUG [tempest.scenario.manager] image:1e85f5aa-afca-4d07-8288-5ffb6df7d9f8 2023-07-24 11:29:33,481 79606 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.078s 2023-07-24 11:29:33,482 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1065849425", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPpOKULnzpwN9syN25sXmMu0HwoRP8Uhj4TcKsqqQuVwcw11DJ2lUDkyr4v79itgub/tv4obAr2r6WUSduAB8/CjUs7MwD12JxtRz0npizjOgKfrgXLY7o/YqEK1HZIYKw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 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-cf36fc2d-0a63-4898-81aa-8db75b918c0a', 'x-compute-request-id': 'req-cf36fc2d-0a63-4898-81aa-8db75b918c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-10658 49425", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPpOKULnzpwN9syN25sXmMu0HwoRP8Uhj4TcKsqqQuVwcw11DJ2lUDkyr4v79itgub/tv4obAr2r6WUSduAB8/CjUs7MwD12JxtRz0npizjOgKfrgXLY7o/YqEK1HZIYKw==", "fingerprint": "ff:06:b1:08:8b:8b:1f:59:35:f5:70:9f:d4:01:21:76", "user_id": "201ca2a410fb4fb5bd9232440dcef5d4"}}' 2023-07-24 11:29:33,585 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2023-07-24 11:29:33,586 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 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-bc284d6e-ad3b-4fd7-a0d3-541b4e541afe', '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": "201ca2a410fb4fb5bd9232440dcef5d4", "name": "tempest-TestMinimumBasicScenario-2146852442-project-member", "password_expires_at": null}, "audit_ids": ["JiPB7JBATlCbj_Qhwi4fYg"], "expires_at": "2023-07-24T12:29:33.000000Z", "issued_at": "2023-07-24T11:29:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a1659f3d654940d9971663ef8819bd27", "name": "tempest-TestMinimumBasicScenario-2146852442"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:33,586 79606 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': '516380fd-c320-4dea-a6fa-6b77daa2d523', 'name': 'tempest-TestMinimumBasicScenario-1194973943-network', 'tenant_id': 'a1659f3d654940d9971663ef8819bd27', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a1659f3d654940d9971663ef8819bd27', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33106, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:28:57Z', 'updated_at': '2023-07-24T11:28:57Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:33,623 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.035s 2023-07-24 11:29:33,623 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-263887731", "imageRef": "1e85f5aa-afca-4d07-8288-5ffb6df7d9f8", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1065849425", "networks": [{"uuid": "516380fd-c320-4dea-a6fa-6b77daa2d523"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 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-2061cb92-10bb-454b-9aac-a9ad8a8ec8c2', 'x-compute-request-id': 'req-2061cb92-10bb-454b-9aac-a9ad8a8ec8c2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:33,667 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1065849425 0.043s 2023-07-24 11:29:33,667 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 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-a930b4bf-fad8-4b83-aac7-9c6596ab7e0d', 'x-compute-request-id': 'req-a930b4bf-fad8-4b83-aac7-9c6596ab7e0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1065849425'} Body: b'' 2023-07-24 11:29:33,775 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8 0.107s 2023-07-24 11:29:33,775 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-27c55ee3-7c22-4daf-9a1a-df531fefddb7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8'} Body: b'' {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [37.279128s] ... ok {0} 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.'} {10} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA) [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.'} {8} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [4.655370s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 163, in test_old_versions_reject server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:37,717 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.119s 2023-07-24 11:29:37,718 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2853', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1f61f7ad-ac15-4604-99e4-ad9b87192981', '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": "3051f278198f41dd9e539161d9b287e3", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1693466330-project-member", "password_expires_at": null}, "audit_ids": ["wCdNT52aRpCeC6uDmtNjvg"], "expires_at": "2023-07-24T12:29:37.000000Z", "issued_at": "2023-07-24T11:29:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94cb8a7294fa4d73a5429ca8301b545b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1693466330"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94cb8a7294fa4d73a5429ca8301b545b", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94cb8a7294fa4d73a5429ca8301b545b", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/94cb8a7294fa4d73a5429ca8301b545b", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:37,718 79621 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '678e462d-3ba5-4ca2-b475-3789b280708b', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-6434707-network', 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '94cb8a729 4fa4d73a5429ca8301b545b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55599, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:06Z', 'updated_at': '2023-07-24T11:29:06Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:37,719 79621 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:29:37,720 79621 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:29:38,037 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.313s 2023-07-24 11:29:38,038 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1124393577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCToAV0CTCaGTqswmNMcUHbx45uSDfXeTBR70p+Esl0/WtNivuRHK4CQ0ulXnzdYUry+mG9JfIoHqx6MzxQ7fMtKLG5BKvt0NDLGzXKgqNcM/SvQn8KbcW5HviCjp57MzA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3266501-8cd9-40bc-a705-50f2126cfb95', 'x-compute-request-id': 'req-a3266501-8cd9-40bc-a705-50f2126cfb95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1124393577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCToAV0CTCaGTqswmNMcUHbx45uSDfXeTBR70p+Esl0/WtNivuRHK4CQ0ulXnzdYUry+mG9JfIoHqx6MzxQ7fMtKLG5BKvt0NDLGzXKgqNcM/SvQn8KbcW5HviCjp57MzA==", "fingerprint": "64:b2:5d:00:b1:53:60:b1:00:ea:a8:59:9d:74:11:0b", "user_id": "3051f278198f41dd9e539161d9b287e3"}}' 2023-07-24 11:29:38,041 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1124393577 created 2023-07-24 11:29:38,720 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.679s 2023-07-24 11:29:38,721 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1499785475", "description": "tempest-description--593730575"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-8a9ab798-6c39-485c-becc-98e7f49a5f62', 'date': 'Mon, 24 Jul 2023 11:29:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "name": "tempest-securitygroup--1499785475", "stateful": true, "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "description": "tempest-description--593730575", "shared": false, "security_group_rules": [{"id": "97aae17d-0117-4475-9474-515df8ba1ebb", "project_id": "94cb8a7294fa4d73a5429ca8301b545b", "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "security_group_id": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "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_i d": 640, "description": null, "tags": [], "created_at": "2023-07-24T11:29:38Z", "updated_at": "2023-07-24T11:29:38Z", "revision_number": 0}, {"id": "d597fa5a-b486-4521-a034-7a2af6a6c5f6", "project_id": "94cb8a7294fa4d73a5429ca8301b545b", "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "security_group_id": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "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": 641, "description": null, "tags": [], "created_at": "2023-07-24T11:29:38Z", "updated_at": "2023-07-24T11:29:38Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:29:38Z", "updated_at": "2023-07-24T11:29:38Z", "revision_number": 1, "project_id": "94cb8a7294fa4d73a5429ca8301b545b"}}' 2023-07-24 11:29:39,067 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.345s 2023-07-24 11:29:39,067 79621 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": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "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-375262f2-ab58-456a-af44-08e964504a56', 'date': 'Mon, 24 Jul 2023 11:29:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6efe54bf-52c3-430e-8cb3-5a95db0ef632", "project_id": "94cb8a7294fa4d73a5429ca8301b545b", "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "security_group_id": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "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-24T11:29:38Z", "updated_at": "2023-07-24T11:29:38Z", "revision_number": 0}}' 2023-07-24 11:29:39,509 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.441s 2023-07-24 11:29:39,509 79621 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": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-563dd4e6-444c-4b9a-88c5-db0786d4990a', 'date': 'Mon, 24 Jul 2023 11:29:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a34bdb1e-5af2-4fd3-b975-0f01e099392c", "project_id": "94cb8a7294fa4d73a5429ca8301b545b", "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "security_group_id": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "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-24T11:29:39Z", "updated_at": "2023-07-24T11:29:39Z", "revision_number": 0}}' 2023-07-24 11:29:39,510 79621 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1499785475 created 2023-07-24 11:29:40,703 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.192s 2023-07-24 11:29:40,704 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ca0d0926-0114-4789-a9fb-18cd67c0485d', 'date': 'Mon, 24 Jul 2023 11:29:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "116f6bc2-e7c9-4128-95ce-ce53be73d0b7", "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "floating_ip_address": "172.24.4.160", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "94cb8a7294fa4d73a5429ca8301b545b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:29:40Z", "updated_at": "2023-07-24T11:29:40Z", "revision_number": 0}}' 2023-07-24 11:29:40,704 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '116f6bc2-e7c9-4128-95ce-ce53be73d0b7', 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'floating_ip_address': '172.24.4.160', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94cb8a7294fa4d73a5429ca8301b545b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:40Z', 'updated_at': '2023-07-24T11:29:40Z', 'revision_number': 0, 'ip': '172.24.4.160'} created 2023-07-24 11:29:40,705 79621 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1124393577', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCToAV0CTCaGTqswmNMcUHbx45uSDfXeTBR70p+Esl0/WtNivuRHK4CQ0ulXnzdYUry+mG9JfIoHqx6MzxQ7fMtKLG5BKvt0NDLGzXKgqNcM/SvQn8KbcW5HviCjp57MzA==', 'fingerprint': '64:b2:5d:00:b1:53:60:b1:00:ea:a8:59:9d:74:11:0b', 'user_id': '3051f278198f41dd9e539161d9b287e3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDoTrHRryO+2jnb0usiSrM/8Mtc/gBuU7t3W2tbSeUyHoBGJPrOOHzF\n4IV1Zvuop7mgBwYFK4EEACKhZANiAAQk6AFdAkwmhk6rMJjTHFB28eObkg313kwU\ne9KfhLJdP1rTYr7kRyuAkNLpV583WFK8vphvSXyKB6sejM8UO3zLSixuQSr7dDQy\nxs1yoKjXDP0r0J/Cm3FuR74go6eezMw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1a51ea1c-b210-4959-ace9-9ca6ed62b60b', 'name': 'tempest-securitygroup--1499785475', 'stateful': True, 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'description': 'tempest-description--593730575', 'shared': False, 'security_group_rules': [{'id': '97aae17d-0117-4475-9474-515df8ba1ebb', 'project_id': '94cb8a7294fa4d73a5429ca8301b545b', 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'security_group_id': '1a51ea1c-b210-4959-ace9-9ca6ed62b60b', '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': 640, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:38Z', 'updated_at': '2023-07-24T11:29:38Z', 'revision_number': 0}, {'id': 'd597fa5a-b486-4521-a034-7a2af6a6c5f6', 'project_id': '94cb8a7294fa4d73a5429ca8301b545b', 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'security_group_id': '1a51ea1c-b210-4959-ace9-9ca6ed62b60b', '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': 641, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:38Z', 'updated_a t': '2023-07-24T11:29:38Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:29:38Z', 'updated_at': '2023-07-24T11:29:38Z', 'revision_number': 1, 'project_id': '94cb8a7294fa4d73a5429ca8301b545b'}, 'floating_ip': {'id': '116f6bc2-e7c9-4128-95ce-ce53be73d0b7', 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'floating_ip_address': '172.24.4.160', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94cb8a7294fa4d73a5429ca8301b545b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:40Z', 'updated_at': '2023-07-24T11:29:40Z', 'revision_number': 0, 'ip': '172.24.4.160'}} 2023-07-24 11:29:40,736 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-24 11:29:40,736 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1945433396", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "678e462d-3ba5-4ca2-b475-3789b280708b"}], "security_groups": [{"name": "tempest-securitygroup--1499785475"}], "key_name": "tempest-keypair-1124393577", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29: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-961fadb7-374a-4fb2-ab2a-a2ec7f74d46e', 'x-compute-request-id': 'req-961fadb7-374a-4fb2-ab2a-a2ec7f74d46e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:40,776 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1124393577 0.037s 2023-07-24 11:29:40,777 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29: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-37e55266-8677-4c48-baa6-c0cfe0079a71', 'x-compute-request-id': 'req-37e55266-8677-4c48-baa6-c0cfe0079a71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1124393577'} Body: b'' 2023-07-24 11:29:41,448 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1a51ea1c-b210-4959-ace9-9ca6ed62b60b 0.670s 2023-07-24 11:29:41,448 79621 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-e0296bf0-667e-4c59-8829-26838bde94da', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1a51ea1c-b210-4959-ace9-9ca6ed62b60b'} Body: b'' 2023-07-24 11:29:41,500 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1a51ea1c-b210-4959-ace9-9ca6ed62b60b 0.051s 2023-07-24 11:29:41,500 79621 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-24df6a17-e323-4278-9d2e-62a5ee888c0d', 'date': 'Mon, 24 Jul 2023 11:29:41 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1a51ea1c-b210-4959-ace9-9ca6ed62b60b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1a51ea1c-b210-4959-ace9-9ca6ed62b60b does not exist", "detail": ""}}' 2023-07-24 11:29:42,241 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/116f6bc2-e7c9-4128-95ce-ce53be73d0b7 0.740s 2023-07-24 11:29:42,241 79621 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-be0aac3f-d119-46b9-811c-4304ee58e22c', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/116f6bc2-e7c9-4128-95ce-ce53be73d0b7'} Body: b'' {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [11.174033s] ... ok {2} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.498610s] ... ok {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [16.465225s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [10.181562s] ... ok {0} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [17.523137s] ... ok {11} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [32.016456s] ... 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 d4290c50-a3bb-448c-bba1-727769892d8e failed to delete and is in error_deleting status Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 206, in delete_snapshot snapshots_client.delete_snapshot(snapshot_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 95, in delete_snapshot resp, body = self.delete("snapshots/%s" % snapshot_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'} Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 156, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 198, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:24,017 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes 0.227s 2023-07-24 11:29:24,017 79626 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-1030458709"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6b953a-3c75-496b-a9fd-a7efaf728c38', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6b953a-3c75-496b-a9fd-a7efaf728c38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:23.949040", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:29:24,117 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.081s 2023-07-24 11:29:24,117 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b656fd9-5505-4ca5-a2c9-7e268d972ef9', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b656fd9-5505-4ca5-a2c9-7e268d972ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:25,215 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.084s 2023-07-24 11:29:25,215 79626 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00fe508b-af49-4791-a1de-e82010645e10', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00fe508b-af49-4791-a1de-e82010645e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:26,307 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.078s 2023-07-24 11:29:26,308 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc948126-315f-4344-9bcf-9f3006f83db8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc948126-315f-4344-9bcf-9f3006f83db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:27,365 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.045s 2023-07-24 11:29:27,365 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:27 GMT' , 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afbeaeb3-6bd5-4143-98d4-276b2e34970d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afbeaeb3-6bd5-4143-98d4-276b2e34970d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:27,375 79626 INFO [tempest.common.waiters] volume d4290c50-a3bb-448c-bba1-727769892d8e reached available after waiting for 3.375923 seconds 2023-07-24 11:29:27,564 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots 0.188s 2023-07-24 11:29:27,565 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37f8292c-34c0-435e-a01d-70c603d8061c', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37f8292c-34c0-435e-a01d-70c603d8061c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:27.512047", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 11:29:27,600 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.032s 2023-07-24 11:29:27,601 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb379e5e-1820-4063-9c25-8599de487b6f', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb379e5e-1820-4063-9c25-8599de487b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000 ", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:29:28,630 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.025s 2023-07-24 11:29:28,631 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e5b4f8-bede-41a1-96ef-a840d185101a', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e5b4f8-bede-41a1-96ef-a840d185101a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:29:29,671 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.036s 2023-07-24 11:29:29,672 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92d5dd9b-9af0-464e-892f-473d38cf585d', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92d5dd9b-9af0-464e-892f-473d38cf585d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:29:30,709 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.029s 2023-07-24 11:29:30,709 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97325ab5-6764-4d7b-b932-3848367bae33', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 're q-97325ab5-6764-4d7b-b932-3848367bae33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:29:31,761 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.046s 2023-07-24 11:29:31,762 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-475ad797-e587-4223-85d6-1db3ed7e05e1', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-475ad797-e587-4223-85d6-1db3ed7e05e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:29:32,794 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.026s 2023-07-24 11:29:32,794 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef15b27-d618-4f73-91f5-07de4c3682f8', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef15b27-d618-4f73-91f5-07de4c3682f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000", "updated_at": "2023-07-24T11:29:32.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:29:32,799 79626 INFO [tempest.common.waiters] snapshot b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed reached available after waiting for 5.799299 seconds 2023-07-24 11:29:33,222 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes 0.422s 2023-07-24 11:29:33,223 79626 DEBUG [tempest.lib.commo n.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1407541570"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c741e98-7c36-4180-b0ec-af534d414d15', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c741e98-7c36-4180-b0ec-af534d414d15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.074306", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:29:33,382 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.140s 2023-07-24 11:29:33,382 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c542642f-9fcf-4ab4-b8eb-eb7ef1ad9c1f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c542642f-9fcf-4ab4-b8eb-eb7ef1ad9c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:34,442 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.046s 2023-07-24 11:29:34,442 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - H eaders: {'date': 'Mon, 24 Jul 2023 11:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9893c74-f3db-4319-bb19-0b88d345aa8f', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9893c74-f3db-4319-bb19-0b88d345aa8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:35,526 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.064s 2023-07-24 11:29:35,526 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16eda66b-e6f4-4c80-8c7c-758a2f52f193', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16eda66b-e6f4-4c80-8c7c-758a2f52f193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:36,602 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.062s 2023-07-24 11:29:36,603 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id' : 'req-4da36247-5995-4a22-b86a-e8780489fa36', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4da36247-5995-4a22-b86a-e8780489fa36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:37,676 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.052s 2023-07-24 11:29:37,677 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-437fbd02-08ac-47e0-b8d7-15d6564ba91d', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-437fbd02-08ac-47e0-b8d7-15d6564ba91d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:38,759 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.066s 2023-07-24 11:29:38,760 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-747a6075-e0bd-4dbd-9676-e44a448cfb13', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', ' x-openstack-request-id': 'req-747a6075-e0bd-4dbd-9676-e44a448cfb13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:38.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:38,779 79626 INFO [tempest.common.waiters] volume 4fd61a80-c7e2-44d0-bce4-c65b688a67f4 reached available after waiting for 5.779722 seconds 2023-07-24 11:29:38,856 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.075s 2023-07-24 11:29:38,856 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf01afb-c759-4d09-92f9-60cc4376edae', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf01afb-c759-4d09-92f9-60cc4376edae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:38.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:38,970 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e?cascade=True 0.103s 2023-07-24 11:29:38,971 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:38 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': 'r eq-982ddae5-e70c-4aa1-b841-dc7671c0aa51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e?cascade=True'} Body: b'' 2023-07-24 11:29:39,038 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.067s 2023-07-24 11:29:39,039 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a51a100-0f67-4d25-84fb-0f7f7d9a329c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a51a100-0f67-4d25-84fb-0f7f7d9a329c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:40,128 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.077s 2023-07-24 11:29:40,128 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd7821af-0f15-4891-b481-bd2d8dbf4395', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd7821af-0f15-4891-b481-bd2d8dbf4395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea5 6245a427d981561341aec5cd3"}}' 2023-07-24 11:29:41,292 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.143s 2023-07-24 11:29:41,292 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-734db29b-fbfd-48c4-9bed-a140e3eec0c3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-734db29b-fbfd-48c4-9bed-a140e3eec0c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:42,346 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.042s 2023-07-24 11:29:42,346 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90e4024b-18ff-49bf-ba6f-8fae14f47ef7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90e4024b-18ff-49bf-ba6f-8fae14f47ef7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:43,475 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c f0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.116s 2023-07-24 11:29:43,475 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edcc7973-479a-4609-91a0-4db7e5d4b9de', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edcc7973-479a-4609-91a0-4db7e5d4b9de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:44,546 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.058s 2023-07-24 11:29:44,547 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d73c34-5bbc-409f-b07e-fc307fd06892', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d73c34-5bbc-409f-b07e-fc307fd06892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:45,619 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.061s 2023-07-24 11:29:45,620 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32a2610c-a598-47bf-8413-16c79f4e3d9d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32a2610c-a598-47bf-8413-16c79f4e3d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:45.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:45,707 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.066s 2023-07-24 11:29:45,707 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8461d95-6793-48b2-a262-f4b8290ae2b3', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8461d95-6793-48b2-a262-f4b8290ae2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:38.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:45,796 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.078s 2023-07-24 11:29:45,797 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'te xt/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e268ecfe-7707-405b-a267-3870c089a4f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'' 2023-07-24 11:29:45,866 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.068s 2023-07-24 11:29:45,866 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53456f3b-bed4-4c4a-957e-4c21f133a029', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53456f3b-bed4-4c4a-957e-4c21f133a029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:46,942 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.057s 2023-07-24 11:29:46,942 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53dac6a5-d70f-4772-ab25-264acf5871aa', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53dac6a5-d70f-4772-ab25-264acf5871aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication _status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:47,993 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.039s 2023-07-24 11:29:47,993 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc77dc2a-b314-42e1-be34-7c5570e21a48', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc77dc2a-b314-42e1-be34-7c5570e21a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:49,058 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.054s 2023-07-24 11:29:49,059 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccc51eba-7543-41eb-b09f-1af07e476c0e', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccc51eba-7543-41eb-b09f-1af07e476c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:50,129 79626 INFO [te mpest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.056s 2023-07-24 11:29:50,130 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3213143-c437-4436-9f52-b1b718fb4bf5', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3213143-c437-4436-9f52-b1b718fb4bf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:51,229 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.085s 2023-07-24 11:29:51,230 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abfce213-e8b7-4b01-9b44-53a24704813a', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abfce213-e8b7-4b01-9b44-53a24704813a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:52,303 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.053s 2 023-07-24 11:29:52,303 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7a1e314-d53d-4edb-a33d-74d9013bf4d7', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7a1e314-d53d-4edb-a33d-74d9013bf4d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:53,440 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.110s 2023-07-24 11:29:53,440 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e347c95-714e-48ec-be20-fa0532f9ce7b', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e347c95-714e-48ec-be20-fa0532f9ce7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:54,510 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.057s 2023-07-24 11:29:54,511 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body : None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-527aec3e-3978-45a6-80d4-09ff0396517b', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-527aec3e-3978-45a6-80d4-09ff0396517b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:55,566 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.035s 2023-07-24 11:29:55,567 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:55 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-3209fc98-8e0f-4006-8f2f-6166aca679a2', 'x-openstack-request-id': 'req-3209fc98-8e0f-4006-8f2f-6166aca679a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4fd61a80-c7e2-44d0-bce4-c65b688a67f4 could not be found."}}' 2023-07-24 11:29:55,634 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.066s 2023-07-24 11:29:55,635 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:55 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-a50f6a53-3b3a-4bce-af67-37d6f5e9b83a', 'x-openstack-request-id': 'req-a50f6a53-3b3a-4bce-af67-37d6f5e9b83a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2023-07-24 11:29:55,721 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.083s 2023-07-24 11:29:55,721 79626 DEBUG [tempest.lib.common.rest_client] Request - H eaders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80936c01-44ec-447f-b882-2fe5119789a0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80936c01-44ec-447f-b882-2fe5119789a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:45.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:55,803 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.061s 2023-07-24 11:29:55,803 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:55 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-15cd40cc-768d-439a-93e6-73efac4ac8ed', 'x-openstack-request-id': 'req-15cd40cc-768d-439a-93e6-73efac4ac8ed', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} 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."}}' {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [26.320606s] ... ok {7} 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 89f8a225-999d-456b-8cc2-501d31027ade failed to delete and is in error_deleting status, ) {11} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.160587s] ... ok {11} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {11} 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`. {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [14.137169s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [11.296156s] ... ok {4} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [15.203473s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 88, in test_stamp_pattern server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:51,215 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.322s 2023-07-24 11:29:51,216 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-984273349", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKwFW9pnEwLSewktA6S27x82ruSYUQbr6qmbd9BuvePRsCi/BxwLb5ztvDZrSrOP30dDA/x38INxm2eNNcszUSBVbf/H47JyRGDxXP48bZW9S8QYJ07v3NWUIyk6PJxBNg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5aaa9e10-0639-4078-a3d0-0705498eafef', 'x-compute-request-id': 'req-5aaa9e10-0639-4078-a3d0-0705498eafef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-984273349", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKwFW9pnEwLSewktA6S27x82ruSYUQbr6qmbd9BuvePRsCi/BxwLb5ztvDZrSrOP30dDA/x38INxm2eNNcszUSBVbf/H47JyRGDxXP48bZW9S8QYJ07v3NWUIyk6PJxBNg==", "fingerprint": "59:4b:e5:a3:43:0d:05:65:6b:65:4d:29:9f:4d:fa:5f", "user_id": "f4b3a86aafa04d0bb307200901934bcd"}}' 2023-07-24 11:29:51,628 79612 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.407s 2023-07-24 11:29:51,629 79612 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-401784650", "description": "tempest-secgroup-smoke-401784650 description", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-2e029e85-0533-4637-8262-8196a46beeae', 'date': 'Mon, 24 Jul 2023 11:29:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "name": "tempest-secgroup-smoke-401784650", "stateful": true, "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "description": "tempest-secgroup-smoke-401784650 description", "shared": false, "security_group_rules": [{"id": "45bbb5dd-2877-4802-96f1-42ce06468204", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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": 676, "description": null, "tags": [], "created_at": "2023-07-24T11:29:51Z", "updated_at": "2023-07-24T11:29:51Z", "revision_number": 0}, {"id": "b87b866a-85da-421d-beb1-4aa0091f4d62", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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": 677, "description": null, "tags": [], "created_at": "2023-07-24T11:29:51Z", "updated_at": "2023-07-24T11:29:51Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:29:51Z", "updated_at": "2023-07-24T11:29:51Z", "revision_number": 1, "project_id": " ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:52,016 79612 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.386s 2023-07-24 11:29:52,018 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "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-69049a42-31eb-43b6-90c4-688d39fcedd4', 'date': 'Mon, 24 Jul 2023 11:29: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": "b522a068-b538-4c89-8e33-dd5cb806c6e5", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:51Z", "updated_at": "2023-07-24T11:29:51Z", "revision_number": 0}}' 2023-07-24 11:29:52,476 79612 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.457s 2023-07-24 11:29:52,477 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "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-8b0d43d4-dfa6-4f45-8897-a927a7cd77fa', 'date': 'Mon, 24 Jul 2023 11:29: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": "60a6cff7-f4e0-449d-9fc2-cc7e322fbc70", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:52Z", "updated_at": "2023-07-24T11:29:52Z", "revision_number": 0}}' 2023-07-24 11:29:53,347 79612 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.870s 2023-07-24 11:29:53,348 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d4fd3425-58fb-4934-9ce3-b003b9589359', 'date': 'Mon, 24 Jul 2023 11:29:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ad501b0c-b21f-465d-ba1a-06b0a44e430f", "project_id": "ae1b542277b34bde 8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:52Z", "updated_at": "2023-07-24T11:29:52Z", "revision_number": 0}}' 2023-07-24 11:29:53,694 79612 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.345s 2023-07-24 11:29:53,694 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-89ac1d1f-2413-405e-bbff-a144ad847bba', 'date': 'Mon, 24 Jul 2023 11:29:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d8aadfb9-da71-45d1-aea9-849b3d76c2f2", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:53Z", "updated_at": "2023-07-24T11:29:53Z", "revision_number": 0}}' 2023-07-24 11:29:53,919 79612 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.223s 2023-07-24 11:29:53,920 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-91593aa3-d2ff-4b64-adc7-33691856dca1', 'date': 'Mon, 24 Jul 2023 11:29:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "64903de0-95ce-4a77-bf5b-91131f88c8ad", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:53Z", "updated_at": "2023-07-24T11:29:53Z", "revision_number": 0}}' 2023-07-24 11:29:54,453 79612 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.532s 2023-07-24 11:29:54,453 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3468fbb9-4cd8-4e0c-8c45-9623b6f9694f', 'date': 'Mon, 24 Jul 2023 11:29: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": "07932e8c-0ca5-4b8f-a2c8-9aea1cc1de3f", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:54Z", "updated_at": "2023-07-24T11:29:54Z", "revision_number": 0}}' 2023-07-24 11:29:54,870 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes 0.415s 2023-07-24 11:29:54,871 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-233711912", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb30affd-e12b-415e-9ee7-c3687645e21c', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb30affd-e12b-415e-9ee7-c3687645e21c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:54.768969", "updated_at": null, "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:29:54,992 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.100s 2023-07-24 11:29:54,993 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8360b3a6-fe0e-49b6-a691-46c3c63d7789', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8360b3a6-fe0e-49b6-a691-46c3c63d7789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metad ata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:56,093 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.084s 2023-07-24 11:29:56,094 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d96609b3-008c-4fe1-8b3e-769c6dea4e9b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d96609b3-008c-4fe1-8b3e-769c6dea4e9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:55.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:57,172 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.063s 2023-07-24 11:29:57,173 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-050c4371-df2b-485d-a43c-9e7d017c0651', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-050c4371-df2b-485d-a43c-9e7d017c0651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:55.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4 283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:58,245 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.060s 2023-07-24 11:29:58,246 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c702c1a8-126f-4e26-ad99-5415a823c601', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c702c1a8-126f-4e26-ad99-5415a823c601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:58.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:58,259 79612 INFO [tempest.common.waiters] volume a50210f4-aead-419a-81fb-4283508e684f reached available after waiting for 3.259013 seconds 2023-07-24 11:29:58,330 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.070s 2023-07-24 11:29:58,330 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-378cfe26-2140-43af-aa20-de8865dad95e', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-378cfe26-2140-43af-aa20-de8865dad95e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:58.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replic ation_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:58,545 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.185s 2023-07-24 11:29:58,545 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2805', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-86e13e30-e5bf-4471-8827-33849fc5e539', '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": "f4b3a86aafa04d0bb307200901934bcd", "name": "tempest-TestStampPattern-1197503612-project-member", "password_expires_at": null}, "audit_ids": ["30CiYBHwSNW1Uv11dyCdpA"], "expires_at": "2023-07-24T12:29:58.000000Z", "issued_at": "2023-07-24T11:29:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae1b542277b34bde8f3e98ac3ada3ae3", "name": "tempest-TestStampPattern-1197503612"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ae1b542277b34bde8f3e98ac3ada3ae3", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:58,546 79612 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'cd9850ad-d187-44b4-b88f-4d36a0b4e234', 'name': 'tempest-TestStampPattern-91113927-network', 'tenant_id': 'ae1b542277b34bde8f3e98ac3ada3ae3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': F alse, 'project_id': 'ae1b542277b34bde8f3e98ac3ada3ae3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58309, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:22Z', 'updated_at': '2023-07-24T11:29:22Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:58,587 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.038s 2023-07-24 11:29:58,587 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-1532016070", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "key_name": "tempest-TestStampPattern-984273349", "security_groups": [{"name": "tempest-secgroup-smoke-401784650"}], "networks": [{"uuid": "cd9850ad-d187-44b4-b88f-4d36a0b4e234"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-5486ce4d-953f-4048-b3d6-faa4b69d8c77', 'x-compute-request-id': 'req-5486ce4d-953f-4048-b3d6-faa4b69d8c77', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:58,679 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.088s 2023-07-24 11:29:58,679 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 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-12948bf7-e91d-48c5-bbfd-641b59514e0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'' 2023-07-24 11:29:58,752 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.071s 2023-07-24 11:29:58,752 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a545030-6901-4fa8-b248-858531e99f24', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a545030-6901-4fa8-b248-858531e99f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2" , "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:59,843 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.072s 2023-07-24 11:29:59,843 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9682000-c101-430a-8376-85aaecb194b7', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9682000-c101-430a-8376-85aaecb194b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:30:00,924 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.061s 2023-07-24 11:30:00,925 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc076d3e-c281-4ecb-8d93-d9c99ada436e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc076d3e-c281-4ecb-8d93-d9c99ada436e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3 ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:30:02,008 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.065s 2023-07-24 11:30:02,008 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a1946b4-5dac-4176-91d0-7c4fff7691e1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a1946b4-5dac-4176-91d0-7c4fff7691e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:30:03,068 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.047s 2023-07-24 11:30:03,069 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5df229c-be0d-44f5-a90e-449843f3a529', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5df229c-be0d-44f5-a90e-449843f3a529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b5422 77b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:30:04,136 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.043s 2023-07-24 11:30:04,137 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fa2927a-e6b6-4507-bcea-510e9217081f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fa2927a-e6b6-4507-bcea-510e9217081f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:30:05,194 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.043s 2023-07-24 11:30:05,194 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:05 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-3efb7ca0-5db9-45be-a8a6-10e4549c0d06', 'x-openstack-request-id': 'req-3efb7ca0-5db9-45be-a8a6-10e4549c0d06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a50210f4-aead-419a-81fb-4283508e684f could not be found."}}' 2023-07-24 11:30:06,032 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b111b107-dbb8-4f88-8a4d-2be61c3f67d4 0.837s 2023-07-24 11:30:06,033 79612 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-bce05935-e2a9-4de5-a5b4-77bb59bd9975', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b111b107-dbb8-4f88-8a4d-2be61c3f67d4'} Body: b'' 2023-07-24 11:30:06,091 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-984273349 0.057s 2023-07-24 11:30:06,091 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-cff7d2eb-ebc3-4d45-9a49-73e6977a05cc', 'x-compute-request-id': 'req-cff7d2eb-ebc3-4d45-9a49-73e6977a05cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-984273349'} Body: b'' {9} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.690914s] ... ok {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [19.974772s] ... ok {9} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [2.391732s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [13.291547s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.332545s] ... ok {8} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [21.632721s] ... ok {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [10.298692s] ... ok {3} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [0.338169s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:24,914 79610 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.044s 2023-07-24 11:30:24,914 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:24 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-42585a6b-cb5c-4676-9380-d351cdec2c23', '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": "c8edc4740f7341319fbfdd06943b8354", "name": "tempest-ServerBootFromVolumeStableRescueTest-10773452-project-member", "password_expires_at": null}, "audit_ids": ["Fj_s95K_R1O4fs3E4s1xcw"], "expires_at": "2023-07-24T12:30:24.000000Z", "issued_at": "2023-07-24T11:30:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7053d67847fa463898b88254ce706950", "name": "tempest-ServerBootFromVolumeStableRescueTest-10773452"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:24,915 79610 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '530a31fb-f5c4-4150-939b-e396e8e2a5de', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-558396306-network', 'tenant_id': '7053d67847fa463898b88254ce706950', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_i d': '7053d67847fa463898b88254ce706950', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10947, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:07Z', 'updated_at': '2023-07-24T11:30:08Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:25,201 79610 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.285s 2023-07-24 11:30:25,201 79610 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-443301411", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "530a31fb-f5c4-4150-939b-e396e8e2a5de"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:24 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-95cbceca-1f3a-4cbd-9018-87fc25d9f0b0', 'x-compute-request-id': 'req-95cbceca-1f3a-4cbd-9018-87fc25d9f0b0', '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.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [0.135252s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:25,297 79610 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.081s 2023-07-24 11:30:25,298 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:25 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-dc69597a-2101-49ff-ab90-b3452896593a', '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": "c8edc4740f7341319fbfdd06943b8354", "name": "tempest-ServerBootFromVolumeStableRescueTest-10773452-project-member", "password_expires_at": null}, "audit_ids": ["u3bTLoohTLOtgRhnjIxBtw"], "expires_at": "2023-07-24T12:30:25.000000Z", "issued_at": "2023-07-24T11:30:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7053d67847fa463898b88254ce706950", "name": "tempest-ServerBootFromVolumeStableRescueTest-10773452"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:25,299 79610 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '530a31fb-f5c4-4150-939b-e396e8e2a5de', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-558396306-network', 'tenant_id': '7053d67847fa463898b88254ce706950', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_i d': '7053d67847fa463898b88254ce706950', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10947, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:07Z', 'updated_at': '2023-07-24T11:30:08Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:25,339 79610 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.038s 2023-07-24 11:30:25,340 79610 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-1506399701", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "530a31fb-f5c4-4150-939b-e396e8e2a5de"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-f94b6e31-01eb-4a61-b7f9-c6b8c10145f4', 'x-compute-request-id': 'req-f94b6e31-01eb-4a61-b7f9-c6b8c10145f4', '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."}}' {0} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [34.076982s] ... ok {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [34.373496s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 60, in test_attach_attached_volume_to_different_server server1, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:55,821 79624 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:29:55,822 79624 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:24,643 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 28.817s 2023-07-24 11:30:24,643 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1023270283", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfaRuUvFZZhV8P+M/Q/02yT8cE0TROP2o5eaqiEtULJIgSWUPDFjQf7cXDcNV/5EpiLO94DYJhneGmn/Bg6zE5CA6L1nBFcfiJCVTM9inoRfHPpZGyYXuUBmdQlWm8myw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:55 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-bac1a365-69ca-44f4-9867-51409a073000', 'x-compute-request-id': 'req-bac1a365-69ca-44f4-9867-51409a073000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1023270283", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfaRuUvFZZhV8P+M/Q/02yT8cE0TROP2o5eaqiEtULJIgSWUPDFjQf7cXDcNV/5EpiLO94DYJhneGmn/Bg6zE5CA6L1nBFcfiJCVTM9inoRfHPpZGyYXuUBmdQlWm8myw==", "fingerprint": "dd:26:39:db:ce:67:47:05:93:48:ac:de:9a:ee:37:fc", "user_id": "b741596a72a04091be47d2c2bfdc1346"}}' 2023-07-24 11:30:24,651 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1023270283 created 2023-07-24 11:30:25,563 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.910s 2023-07-24 11:30:25,563 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--24548286", "description": "tempest-description--1441044197"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-1b8879d7-fe65-455d-9845-6fea29019974', 'date': 'Mon, 24 Jul 2023 11:30:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5e73b85a-218b-449b-a94b-7b5f4f426301", "name": "tempest-securitygroup--24548286", "stateful": true, "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "description": "tempest-description--1441044197", "shared": false, "security_group_rules": [{"id": "bad58535-b5fb-4448-9668-a602c841fb44", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "5e73b85a-218b-449b-a94b-7b5f4f426301", "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": 818, "description": null, "tags": [], "created_at": "2023-07-24T11:30:25Z", "updated_at": "2023-07-24T11:30:25Z", "revision_number": 0}, {"id": "e057ae7a-19fa-4c25-a0c4-2685da45032e", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "5e73b85a-218b-449b-a94b-7b5f4f426301", "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": 817, "description": null, "tags": [], "created_at": "2023-07-24T11:30:24Z", "updated_at": "2023-07-24T11:30:24Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:24Z", "updated_at": "2023-07-24T11:30:24Z", "revision_number": 1, "project_id": "a29952e16f8143c8b36bda0f886afdda"}}' 2023-07-24 11:30:26,252 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.688s 2023-07-24 11:30:26,253 79624 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": "5e73b85a-218b-449b-a94b-7b5f4f426301", "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-3fc94da4-3041-486c-a8f2-10fea453693e', 'date': 'Mon, 24 Jul 2023 11:30: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": "991c8ee2-0d7c-4d91-898d-df692dd7e06b", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "5e73b85a-218b-449b-a94b-7b5f4f426301", "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-24T11:30:25Z", "updated_at": "2023-07-24T11:30:25Z", "revision_number": 0}}' 2023-07-24 11:30:27,503 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.249s 2023-07-24 11:30:27,503 79624 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": "5e73b85a-218b-449b-a94b-7b5f4f426301", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-337ede32-78b0-4f5e-a7e0-c64cdcbd40a7', 'date': 'Mon, 24 Jul 2023 11:30: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": "54a35633-0e54-40c4-8d6e-73c138a01860", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "5e73b85a-218b-449b-a94b-7b5f4f426301", "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-24T11:30:26Z", "updated_at": "2023-07-24T11:30:26Z", "revision_number": 0}}' 2023-07-24 11:30:27,504 79624 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--24548286 created 2023-07-24 11:30:29,030 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.525s 2023-07-24 11:30:29,030 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-9274b36e-0eed-491b-ad09-3ac4774a7167', 'date': 'Mon, 24 Jul 2023 11:30:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "12ab292d-d938-490a-9d18-6eb56d84ec2f", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "floating_ip_address": "172.24.4.167", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a29952e16f8143c8b36bda0f886afdda", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:28Z", "updated_at": "2023-07-24T11:30:28Z", "revision_number": 0}}' 2023-07-24 11:30:29,031 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '12ab292d-d938-490a-9d18-6eb56d84ec2f', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.167', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:28Z', 'updated_at': '2023-07-24T11:30:28Z', 'revision_number': 0, 'ip': '172.24.4.167'} created 2023-07-24 11:30:29,128 79624 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.089s 2023-07-24 11:30:29,128 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:29 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-38cf0254-f245-49a7-9b03-eea23c5d3f6f', '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": "b741596a72a04091be47d2c2bfdc1346", "name": "tempest-AttachVolumeNegativeTest-1665476171-project-member", "password_expires_at": null}, "audit_ids": ["qWS8SloxT8WNR0paCxoIIw"], "expires_at": "2023-07-24T12:30:29.000000Z", "issued_at": "2023-07-24T11:30:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a29952e16f8143c8b36bda0f886afdda", "name": "tempest-AttachVolumeNegativeTest-1665476171"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10 .0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:29,129 79624 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '27dffd8f-be14-4ca9-a1cb-e54c073c6339', 'name': 'tempest-AttachVolumeNegativeTest-1857643954-network', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38016, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:41Z', 'updated_at': '2023-07-24T11:29:41Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:29,130 79624 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1023270283', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfaRuUvFZZhV8P+M/Q/02yT8cE0TROP2o5eaqiEtULJIgSWUPDFjQf7cXDcNV/5EpiLO94DYJhneGmn/Bg6zE5CA6L1nBFcfiJCVTM9inoRfHPpZGyYXuUBmdQlWm8myw==', 'fingerprint': 'dd:26:39:db:ce:67:47:05:93:48:ac:de:9a:ee:37:fc', 'user_id': 'b741596a72a04091be47d2c2bfdc1346', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDfueKTZNIVqlrPp0WHBG9jcwLEFTmbVwgmkKla8DUVBU3Ax/Ywuze0\ndKvwoHPEVBigBwYFK4EEACKhZANiAARH2kblLxWWYVfD/jP0P9Nsk/HBNE0Tj9qO\nXmqohLVCySIEllDwxY0H+3Fw3DVf+RKYizveA2CYZ3hpp/wYOsxOQgOi9ZwRXH4i\nQlUzPYp6EXxz6WRsmF7lAZnUJVpvJss=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5e73b85a-218b-449b-a94b-7b5f4f426301', 'name': 'tempest-securitygroup--24548286', 'stateful': True, 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': 'tempest-description--1441044197', 'shared': False, 'security_group_rules': [{'id': 'bad58535-b5fb-4448-9668-a602c841fb44', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': '5e73b85a-218b-449b-a94b-7b5f4f426301', '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': 818, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:25Z', 'updated_at': '2023-07-24T11:30:25Z', 'revision_number': 0}, {'id': 'e057ae7a-19fa-4c25-a0c4-2685da45032e', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': '5e73b85a-218b-449b-a94b-7b5f4f426301', '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': 817, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:24Z', 'updated_at': '2023-07-24T11:30:24Z', 'revisi on_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:30:24Z', 'updated_at': '2023-07-24T11:30:24Z', 'revision_number': 1, 'project_id': 'a29952e16f8143c8b36bda0f886afdda'}, 'floating_ip': {'id': '12ab292d-d938-490a-9d18-6eb56d84ec2f', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.167', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:28Z', 'updated_at': '2023-07-24T11:30:28Z', 'revision_number': 0, 'ip': '172.24.4.167'}} 2023-07-24 11:30:29,159 79624 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.028s 2023-07-24 11:30:29,159 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1310371551", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "27dffd8f-be14-4ca9-a1cb-e54c073c6339"}], "security_groups": [{"name": "tempest-securitygroup--24548286"}], "key_name": "tempest-keypair-1023270283", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:29 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-a3f44698-06ae-4ad9-80e7-288f1043d58d', 'x-compute-request-id': 'req-a3f44698-06ae-4ad9-80e7-288f1043d58d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:29,189 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1023270283 0.028s 2023-07-24 11:30:29,189 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:29 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-5ceda21b-6ae4-435d-93a4-8f6d617d8e72', 'x-compute-request-id': 'req-5ceda21b-6ae4-435d-93a4-8f6d617d8e72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1023270283'} Body: b'' 2023-07-24 11:30:29,360 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5e73b85a-218b-449b-a94b-7b5f4f426301 0.170s 2023-07-24 11:30:29,360 79624 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-864ae5ef-2a47-47ce-8588-1e2540a5e600', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5e73b85a-218b-449b-a94b-7b5f4f426301'} Body: b'' 2023-07-24 11:30:29,417 79624 INFO [t empest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5e73b85a-218b-449b-a94b-7b5f4f426301 0.056s 2023-07-24 11:30:29,418 79624 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-782b3296-3dd2-4965-a4f4-48d35a9218e3', 'date': 'Mon, 24 Jul 2023 11:30:29 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5e73b85a-218b-449b-a94b-7b5f4f426301'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5e73b85a-218b-449b-a94b-7b5f4f426301 does not exist", "detail": ""}}' 2023-07-24 11:30:30,193 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/12ab292d-d938-490a-9d18-6eb56d84ec2f 0.774s 2023-07-24 11:30:30,193 79624 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-fd59c765-f0bb-4a5e-b967-d48f128b7560', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/12ab292d-d938-490a-9d18-6eb56d84ec2f'} Body: b'' {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [11.754716s] ... ok {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.326086s] ... ok {6} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [21.898180s] ... ok {7} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB) [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.'} {1} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [7.461646s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 72, in test_server_detach_rules server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:27,229 79606 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.118s 2023-07-24 11:30:27,229 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:27 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-9a146a1f-d5a9-43ee-899f-6915544214a0', '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": "193ee9c8344e456b818ac229a34f1871", "name": "tempest-TestServerVolumeAttachmentScenario-1704244690-project-member", "password_expires_at": null}, "audit_ids": ["Cdp82GEES4ODBrCvPnmnsQ"], "expires_at": "2023-07-24T12:30:27.000000Z", "issued_at": "2023-07-24T11:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b6fdab197a04cb5ba426170a336ba16", "name": "tempest-TestServerVolumeAttachmentScenario-1704244690"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6fdab197a04cb5ba426170a336ba16", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6fdab197a04cb5ba426170a336ba16", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b6fdab197a04cb5ba426170a336ba16", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:27,230 79606 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'b452673d-d8b8-4d47-ad44-36fec3664c03', 'name': 'tempest-TestServerVolumeAttachmentScenario-490875026-network', 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b6fdab197a04cb5ba426170a336ba16', 'p ort_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19602, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:55Z', 'updated_at': '2023-07-24T11:29:55Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:27,231 79606 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:27,231 79606 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:27,515 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.281s 2023-07-24 11:30:27,515 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1435955071", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCwts8zbJkocLjLk0WP9QtXDiI/tEdpN8crGFJ6wJF5v8Gt/LZuNa5hmWmkKcICHy5ikWfpZzd8unmKJ4GMiBBZFPiQbp2Iu8Cj/hqdiwVZBE/XhMbGxb70VUVwtQfLcqg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:27 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-93c58c07-72da-4a21-9a55-a22d56d5b1fb', 'x-compute-request-id': 'req-93c58c07-72da-4a21-9a55-a22d56d5b1fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1435955071", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCwts8zbJkocLjLk0WP9QtXDiI/tEdpN8crGFJ6wJF5v8Gt/LZuNa5hmWmkKcICHy5ikWfpZzd8unmKJ4GMiBBZFPiQbp2Iu8Cj/hqdiwVZBE/XhMbGxb70VUVwtQfLcqg==", "fingerprint": "fb:ed:2f:d8:bf:2c:36:13:33:d0:a3:98:ee:17:3d:8a", "user_id": "193ee9c8344e456b818ac229a34f1871"}}' 2023-07-24 11:30:27,520 79606 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1435955071 created 2023-07-24 11:30:28,330 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.809s 2023-07-24 11:30:28,330 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--504927410", "description": "tempest-description--141444571"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-64d950af-8bf1-4ec7-9508-5d3b09ba5630', 'date': 'Mon, 24 Jul 2023 11:30:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "07965c58-b2c5-4004-b408-a2b73f9c024a", "name": "tempest-securitygroup--504927410", "stateful": true, "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "description": "tempest-description--141444571", "shared": false, "security_group_rules": [{"id": "07f9a307-10af-4cbb-a16d-e815e4024f30", "project_id": "2b6fdab197a04cb5ba426170a336ba16", "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "security_group_id": "07965c58-b2c5-4004-b408-a2b73f9c024a", "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": 831, "description": null, "tags": [], "created_at": "2023-07-24T11:30:27Z", "updated_at": "2023-07-24T11:30:27Z", "revision_number": 0}, {"id": "f1953b6e-fd2a-4287-bc24-3f4942addf08", "project_id": "2b6fdab197a04cb5ba426170a336ba16", "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "security_group_id": "07965c58-b2c5-4004-b408-a2b73f9c024a", "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": 830, "description": null, "tags": [], "created_at": "2023-07-24T11:30:27Z", "updated_at": "2023-07-24T11:30:27Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:27Z", "updated_at": "2023-07-24T11:30:27Z", "revision_number": 1, "project_id": "2b6fdab197a04cb5ba426170a336ba16"}}' 2023-07-24 11:30:28,928 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.597s 2023-07-24 11:30:28,928 79606 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": "07965c58-b2c5-4004-b408-a2b73f9c024a", "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-039b42a1-45c4-4f15-9824-73e32cf3a84e', 'date': 'Mon, 24 Jul 2023 11:30: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": "2bc2b29d-ad0f-4f37-a0e8-407abf128342", "project_id": "2b6fdab197a04cb5ba426170a336ba16", "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "security_group_id": "07965c58-b2c5-4004-b408-a2b73f9c024a", "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-24T11:30:28Z", "updated_at": "2023-07-24T11:30:28Z", "revision_number": 0}}' 2023-07-24 11:30:29,983 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.054s 2023-07-24 11:30:29,983 79606 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": "07965c58-b2c5-4004-b408-a2b73f9c024a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a41ea4f2-70d0-48c7-808d-024bd6876d0c', 'date': 'Mon, 24 Jul 2023 11:30: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": "49e057e9-a4e6-47f9-b163-3a45afa7ef6c", "project_id": "2b6fdab197a04cb5ba426170a336ba16", "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "security_group_id": "07965c58-b2c5-4004-b408-a2b73f9c024a", "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-24T11:30:29Z", "updated_at": "2023-07-24T11:30:29Z", "revision_number": 0}}' 2023-07-24 11:30:29,984 79606 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--504927410 created 2023-07-24 11:30:32,267 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:se tUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.282s 2023-07-24 11:30:32,267 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-24d0c594-b7b9-48b2-a07e-45d4cdb5754a', 'date': 'Mon, 24 Jul 2023 11:30:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1e9422cb-e7e9-416d-a2e5-25a15b40245e", "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "floating_ip_address": "172.24.4.147", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2b6fdab197a04cb5ba426170a336ba16", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:31Z", "updated_at": "2023-07-24T11:30:31Z", "revision_number": 0}}' 2023-07-24 11:30:32,267 79606 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1e9422cb-e7e9-416d-a2e5-25a15b40245e', 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'floating_ip_address': '172.24.4.147', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6fdab197a04cb5ba426170a336ba16', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:31Z', 'updated_at': '2023-07-24T11:30:31Z', 'revision_number': 0, 'ip': '172.24.4.147'} created 2023-07-24 11:30:32,268 79606 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1435955071', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCwts8zbJkocLjLk0WP9QtXDiI/tEdpN8crGFJ6wJF5v8Gt/LZuNa5hmWmkKcICHy5ikWfpZzd8unmKJ4GMiBBZFPiQbp2Iu8Cj/hqdiwVZBE/XhMbGxb70VUVwtQfLcqg==', 'fingerprint': 'fb:ed:2f:d8:bf:2c:36:13:33:d0:a3:98:ee:17:3d:8a', 'user_id': '193ee9c8344e456b818ac229a34f1871', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAVWZdh5EXqOiOqaFBwU/IIpJ3fic0ywoTE1TAMmVydiYNKGXm9QkbF\nm6tukJPZvaWgBwYFK4EEACKhZANiAAQsLbPM2yZKHC4y5NFj/ULVw4iP7RHaTfHK\nxhSesCReb/Brfy2bjWuYZlppCnCAh8uYpFn6Wc3fLp5iieBjIgQWRT4kG6diLvAo\n/4anYsFWQRP14TGxsW+9FVFcLUHy3Ko=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '07965c58-b2c5-4004-b408-a2b73f9c024a', 'name': 'tempest-securitygroup--504927410', 'stateful': True, 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'description': 'tempest-description--141444571', 'shared': False, 'security_group_rules': [{'id': '07f9a307-10af-4cbb-a16d-e815e4024f30', 'project_id': '2b6fdab197a04cb5ba426170a336ba16', 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'security_group_id': '07965c58-b2c5-4004-b408-a2b73f9c024a', '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': 831, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:27Z', 'updated_at': '2023-07-24T11:30:27Z', 'revision_number': 0}, {'id': 'f1953b6e-fd2a-4287-bc24-3f4942addf08', 'project_id': '2b6fdab197a04cb5ba426170a336ba16', 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'security_group_id': '07965c58-b2c5-4004-b408-a2b73f9c024a', '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': 830, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:27Z', 'updated_at': '2023-07-24T11:30:27Z', 'rev ision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:30:27Z', 'updated_at': '2023-07-24T11:30:27Z', 'revision_number': 1, 'project_id': '2b6fdab197a04cb5ba426170a336ba16'}, 'floating_ip': {'id': '1e9422cb-e7e9-416d-a2e5-25a15b40245e', 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'floating_ip_address': '172.24.4.147', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6fdab197a04cb5ba426170a336ba16', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:31Z', 'updated_at': '2023-07-24T11:30:31Z', 'revision_number': 0, 'ip': '172.24.4.147'}} 2023-07-24 11:30:32,289 79606 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.020s 2023-07-24 11:30:32,289 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-321695063", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "b452673d-d8b8-4d47-ad44-36fec3664c03"}], "security_groups": [{"name": "tempest-securitygroup--504927410"}], "key_name": "tempest-keypair-1435955071", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:32 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-e0966511-26c2-45ee-955f-13539d97679a', 'x-compute-request-id': 'req-e0966511-26c2-45ee-955f-13539d97679a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:32,321 79606 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1435955071 0.030s 2023-07-24 11:30:32,321 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:32 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-24d56a82-6478-4f91-8857-d338aa22bcf6', 'x-compute-request-id': 'req-24d56a82-6478-4f91-8857-d338aa22bcf6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1435955071'} Body: b'' 2023-07-24 11:30:32,778 79606 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/07965c58-b2c5-4004-b408-a2b73f9c024a 0.456s 2023-07-24 11:30:32,778 79606 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-e4deeacd-dbe6-4cd3-b4e5-a044915e0810', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/07965c58-b2c5-4004-b408-a2b73f9c024a'} Body: b'' 2023-07-24 11:30:32,817 79606 INFO [tempes t.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/07965c58-b2c5-4004-b408-a2b73f9c024a 0.038s 2023-07-24 11:30:32,818 79606 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-ac518997-e316-4f92-9113-42422c3234ff', 'date': 'Mon, 24 Jul 2023 11:30:32 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/07965c58-b2c5-4004-b408-a2b73f9c024a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 07965c58-b2c5-4004-b408-a2b73f9c024a does not exist", "detail": ""}}' 2023-07-24 11:30:34,562 79606 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1e9422cb-e7e9-416d-a2e5-25a15b40245e 1.743s 2023-07-24 11:30:34,562 79606 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-1d806f17-bd7c-4605-b233-38aa09513adb', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1e9422cb-e7e9-416d-a2e5-25a15b40245e'} Body: b'' {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [7.064881s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 48, in test_attach_attached_volume_to_same_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:30,197 79624 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:30,197 79624 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:30,289 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.088s 2023-07-24 11:30:30,289 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-743529542", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK5ShFrpX5+128g4uFKjOxekWlpByXHHcIwRBnZW5QR+b9fDHkbBGXhhzUeHq2oEpkXngGg//S55h3/xkOlVcp5Z7JEzMtQBCNO3LjXOBa0fPhbga6vPMAEx8mweyGP7JA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:30 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-ec5d21bd-3638-4d68-bce9-07f95725221b', 'x-compute-request-id': 'req-ec5d21bd-3638-4d68-bce9-07f95725221b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-743529542", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK5ShFrpX5+128g4uFKjOxekWlpByXHHcIwRBnZW5QR+b9fDHkbBGXhhzUeHq2oEpkXngGg//S55h3/xkOlVcp5Z7JEzMtQBCNO3LjXOBa0fPhbga6vPMAEx8mweyGP7JA==", "fingerprint": "c6:5c:61:75:df:7f:f3:a3:c9:96:8d:49:39:b7:8b:ca", "user_id": "b741596a72a04091be47d2c2bfdc1346"}}' 2023-07-24 11:30:30,292 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-743529542 created 2023-07-24 11:30:30,965 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.673s 2023-07-24 11:30:30,965 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--739732962", "description": "tempest-description--976288555"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f80697dc-7e1e-4ffe-bc15-73306960bf0d', 'date': 'Mon, 24 Jul 2023 11:30:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e852a0af-b15b-4ae9-961b-480d464c3387", "name": "tempest-securitygroup--739732962", "stateful": true, "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "description": "tempest-description--976288555", "shared": false, "security_group_rules": [{"id": "4f512fe2-7a07-4cab-ae4f-3b798bfa05c1", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "e852a0af-b15b-4ae9-961b-480d464c3387", "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": 837, "description": null, "tags": [], "created_at": "2023-07-24T11:30:30Z", "updated_at": "2023-07-24T11:30:30Z", "revision_number": 0}, {"id": "68faf4ca-ec87-4318-a879-126f128559af", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "e852a0af-b15b-4ae9-961b-480d464c3387", "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": 838, "description": null, "tags": [], "created_at": "2023-07-24T11:30:30Z", "updated_at": "2023-07-24T11:30:30Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:30Z", "updated_at": "2023-07-24T11:30:30Z", "revision_number": 1, "project_id": "a29952e16f8143c8b36bda0f886afdda"}}' 2023-07-24 11:30:31,549 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.583s 2023-07-24 11:30:31,549 79624 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": "e852a0af-b15b-4ae9-961b-480d464c3387", "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-43ebcc91-b4c1-4f8e-9007-289b3db9d7d8', 'date': 'Mon, 24 Jul 2023 11:30: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": "9f06eeef-5b5b-48e2-8e66-6b6f2886f957", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "e852a0af-b15b-4ae9-961b-480d464c3387", "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-24T11:30:31Z", "updated_at": "2023-07-24T11:30:31Z", "revision_number": 0}}' 2023-07-24 11:30:32,373 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.823s 2023-07-24 11:30:32,374 79624 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": "e852a0af-b15b-4ae9-961b-480d464c3387", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0339a476-5e3e-44b4-b979-eb0d0cafb4b0', 'date': 'Mon, 24 Jul 2023 11:30:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5518c7b5-dd5d-45d1-a67a-1a9fed9d5775", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "e852a0af-b15b-4ae9-961b-480d464c3387", "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-24T11:30:31Z", "updated_at": "2023-07-24T11:30:31Z", "revision_number": 0}}' 2023-07-24 11:30:32,374 79624 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--739732962 created 2023-07-24 11:30:34,823 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.448s 2023-07-24 11:30:34,824 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-open stack-request-id': 'req-c8e2f6e9-0646-45db-8395-aaf14b943ac4', 'date': 'Mon, 24 Jul 2023 11:30:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "930130a8-49c5-4799-9dc5-312bd19876bb", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "floating_ip_address": "172.24.4.188", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a29952e16f8143c8b36bda0f886afdda", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:33Z", "updated_at": "2023-07-24T11:30:33Z", "revision_number": 0}}' 2023-07-24 11:30:34,824 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '930130a8-49c5-4799-9dc5-312bd19876bb', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:33Z', 'updated_at': '2023-07-24T11:30:33Z', 'revision_number': 0, 'ip': '172.24.4.188'} created 2023-07-24 11:30:34,988 79624 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.155s 2023-07-24 11:30:34,989 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-ecb5a20d-88b6-449d-82c5-2858c8771147', '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": "b741596a72a04091be47d2c2bfdc1346", "name": "tempest-AttachVolumeNegativeTest-1665476171-project-member", "password_expires_at": null}, "audit_ids": ["R-SaR1yrTneurzLPGhHydg"], "expires_at": "2023-07-24T12:30:34.000000Z", "issued_at": "2023-07-24T11:30:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a29952e16f8143c8b36bda0f886afdda", "name": "tempest-AttachVolumeNegativeTest-1665476171"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210 /image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:34,989 79624 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '27dffd8f-be14-4ca9-a1cb-e54c073c6339', 'name': 'tempest-AttachVolumeNegativeTest-1857643954-network', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38016, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:41Z', 'updated_at': '2023-07-24T11:29:41Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:34,990 79624 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-743529542', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK5ShFrpX5+128g4uFKjOxekWlpByXHHcIwRBnZW5QR+b9fDHkbBGXhhzUeHq2oEpkXngGg//S55h3/xkOlVcp5Z7JEzMtQBCNO3LjXOBa0fPhbga6vPMAEx8mweyGP7JA==', 'fingerprint': 'c6:5c:61:75:df:7f:f3:a3:c9:96:8d:49:39:b7:8b:ca', 'user_id': 'b741596a72a04091be47d2c2bfdc1346', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAlwWmp8wUHq3RqshfkzIkoSxCK8EzFk/xTYL7bK2r2c7IGhE90YGVA\nCMs1TI4O9lugBwYFK4EEACKhZANiAASuUoRa6V+ftdvIOLhSozsXpFpaQclxx3CM\nEQZ2VuUEfm/Xwx5GwRl4Yc1Hh6tqBKZF54BoP/0ueYd/8ZDpVXKeWeyRMzLUAQjT\nty41zgWtHz4W4GurzzABMfJsHshj+yQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e852a0af-b15b-4ae9-961b-480d464c3387', 'name': 'tempest-securitygroup--739732962', 'stateful': True, 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': 'tempest-description--976288555', 'shared': False, 'security_group_rules': [{'id': '4f512fe2-7a07-4cab-ae4f-3b798bfa05c1', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': 'e852a0af-b15b-4ae9-961b-480d464c3387', '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': 837, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:30Z', 'updated_at': '2023-07-24T11:30:30Z', 'revision_number': 0}, {'id': '68faf4ca-ec87-4318-a879-126f128559af', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': 'e852a0af-b15b-4ae9-961b-480d464c3387', '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': 838, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:30Z', 'updated_at': '2023-07-24T11:30:30Z', 'revision_number': 0} ], 'tags': [], 'created_at': '2023-07-24T11:30:30Z', 'updated_at': '2023-07-24T11:30:30Z', 'revision_number': 1, 'project_id': 'a29952e16f8143c8b36bda0f886afdda'}, 'floating_ip': {'id': '930130a8-49c5-4799-9dc5-312bd19876bb', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:33Z', 'updated_at': '2023-07-24T11:30:33Z', 'revision_number': 0, 'ip': '172.24.4.188'}} 2023-07-24 11:30:35,025 79624 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.033s 2023-07-24 11:30:35,025 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1931178476", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "27dffd8f-be14-4ca9-a1cb-e54c073c6339"}], "security_groups": [{"name": "tempest-securitygroup--739732962"}], "key_name": "tempest-keypair-743529542", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-ce6fe6d6-e8dc-4fd5-b1fd-f1e34334bf41', 'x-compute-request-id': 'req-ce6fe6d6-e8dc-4fd5-b1fd-f1e34334bf41', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:35,068 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-743529542 0.042s 2023-07-24 11:30:35,069 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b44bc4c-06ef-4ae0-ab29-ed1995cf3822', 'x-compute-request-id': 'req-1b44bc4c-06ef-4ae0-ab29-ed1995cf3822', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-743529542'} Body: b'' 2023-07-24 11:30:36,090 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e852a0af-b15b-4ae9-961b-480d464c3387 1.020s 2023-07-24 11:30:36,090 79624 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-d73df115-c9dd-481a-883e-b3dca2b98e4c', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e852a0af-b15b-4ae9-961b-480d464c3387'} Body: b'' 2023-07-24 11:30:36,111 79624 INFO [tempest.lib.common.res t_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e852a0af-b15b-4ae9-961b-480d464c3387 0.020s 2023-07-24 11:30:36,111 79624 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-c47a458f-4b61-48d8-834e-40c127ca7743', 'date': 'Mon, 24 Jul 2023 11:30:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e852a0af-b15b-4ae9-961b-480d464c3387'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e852a0af-b15b-4ae9-961b-480d464c3387 does not exist", "detail": ""}}' 2023-07-24 11:30:37,260 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/930130a8-49c5-4799-9dc5-312bd19876bb 1.148s 2023-07-24 11:30:37,261 79624 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-f27914d3-d198-4d88-90ce-7bcffd984b6d', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/930130a8-49c5-4799-9dc5-312bd19876bb'} Body: b'' {9} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {5} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.603551s] ... ok {5} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.254081s] ... ok {5} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {5} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [5.772564s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 31, in test_delete_attached_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:37,264 79624 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:37,264 79624 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:37,332 79624 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-24 11:30:37,333 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-741768683", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQkKYdEsgWFtkXUOAiiEAo+q+KbVOOlUNu5/rGYKQnCNiR4rtDe0Mn0qo8ZUnRAdfXxLg2BiOTET9Nctm1+0skbYCWhK8hR481woyUpr2a2CCMNzFaubXigG4EyD1pzYQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:37 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-1e0a7e15-042b-45cf-933d-186e1b960562', 'x-compute-request-id': 'req-1e0a7e15-042b-45cf-933d-186e1b960562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-741768683", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQkKYdEsgWFtkXUOAiiEAo+q+KbVOOlUNu5/rGYKQnCNiR4rtDe0Mn0qo8ZUnRAdfXxLg2BiOTET9Nctm1+0skbYCWhK8hR481woyUpr2a2CCMNzFaubXigG4EyD1pzYQ==", "fingerprint": "c1:e6:c6:75:1b:94:70:15:f0:7f:53:4b:e7:1d:2c:79", "user_id": "b741596a72a04091be47d2c2bfdc1346"}}' 2023-07-24 11:30:37,335 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-741768683 created 2023-07-24 11:30:37,514 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.177s 2023-07-24 11:30:37,514 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--250993501", "description": "tempest-description--1585201741"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-81229adf-265a-4746-957c-2085f8f4ff37', 'date': 'Mon, 24 Jul 2023 11:30:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b5aca7cf-2c62-466c-8062-f8583b553d08", "name": "tempest-securitygroup--250993501", "stateful": true, "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "description": "tempest-description--1585201741", "shared": false, "security_group_rules": [{"id": "b57763ea-727d-4c53-8fa3-e7088fe5d8ee", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "b5aca7cf-2c62-466c-8062-f8583b553d08", "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": 895, "description": null, "tags": [], "created_at": "2023-07-24T11:30:37Z", "updated_at": "2023-07-24T11:30:37Z", "revision_number": 0}, {"id": "e208f663-fb39-45cb-8c45-fb0e5de1defe", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "b5aca7cf-2c62-466c-8062-f8583b553d08", "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": 894, "description": null, "tags": [], "created_at": "2023-07-24T11:30:37Z", "updated_at": "2023-07-24T11:30:37Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:37Z", "updated_at": "2023-07-24T11:30:37Z", "revision_number": 1, "project_id": "a29952e16f8143c8b36bda0f886afdda"}}' 2023-07-24 11:30:37,990 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.475s 2023-07-24 11:30:37,990 79624 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": "b5aca7cf-2c62-466c-8062-f8583b553d08", "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-29d58d12-52ae-4547-93ed-8f763612c479', 'date': 'Mon, 24 Jul 2023 11:30: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": "dc23e5ac-eabc-470d-9abb-2e45053555bc", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "b5aca7cf-2c62-466c-8062-f8583b553d08", "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-24T11:30:37Z", "updated_at": "2023-07-24T11:30:37Z", "revision_number": 0}}' 2023-07-24 11:30:38,707 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.716s 2023-07-24 11:30:38,709 79624 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": "b5aca7cf-2c62-466c-8062-f8583b553d08", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-997c52e5-4d2d-4c04-9955-9004ad8f7b06', 'date': 'Mon, 24 Jul 2023 11:30: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": "2df304ec-3f5b-4501-8077-53cc2a684f10", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "b5aca7cf-2c62-466c-8062-f8583b553d08", "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-24T11:30:38Z", "updated_at": "2023-07-24T11:30:38Z", "revision_number": 0}}' 2023-07-24 11:30:38,710 79624 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--250993501 created 2023-07-24 11:30:40,700 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.989s 2023-07-24 11:30:40,700 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-93e58f7d-34f3-4699-a90e-21b4182ace1a', 'date': 'Mon, 24 Jul 2023 11:30:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "407a09ea-6ac5-4061-b110-ac8e6d1c6821", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "floating_ip_address": "172.24.4.102", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a29952e16f8143c8b36bda0f886afdda", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:39Z", "updated_at": "2023-07-24T11:30:39Z", "revision_number": 0}}' 2023-07-24 11:30:40,701 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '407a09ea-6ac5-4061-b110-ac8e6d1c6821', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.102', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:39Z', 'updated_at': '2023-07-24T11:30:39Z', 'revision_number': 0, 'ip': '172.24.4.102'} created 2023-07-24 11:30:40,895 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.185s 2023-07-24 11:30:40,896 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-911c12f5-504d-44e0-930d-b933fda54422', '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": "b741596a72a04091be47d2c2bfdc1346", "name": "tempest-AttachVolumeNegativeTest-1665476171-project-member", "password_expires_at": null}, "audit_ids": ["zQVdwJXvS7CrAL4dcR7a8w"], "expires_at": "2023-07-24T12:30:40.000000Z", "issued_at": "2023-07-24T11:30:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a29952e16f8143c8b36bda0f886afdda", "name": "tempest-AttachVolumeNegativeTest-1665476171"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "reg ion": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:40,896 79624 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '27dffd8f-be14-4ca9-a1cb-e54c073c6339', 'name': 'tempest-AttachVolumeNegativeTest-1857643954-network', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38016, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:41Z', 'updated_at': '2023-07-24T11:29:41Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:40,898 79624 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-741768683', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQkKYdEsgWFtkXUOAiiEAo+q+KbVOOlUNu5/rGYKQnCNiR4rtDe0Mn0qo8ZUnRAdfXxLg2BiOTET9Nctm1+0skbYCWhK8hR481woyUpr2a2CCMNzFaubXigG4EyD1pzYQ==', 'fingerprint': 'c1:e6:c6:75:1b:94:70:15:f0:7f:53:4b:e7:1d:2c:79', 'user_id': 'b741596a72a04091be47d2c2bfdc1346', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCYAOAXGahsZGXKsk4VsQnpRR6I7aMSLn7dpgfQB+uX0IMUV0nFR7Ac\nbqxy3fYh34GgBwYFK4EEACKhZANiAAQEJCmHRLIFhbZF1DgIohAKPqvim1TjpVDb\nuf6xmCkJwjYkeK7Q3tDJ9KqPGVJ0QHX18S4NgYjkxE/TXLZtftLJG2AloSvIUePN\ncKMlKa9mtggjDcxWrm14oBuBMg9ac2E=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b5aca7cf-2c62-466c-8062-f8583b553d08', 'name': 'tempest-securitygroup--250993501', 'stateful': True, 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': 'tempest-description--1585201741', 'shared': False, 'security_group_rules': [{'id': 'b57763ea-727d-4c53-8fa3-e7088fe5d8ee', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': 'b5aca7cf-2c62-466c-8062-f8583b553d08', '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': 895, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:37Z', 'updated_at': '2023-07-24T11:30:37Z', 'revision_number': 0}, {'id': 'e208f663-fb39-45cb-8c45-fb0e5de1defe', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': 'b5aca7cf-2c62-466c-8062-f8583b553d08', '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': 894, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:37Z', 'updated_at': '2023-07-24T11:30:37Z', 'revision_number': 0}], 'tags': [], 'created_at' : '2023-07-24T11:30:37Z', 'updated_at': '2023-07-24T11:30:37Z', 'revision_number': 1, 'project_id': 'a29952e16f8143c8b36bda0f886afdda'}, 'floating_ip': {'id': '407a09ea-6ac5-4061-b110-ac8e6d1c6821', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.102', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:39Z', 'updated_at': '2023-07-24T11:30:39Z', 'revision_number': 0, 'ip': '172.24.4.102'}} 2023-07-24 11:30:40,928 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-24 11:30:40,928 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-889589811", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "27dffd8f-be14-4ca9-a1cb-e54c073c6339"}], "security_groups": [{"name": "tempest-securitygroup--250993501"}], "key_name": "tempest-keypair-741768683", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-9ce28762-b0d2-4c2f-a9b5-e973368025a1', 'x-compute-request-id': 'req-9ce28762-b0d2-4c2f-a9b5-e973368025a1', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:40,964 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-741768683 0.033s 2023-07-24 11:30:40,964 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-1eec6f52-42e0-4a91-8111-086c599d77d1', 'x-compute-request-id': 'req-1eec6f52-42e0-4a91-8111-086c599d77d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-741768683'} Body: b'' 2023-07-24 11:30:41,770 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b5aca7cf-2c62-466c-8062-f8583b553d08 0.805s 2023-07-24 11:30:41,771 79624 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-b981eaa7-adac-45a5-935d-f01f9341934d', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b5aca7cf-2c62-466c-8062-f8583b553d08'} Body: b'' 2023-07-24 11:30:41,822 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest :_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b5aca7cf-2c62-466c-8062-f8583b553d08 0.050s 2023-07-24 11:30:41,823 79624 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-86e4268c-7c85-447e-a92b-c60214319d34', 'date': 'Mon, 24 Jul 2023 11:30:41 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b5aca7cf-2c62-466c-8062-f8583b553d08'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b5aca7cf-2c62-466c-8062-f8583b553d08 does not exist", "detail": ""}}' 2023-07-24 11:30:43,035 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/407a09ea-6ac5-4061-b110-ac8e6d1c6821 1.211s 2023-07-24 11:30:43,035 79624 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-4496a08b-f9fb-4c24-949f-48e5b5df23ad', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/407a09ea-6ac5-4061-b110-ac8e6d1c6821'} Body: b'' {11} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [9.350757s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 56, in test_snapshot_data_integrity server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:35,819 79626 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:35,822 79626 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:36,289 79626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.462s 2023-07-24 11:30:36,290 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-672514550", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvbbRazCTpTdShw2MeYglbaTaqaeb9Dhp/OutrLz5s5q6tIAxqYKe0AKxCRL7dLsCMUoptGOEPF0AryJHa2R6+nwYKa+IfgOrebOp42nuCfriALJMZKIpp6zzbne/hmfQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:35 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-172d461d-bcb9-4a05-8060-4ff41743979c', 'x-compute-request-id': 'req-172d461d-bcb9-4a05-8060-4ff41743979c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-672514550", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvbbRazCTpTdShw2MeYglbaTaqaeb9Dhp/OutrLz5s5q6tIAxqYKe0AKxCRL7dLsCMUoptGOEPF0AryJHa2R6+nwYKa+IfgOrebOp42nuCfriALJMZKIpp6zzbne/hmfQ==", "fingerprint": "33:42:c1:10:df:74:5d:0d:ea:7e:6d:29:d4:df:13:d2", "user_id": "cf5595393f69488bbb16a24478829529"}}' 2023-07-24 11:30:36,292 79626 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-672514550 created 2023-07-24 11:30:36,865 79626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.572s 2023-07-24 11:30:36,866 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--617422300", "description": "tempest-description--2024413898"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-4827f040-0154-48a3-81b0-a87f4ea8ba9c', 'date': 'Mon, 24 Jul 2023 11:30:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "433f827f-1054-48fb-bf60-2b703f70161c", "name": "tempest-securitygroup--617422300", "stateful": true, "tenant_id": "aaabaea608484096b28de791605b42e3", "description": "tempest-description--2024413898", "shared": false, "security_group_rules": [{"id": "0a9f1491-0410-42ea-858f-ea39cf884013", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "433f827f-1054-48fb-bf60-2b703f70161c", "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": 889, "description": null, "tags": [], "created_at": "2023-07-24T11:30:36Z", "updated_at": "2023-07-24T11:30:36Z", "revision_number": 0}, {"id": "3b487796-4ca9-4230-9b09-696b8daffb3e", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "433f827f-1054-48fb-bf60-2b703f70161c", "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": 883, "description": null, "tags": [], "created_at": "2023-07-24T11:30:36Z", "updated_at": "2023-07-24T11:30:36Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:36Z", "updated_at": "2023-07-24T11:30:36Z", "revision_number": 1, "project_id": "aaabaea608484096b28de791605b42e3"}}' 2023-07-24 11:30:37,060 79626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.193s 2023-07-24 11:30:37,060 79626 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": "433f827f-1054-48fb-bf60-2b703f70161c", "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-ab04a285-c204-465f-858a-bb71d5a1e6a4', 'date': 'Mon, 24 Jul 2023 11:30: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": "12606d52-ea48-4bd1-a4d8-48d3c3a81ba3", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "433f827f-1054-48fb-bf60-2b703f70161c", "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-24T11:30:36Z", "updated_at": "2023-07-24T11:30:36Z", "revision_number": 0}}' 2023-07-24 11:30:37,450 79626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.390s 2023-07-24 11:30:37,451 79626 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": "433f827f-1054-48fb-bf60-2b703f70161c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d93e6f53-62cd-46b3-b4aa-420926792ecf', 'date': 'Mon, 24 Jul 2023 11:30: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": "d8a0e44f-6ca2-40b5-b7cc-15d77facc0ad", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "433f827f-1054-48fb-bf60-2b703f70161c", "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-24T11:30:37Z", "updated_at": "2023-07-24T11:30:37Z", "revision_number": 0}}' 2023-07-24 11:30:37,451 79626 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--617422300 created 2023-07-24 11:30:39,001 79626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.549s 2023-07-24 11:30:39,002 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-d13b2c1e-6f8a-4124-934f-133ad7477625', 'date': 'Mon, 24 Jul 2023 11:30:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "942a46d1-0fc7-40f0-9e71-494e9612e6cf", "tenant_id": "aaabaea608484096b28de791605b42e3", "floating_ip_address": "172.24.4.244", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "aaabaea608484096b28de791605b42e3", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:38Z", "updated_at": "2023-07-24T11:30:38Z", "revision_number": 0}}' 2023-07-24 11:30:39,002 79626 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '942a46d1-0fc7-40f0-9e71-494e9612e6cf', 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'floating_ip_address': '172.24.4.244', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'aaabaea608484096b28de791605b42e3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:38Z', 'updated_at': '2023-07-24T11:30:38Z', 'revision_number': 0, 'ip': '172.24.4.244'} created 2023-07-24 11:30:39,475 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.472s 2023-07-24 11:30:39,475 79626 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-845054710", "description": "tempest-secgroup-smoke-845054710 description", "project_id": "aaabaea608484096b28de791605b42e3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-899b9687-0d76-4ac6-8dc7-21d0231ca475', 'date': 'Mon, 24 Jul 2023 11:30:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b5b0c690-851d-4f98-ad2c-553704e07768", "name": "tempest-secgroup-smoke-845054710", "stateful": true, "tenant_id": "aaabaea608484096b28de791605b42e3", "description": "tempest-secgroup-smoke-845054710 description", "shared": false, "security_group_rules": [{"id": "db522a36-be94-48aa-86c8-6f27d5a784dd", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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": 904, "description": null, "tags": [], "created_at": "2023-07-24T11:30:39Z", "updated_at": "2023-07-24T11:30:39Z", "revision_number": 0}, {"id": "e55e85a5-23dd-4ef4-990c-8e671105c6cf", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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": 903, "description": null, "tags": [], "created_at": "2023-07-24T11:30:39Z", "updated_at": "2023-07-24T11:30:39Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:39Z", "updated_at": "2023-07-24T11:30:39Z", "revision_number": 1, "project_id": "aaabaea608484096b28de791605b42e3"}}' 2023-07-24 11:30:40,280 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/s ecurity-group-rules 0.804s 2023-07-24 11:30:40,280 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "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-93c58495-063b-460d-94dc-f65f9236f067', 'date': 'Mon, 24 Jul 2023 11:30:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2faac5b-3e78-4f3e-8d9f-fc4411a7387d", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:39Z", "updated_at": "2023-07-24T11:30:39Z", "revision_number": 0}}' 2023-07-24 11:30:40,847 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.566s 2023-07-24 11:30:40,848 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "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-f69230fe-fe40-4c42-ba28-ec6457188c59', 'date': 'Mon, 24 Jul 2023 11:30:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5feaf64e-db55-4e11-b18d-092ebf2290e9", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:40Z", "updated_at": "2023-07-24T11:30:40Z", "revision_number": 0}}' 2023-07-24 11:30:41,822 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.973s 2023-07-24 11:30:41,822 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-82a69c15-11e9-452b-8749-f1c4026f7921', 'date': 'Mon, 24 Jul 2023 11:30: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": "0c16a107-e894-4544-ab38-ef87ac2af4b2", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:41Z", "updated_at": "2023-07-24T11:30:41Z", "revision_number": 0}}' 2023-07-24 11:30:42,440 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.617s 2023-07-24 11:30:42,441 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-fa0d2e83-3958-471e-8b6c-caab83cbe6ad', 'date': 'Mon, 24 Jul 2023 11:30: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": "13326347-7564-43f0-8637-62a152384368", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:42Z", "updated_at": "2023-07-24T11:30:42Z", "revision_number": 0}}' 2023-07-24 11:30:42,729 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.287s 2023-07-24 11:30:42,729 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-d1fb75dd-eb65-4b47-9c7f-d337aba03104', 'date': 'Mon, 24 Jul 2023 11:30: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": "ce2dc832-d9f5-44f0-9da6-95f8beebf5b6", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:42Z", "updated_at": "2023-07-24T11:30:42Z", "revision_number": 0}}' 2023-07-24 11:30:43,074 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.344s 2023-07-24 11:30:43,075 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d7b96323-aeeb-4e63-adcd-db67e248b65c', 'date': 'Mon, 24 Jul 2023 11:30: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": "e6f1d99f-8771-4211-822e-7fd8fb371b05", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:42Z", "updated_at": "2023-07-24T11:30:42Z", "revision_number": 0}}' 2023-07-24 11:30:43,214 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.132s 2023-07-24 11:30:43,215 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:43 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-a89275ea-9490-48df-8792-23355bc8e396', '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": "cf5595393f69488bbb16a24478829529", "name": "tempest-SnapshotDataIntegrityTests-2076844374-project-member", "password_expires_at": null}, "audit_ids": ["DnMbMoR7SIuKOmCIAqS_FA"], "expires_at": "2023-07-24T12:30:43.000000Z", "issued_at": "2023-07-24T11:30:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aaabaea608484096b28de791605b42e3", "name": "tempest-SnapshotDataIntegrityTests-2076844374"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/aaabaea608484096b28de791605b42e3", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/aaabaea608484096b28de791605b42e3", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http:/ /10.0.0.210/compute/v2/aaabaea608484096b28de791605b42e3", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:43,216 79626 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'a46f49bd-de0f-43c2-b37f-8f40115760c5', 'name': 'tempest-SnapshotDataIntegrityTests-1802456368-network', 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'aaabaea608484096b28de791605b42e3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42578, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:03Z', 'updated_at': '2023-07-24T11:30:03Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:43,216 79626 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-672514550', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvbbRazCTpTdShw2MeYglbaTaqaeb9Dhp/OutrLz5s5q6tIAxqYKe0AKxCRL7dLsCMUoptGOEPF0AryJHa2R6+nwYKa+IfgOrebOp42nuCfriALJMZKIpp6zzbne/hmfQ==', 'fingerprint': '33:42:c1:10:df:74:5d:0d:ea:7e:6d:29:d4:df:13:d2', 'user_id': 'cf5595393f69488bbb16a24478829529', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCpi7wkmT3BB8fXiaFTSOOlpKKDg2Y7wsfTch1Mu30GcdBO+q0mBOLH\nts4OrKP6mxGgBwYFK4EEACKhZANiAARr220Wswk6U3UocNjHmIJW2k2qmnm/Q4af\nzrray8+bOaurSAMamCntACsQkS+3S7AjFKKbRjhDxdAK8iR2tkevp8GCmviH4Dq3\nmzqeNp7gn64gCyTGSiKaes8253v4Zn0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '433f827f-1054-48fb-bf60-2b703f70161c', 'name': 'tempest-securitygroup--617422300', 'stateful': True, 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'description': 'tempest-description--2024413898', 'shared': False, 'security_group_rules': [{'id': '0a9f1491-0410-42ea-858f-ea39cf884013', 'project_id': 'aaabaea608484096b28de791605b42e3', 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'security_group_id': '433f827f-1054-48fb-bf60-2b703f70161c', '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': 889, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:36Z', 'updated_at': '2023-07-24T11:30:36Z', 'revision_number': 0}, {'id': '3b487796-4ca9-4230-9b09-696b8daffb3e', 'project_id': 'aaabaea608484096b28de791605b42e3', 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'security_group_id': '433f827f-1054-48fb-bf60-2b703f70161c', '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': 883, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:36Z', 'updated_at': '2023-07-24T11:30:36Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:30:36Z', 'updated_at': '2023-07-24T11:30:36Z', 'revision_number': 1, 'project_id': 'aaabaea608484096b28de791605b42e3'}, 'floating_ip': {'id': '942a46d1-0fc7-40f0-9e71-494e9612e6cf', 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'floating_ip_address': '172.24.4.244', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'aaabaea608484096b28de791605b42e3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:38Z', 'updated_at': '2023-07-24T11:30:38Z', 'revision_number': 0, 'ip': '172.24.4.244'}} 2023-07-24 11:30:43,245 79626 INFO [tempest.lib.common.rest_c lient] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 11:30:43,246 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1917996245", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "key_name": "tempest-keypair-672514550", "security_groups": [{"name": "tempest-secgroup-smoke-845054710"}, {"name": "tempest-securitygroup--617422300"}], "networks": [{"uuid": "a46f49bd-de0f-43c2-b37f-8f40115760c5"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-b7fe9457-1b56-4106-9c61-00cf77cbb452', 'x-compute-request-id': 'req-b7fe9457-1b56-4106-9c61-00cf77cbb452', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:43,878 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b5b0c690-851d-4f98-ad2c-553704e07768 0.629s 2023-07-24 11:30:43,879 79626 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-8bb1b70d-6d99-415e-88fa-b67a1d13aefe', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b5b0c690-851d-4f98-ad2c-553704e07768'} Body: b'' 2023-07-24 11:30:43,919 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-672514550 0.039s 2023-07-24 11:30:43,920 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-60d2879e-75e2-492c-ac0c-3b74f53f43e0', 'x-compute-request-id': 'req-60d2879e-75e2-492c-ac0c-3b74f53f43e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-672514550'} Body: b'' 2023-07-24 11:30:44,375 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/433f827f-1054-48fb-bf60-2b703f70161c 0.455s 2023-07-24 11:30:44,375 79626 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-50ea38c3-904c-467c-bce3-de1d41e7f730', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/433f827f-1054-48fb-bf60-2b703f70161c'} Body: b'' 2023-07-24 11:30:44,414 79626 INFO [tempest.lib.com mon.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/433f827f-1054-48fb-bf60-2b703f70161c 0.038s 2023-07-24 11:30:44,414 79626 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-1dea57ed-ab3b-4439-be5a-980a7411dab8', 'date': 'Mon, 24 Jul 2023 11:30:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/433f827f-1054-48fb-bf60-2b703f70161c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 433f827f-1054-48fb-bf60-2b703f70161c does not exist", "detail": ""}}' 2023-07-24 11:30:45,167 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/942a46d1-0fc7-40f0-9e71-494e9612e6cf 0.752s 2023-07-24 11:30:45,168 79626 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-08d57e32-3ba9-4d8e-a4b8-08a136e7109f', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/942a46d1-0fc7-40f0-9e71-494e9612e6cf'} Body: b'' {3} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [6.762681s] ... ok {4} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [13.597697s] ... ok {9} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [12.592135s] ... ok {9} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {9} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {7} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [4.062068s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 268, in test_attach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:49,592 79618 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:49,592 79618 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:49,943 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.348s 2023-07-24 11:30:49,943 79618 DEBUG [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-417376496", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG5dH6ukW8UOCHDmKeDGabZNxq9HFnB1Xwjx+IBHud8S2KJjpKuro81mvXvBe7JmL8E3Iw23EnciBOLKO9wCD+w3eJ189dB0CRQi5znhvVrjsxXfLxIw5yX6QNLSUsdbTQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-854adf10-bf24-45c0-b3e5-1f119ab367e5', 'x-compute-request-id': 'req-854adf10-bf24-45c0-b3e5-1f119ab367e5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-417376496", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG5dH6ukW8UOCHDmKeDGabZNxq9HFnB1Xwjx+IBHud8S2KJjpKuro81mvXvBe7JmL8E3Iw23EnciBOLKO9wCD+w3eJ189dB0CRQi5znhvVrjsxXfLxIw5yX6QNLSUsdbTQ==", "fingerprint": "74:dc:4c:2f:e4:ba:e1:78:e3:ce:fa:fc:8d:d1:9d:98", "user_id": "015d1034dd624be28253e864311f8866"}}' 2023-07-24 11:30:49,947 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-417376496 created 2023-07-24 11:30:50,185 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.238s 2023-07-24 11:30:50,186 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1724545657", "description": "tempest-description--1627398498"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-103a7093-a199-49a8-92dd-cbec52224d2d', 'date': 'Mon, 24 Jul 2023 11:30:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "name": "tempest-securitygroup--1724545657", "stateful": true, "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "description": "tempest-description--1627398498", "shared": false, "security_group_rules": [{"id": "95b050e8-081e-49d6-832f-16768769f35e", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "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": 926, "description": null, "tags": [], "created_at": "2023-07-24T11:30:50Z", "updated_at": "2023-07-24T11:30:50Z", "revision_number": 0}, {"id": "bbdeb603-f264-4a59-b8be-57cb3ed2be94", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "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": 927, "description": null, "tags": [], "created_at": "2023-07-24T11:30:50Z", "updated_at": "2023-07-24T11:30:50Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:50Z", "updated_at": "2023-07-24T11:30:50Z", "revision_number": 1, "project_id": "b0f69257a8874d548292d7a10f7e9d08"}}' 2023-07-24 11:30:50,456 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.270s 2023-07-24 11:30:50,456 79618 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": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "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-b0e1aaae-484c-4ee7-9363-9a6d231d0565', 'date': 'Mon, 24 Jul 2023 11:30:50 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": "391d5956-2691-4d8d-9c8f-883cccd113b1", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "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-24T11:30:50Z", "updated_at": "2023-07-24T11:30:50Z", "revision_number": 0}}' 2023-07-24 11:30:50,756 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.299s 2023-07-24 11:30:50,756 79618 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": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c82bcd60-fab8-4dfa-a854-9f4a23b00c82', 'date': 'Mon, 24 Jul 2023 11:30:50 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": "b1b54888-bfa2-4988-bd42-45368b523ebc", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "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-24T11:30:50Z", "updated_at": "2023-07-24T11:30:50Z", "revision_number": 0}}' 2023-07-24 11:30:50,756 79618 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1724545657 created 2023-07-24 11:30:51,950 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.193s 2023-07-24 11:30:51,950 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-c420959f-cff7-441c-9f05-75950d553775', 'date': 'Mon, 24 Jul 2023 11:30:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b37afa88-5b8f-4028-8842-ba85e913728b", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "floating_ip_address": "172.24.4.51", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:51Z", "updated_at": "2023-07-24T11:30:51Z", "revision_number": 0}}' 2023-07-24 11:30:51,950 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b37afa88-5b8f-4028-8842-ba85e913728b', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'floating_ip_address': '172.24.4.51', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:51Z', 'updated_at': '2023-07-24T11:30:51Z', 'revision_number': 0, 'ip': '172.24.4.51'} created 2023-07-24 11:30:52,062 79618 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.105s 2023-07-24 11:30:52,062 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:51 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-e84662fe-1856-4b69-960e-20890920b63e', '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": "015d1034dd624be28253e864311f8866", "name": "tempest-AttachVolumeShelveTestJSON-673474091-project-member", "password_expires_at": null}, "audit_ids": ["UMZmCVy6S8uhZ0bg8cVp9g"], "expires_at": "2023-07-24T12:30:51.000000Z", "issued_at": "2023-07-24T11:30:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0f69257a8874d548292d7a10f7e9d08", "name": "tempest-AttachVolumeShelveTestJSON-673474091"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interfac e": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:52,063 79618 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '8e6ea4ae-800c-436b-a391-bb05f192988e', 'name': 'tempest-AttachVolumeShelveTestJSON-13990992-network', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63220, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:36Z', 'updated_at': '2023-07-24T11:30:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:52,064 79618 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-417376496', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG5dH6ukW8UOCHDmKeDGabZNxq9HFnB1Xwjx+IBHud8S2KJjpKuro81mvXvBe7JmL8E3Iw23EnciBOLKO9wCD+w3eJ189dB0CRQi5znhvVrjsxXfLxIw5yX6QNLSUsdbTQ==', 'fingerprint': '74:dc:4c:2f:e4:ba:e1:78:e3:ce:fa:fc:8d:d1:9d:98', 'user_id': '015d1034dd624be28253e864311f8866', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBjmWvOHlV+oiODvvRu5Q4tCqix7MXr1wmbu1AUVuxz9UDPzMPsyVuG\nlKsYF/3IX7CgBwYFK4EEACKhZANiAARuXR+rpFvFDghw5ingxmm2TcavRxZwdV8I\n8fiAR7nfEtiiY6Srq6PNZr17wXuyZi/BNyMNtxJ3IgTiyjvcAg/sN3idfPXQdAkU\nIuc54b1a47MV3y8SMOcl+kDS0lLHW00=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'aac21529-af32-413e-bd32-2ecd4d4a8db6', 'name': 'tempest-securitygroup--1724545657', 'stateful': True, 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': 'tempest-description--1627398498', 'shared': False, 'security_group_rules': [{'id': '95b050e8-081e-49d6-832f-16768769f35e', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'security_group_id': 'aac21529-af32-413e-bd32-2ecd4d4a8db6', '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': 926, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:50Z', 'updated_at': '2023-07-24T11:30:50Z', 'revision_number': 0}, {'id': 'bbdeb603-f264-4a59-b8be-57cb3ed2be94', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'security_group_id': 'aac21529-af32-413e-bd32-2ecd4d4a8db6', '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': 927, 'description': None, 'tags': [], 'created_at ': '2023-07-24T11:30:50Z', 'updated_at': '2023-07-24T11:30:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:30:50Z', 'updated_at': '2023-07-24T11:30:50Z', 'revision_number': 1, 'project_id': 'b0f69257a8874d548292d7a10f7e9d08'}, 'floating_ip': {'id': 'b37afa88-5b8f-4028-8842-ba85e913728b', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'floating_ip_address': '172.24.4.51', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:51Z', 'updated_at': '2023-07-24T11:30:51Z', 'revision_number': 0, 'ip': '172.24.4.51'}} 2023-07-24 11:30:52,089 79618 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.024s 2023-07-24 11:30:52,090 79618 DEBUG [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-2136026053", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "8e6ea4ae-800c-436b-a391-bb05f192988e"}], "security_groups": [{"name": "tempest-securitygroup--1724545657"}], "key_name": "tempest-keypair-417376496", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:52 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-986ca97e-1b70-41af-9cae-78e0e86f8356', 'x-compute-request-id': 'req-986ca97e-1b70-41af-9cae-78e0e86f8356', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:52,149 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-417376496 0.057s 2023-07-24 11:30:52,149 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:52 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-2f9bf29e-dd13-4bf0-8b78-a7d544f202e2', 'x-compute-request-id': 'req-2f9bf29e-dd13-4bf0-8b78-a7d544f202e2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-417376496'} Body: b'' 2023-07-24 11:30:52,702 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/aac21529-af32-413e-bd32-2ecd4d4a8db6 0.551s 2023-07-24 11:30:52,702 79618 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-3762c889-71a2-4e76-ad71-366e628deac7', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210: 9696/networking/v2.0/security-groups/aac21529-af32-413e-bd32-2ecd4d4a8db6'} Body: b'' 2023-07-24 11:30:52,739 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/aac21529-af32-413e-bd32-2ecd4d4a8db6 0.037s 2023-07-24 11:30:52,740 79618 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-b067b6ce-07aa-4e51-8bb5-f90853ee3d68', 'date': 'Mon, 24 Jul 2023 11:30:52 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/aac21529-af32-413e-bd32-2ecd4d4a8db6'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group aac21529-af32-413e-bd32-2ecd4d4a8db6 does not exist", "detail": ""}}' 2023-07-24 11:30:53,652 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b37afa88-5b8f-4028-8842-ba85e913728b 0.911s 2023-07-24 11:30:53,652 79618 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-57687f6a-261a-43ba-9fef-bb9f35684aef', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b37afa88-5b8f-4028-8842-ba85e913728b'} Body: b'' {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.021026s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.060052s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.052779s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.036289s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.035259s] ... ok {7} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [3.509320s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 299, in test_detach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:53,656 79618 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:53,656 79618 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:53,755 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.096s 2023-07-24 11:30:53,756 79618 DEBUG [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-62806820", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHisHaxxOfYKB2jdybehBWr4CaMkQz2ORhuqW0r2ea3woBYS7wsPhPb0KiP7jrNVEpR2/rSWkBqDToa3PQlBa3IzsTvDao8RyF+pIJ6TLe1KE0HFuCQU7FMAf0QJG+TkBw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2591af6e-66b1-4b94-8238-35250962349a', 'x-compute-request-id': 'req-2591af6e-66b1-4b94-8238-35250962349a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-62806820", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHisHaxxOfYKB2jdybehBWr4CaMkQz2ORhuqW0r2ea3woBYS7wsPhPb0KiP7jrNVEpR2/rSWkBqDToa3PQlBa3IzsTvDao8RyF+pIJ6TLe1KE0HFuCQU7FMAf0QJG+TkBw==", "fingerprint": "c0:74:ab:9d:99:f9:f6:ae:aa:b2:82:55:9f:06:91:b2", "user_id": "015d1034dd624be28253e864311f8866"}}' 2023-07-24 11:30:53,758 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-62806820 created 2023-07-24 11:30:53,950 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.191s 2023-07-24 11:30:53,951 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--511262627", "description": "tempest-description--925483494"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f5aade3d-bbaa-4d9f-bad6-da5fee0b5c51', 'date': 'Mon, 24 Jul 2023 11:30:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "473be796-f6c5-4157-ab4e-36066046cbb9", "name": "tempest-securitygroup--511262627", "stateful": true, "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "description": "tempest-description--925483494", "shared": false, "security_group_rules": [{"id": "ad0bef5a-32c5-4244-99b4-d3dcb46d3f8c", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "473be796-f6c5-4157-ab4e-36066046cbb9", "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": 962, "description": null, "tags": [], "created_at": "2023-07-24T11:30:53Z", "updated_at": "2023-07-24T11:30:53Z", "revision_number": 0}, {"id": "b5852386-0258-4595-9d90-56cce5bf6a87", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "473be796-f6c5-4157-ab4e-36066046cbb9", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_m in": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 961, "description": null, "tags": [], "created_at": "2023-07-24T11:30:53Z", "updated_at": "2023-07-24T11:30:53Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:53Z", "updated_at": "2023-07-24T11:30:53Z", "revision_number": 1, "project_id": "b0f69257a8874d548292d7a10f7e9d08"}}' 2023-07-24 11:30:54,213 79618 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-24 11:30:54,213 79618 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": "473be796-f6c5-4157-ab4e-36066046cbb9", "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-354bf502-d01c-4e9e-81cf-f2a0825fe9fb', 'date': 'Mon, 24 Jul 2023 11:30: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": "49c59b56-7c8e-405b-9932-9999ca40f7cb", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "473be796-f6c5-4157-ab4e-36066046cbb9", "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-24T11:30:54Z", "updated_at": "2023-07-24T11:30:54Z", "revision_number": 0}}' 2023-07-24 11:30:54,454 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.239s 2023-07-24 11:30:54,454 79618 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": "473be796-f6c5-4157-ab4e-36066046cbb9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1483ea44-f67b-4ac8-b8ec-456c018d1084', 'date': 'Mon, 24 Jul 2023 11:30: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": "f03153b4-13fc-43d1-b604-92cece78fdda", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "473be796-f6c5-4157-ab4e-36066046cbb9", "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-24T11:30:54Z", "updated_at": "2023-07-24T11:30:54Z", "revision_number": 0}}' 2023-07-24 11:30:54,455 79618 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--511262627 created 2023-07-24 11:30:55,946 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.490s 2023-07-24 11:30:55,946 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type' : 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-3b1c4c76-c573-4a4a-835b-8d5bb53c69be', 'date': 'Mon, 24 Jul 2023 11:30:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0c876235-7788-4ba9-9dac-51491c6c9020", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "floating_ip_address": "172.24.4.48", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:55Z", "updated_at": "2023-07-24T11:30:55Z", "revision_number": 0}}' 2023-07-24 11:30:55,947 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0c876235-7788-4ba9-9dac-51491c6c9020', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'floating_ip_address': '172.24.4.48', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:55Z', 'updated_at': '2023-07-24T11:30:55Z', 'revision_number': 0, 'ip': '172.24.4.48'} created 2023-07-24 11:30:56,083 79618 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.129s 2023-07-24 11:30:56,083 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:55 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-e1744c33-f708-4ade-a5e8-9ec1bba3749e', '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": "015d1034dd624be28253e864311f8866", "name": "tempest-AttachVolumeShelveTestJSON-673474091-project-member", "password_expires_at": null}, "audit_ids": ["vjbAOSW7QHSmALoyfqQaZg"], "expires_at": "2023-07-24T12:30:55.000000Z", "issued_at": "2023-07-24T11:30:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0f69257a8874d548292d7a10f7e9d08", "name": "tempest-AttachVolumeShelveTestJSON-673474091"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "pub lic", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:56,084 79618 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '8e6ea4ae-800c-436b-a391-bb05f192988e', 'name': 'tempest-AttachVolumeShelveTestJSON-13990992-network', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63220, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:36Z', 'updated_at': '2023-07-24T11:30:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:56,084 79618 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-62806820', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHisHaxxOfYKB2jdybehBWr4CaMkQz2ORhuqW0r2ea3woBYS7wsPhPb0KiP7jrNVEpR2/rSWkBqDToa3PQlBa3IzsTvDao8RyF+pIJ6TLe1KE0HFuCQU7FMAf0QJG+TkBw==', 'fingerprint': 'c0:74:ab:9d:99:f9:f6:ae:aa:b2:82:55:9f:06:91:b2', 'user_id': '015d1034dd624be28253e864311f8866', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBBb0RuzD4DFG+hJPn1Tqg+YYiLboIgj8Pdgojxuz7cnzGCPG7I2peJ\nXZ4uY7TxfzWgBwYFK4EEACKhZANiAAR4rB2scTn2Cgdo3cm3oQVq+AmjJEM9jkYb\nqltK9nmt8KAWEu8LD4T29Coj+46zVRKUdv60lpAag06Gtz0JQWtyM7E7w2qPEchf\nqSCeky3tShNBxbgkFOxTAH9ECRvk5Ac=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '473be796-f6c5-4157-ab4e-36066046cbb9', 'name': 'tempest-securitygroup--511262627', 'stateful': True, 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': 'tempest-description--925483494', 'shared': False, 'security_group_rules': [{'id': 'ad0bef5a-32c5-4244-99b4-d3dcb46d3f8c', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'security_group_id': '473be796-f6c5-4157-ab4e-36066046cbb9', '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': 962, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 0}, {'id': 'b5852386-0258-4595-9d90-56cce5bf6a87', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'security_group_id': '473be796-f6c5-4157-ab4e-36066046cbb9', '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': 961, 'description': None, 'tags': [], 'created_at': '2023-07 -24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 1, 'project_id': 'b0f69257a8874d548292d7a10f7e9d08'}, 'floating_ip': {'id': '0c876235-7788-4ba9-9dac-51491c6c9020', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'floating_ip_address': '172.24.4.48', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:55Z', 'updated_at': '2023-07-24T11:30:55Z', 'revision_number': 0, 'ip': '172.24.4.48'}} 2023-07-24 11:30:56,114 79618 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.029s 2023-07-24 11:30:56,115 79618 DEBUG [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-512738126", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "8e6ea4ae-800c-436b-a391-bb05f192988e"}], "security_groups": [{"name": "tempest-securitygroup--511262627"}], "key_name": "tempest-keypair-62806820", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:56 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-324439d1-bbbc-42a1-a8ad-a193c591e894', 'x-compute-request-id': 'req-324439d1-bbbc-42a1-a8ad-a193c591e894', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:56,229 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-62806820 0.113s 2023-07-24 11:30:56,229 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:56 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-792bab61-4bf3-483c-b888-aab6342ef5a4', 'x-compute-request-id': 'req-792bab61-4bf3-483c-b888-aab6342ef5a4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-62806820'} Body: b'' 2023-07-24 11:30:56,472 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/473be796-f6c5-4157-ab4e-36066046cbb9 0.242s 2023-07-24 11:30:56,473 79618 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-675353aa-5ffb-4c02-ba9b-3bf88007b052', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/ v2.0/security-groups/473be796-f6c5-4157-ab4e-36066046cbb9'} Body: b'' 2023-07-24 11:30:56,505 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/473be796-f6c5-4157-ab4e-36066046cbb9 0.032s 2023-07-24 11:30:56,506 79618 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-18c7b9ee-d64a-4b0d-af3c-e4afee0939de', 'date': 'Mon, 24 Jul 2023 11:30:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/473be796-f6c5-4157-ab4e-36066046cbb9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 473be796-f6c5-4157-ab4e-36066046cbb9 does not exist", "detail": ""}}' 2023-07-24 11:30:57,164 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/0c876235-7788-4ba9-9dac-51491c6c9020 0.657s 2023-07-24 11:30:57,164 79618 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-8113ac67-f4cd-446d-836f-a25ca796f914', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0c876235-7788-4ba9-9dac-51491c6c9020'} Body: b'' {6} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [25.981939s] ... ok {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [29.445124s] ... ok {0} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [24.277570s] ... ok {6} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {6} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {7} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.602002s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.049699s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.057701s] ... ok {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.481435s] ... ok {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.384462s] ... ok {10} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {10} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [19.683234s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [10.008582s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [0.332338s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume server_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:31:25,077 79610 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.098s 2023-07-24 11:31:25,078 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:24 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-d782ee64-08a9-4040-9ce9-ad0bab818450', '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": "2e84b0afa2d94fddbd11d1ab38279db7", "name": "tempest-VolumesActionsTest-1214952395-project-member", "password_expires_at": null}, "audit_ids": ["6_dyeayhTmiBSfvITZ4ncQ"], "expires_at": "2023-07-24T12:31:25.000000Z", "issued_at": "2023-07-24T11:31:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f2af622351074363a51ca6ea8f81c4d6", "name": "tempest-VolumesActionsTest-1214952395"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f2af622351074363a51ca6ea8f81c4d6", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f2af622351074363a51ca6ea8f81c4d6", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f2af622351074363a51ca6ea8f81c4d6", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:31:25,078 79610 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '53ecdabf-e10f-4623-ac3d-e4d7ccab3c2d', 'name': 'tempest-VolumesActionsTest-1931098471-network', 'tenant_id': 'f2af622351074363a51ca6ea8f81c4d6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f2af622351074363a51ca6ea8f81c4d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63733, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:31:00Z', 'updated_at': '2023-07-24T11:31:00Z', 'revision_number': 1} available for tenant 2023-07-24 11:31:25,303 79610 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.223s 2023-07-24 11:31:25,304 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-575701913", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "53ecdabf-e10f-4623-ac3d-e4d7ccab3c2d"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-e252dc20-07a0-4bc3-a569-5d9e28e21dc0', 'x-compute-request-id': 'req-e252dc20-07a0-4bc3-a569-5d9e28e21dc0', '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."}}' {9} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [33.839791s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [11.001856s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.139596s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.498094s] ... ok {8} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [26.128010s] ... ok {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [11.083772s] ... ok {0} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.080151s] ... ok {9} tearDownClass (cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 09968f76-1176-4e28-8246-2a991d50bb6b 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.'}, )) {10} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.256008s] ... ok {10} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.247727s] ... ok {10} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.193967s] ... ok {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [9.662731s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [25.475952s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 144, in test_create_server_from_volume_snapshot server = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:31:22,337 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985 0.383s 2023-07-24 11:31:22,337 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5897d317-831b-4e5a-92b5-961fb049c9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985'} 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": "80a68516d6bc42f2bdfd019023639925", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b529fdc1-349f-4017-9753-574081f4a985", "created_at": "2023-07-24T11:24:13Z", "updated_at": "2023-07-24T11:24:15Z", "tags": [], "self": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985", "file": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:31:23,165 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes 0.826s 2023-07-24 11:31:23,165 79606 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-1926746858", "snapshot_id": null, "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc743701-2719-4c2b-9edb-b633f1a3228f', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc743701-2719-4c2b-9edb-b633f1a3228f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.039833", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:31:23,269 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.092s 2023-07-24 11:31:23,270 79606 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c651bcf2-c497-47d4-ba6c-e68a90e3b1d3', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c651bcf2-c497-47d4-ba6c-e68a90e3b1d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:24,351 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.067s 2023-07-24 11:31:24,352 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6352f114-adaf-4a45-b37d-482d5dcd0a28', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6352f114-adaf-4a45-b37d-482d5dcd0a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:25,501 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.135s 2023-07-24 11:31:25,502 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:25 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfd5f946-7c9e-4da1-b7b6-68e1e683e401', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfd5f946-7c9e-4da1-b7b6-68e1e683e401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:26,565 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.048s 2023-07-24 11:31:26,566 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36378371-5520-461f-b02f-17fb57ebcb9c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36378371-5520-461f-b02f-17fb57ebcb9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:27,709 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.132s 2023-07-24 11:31:27,709 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59ca55c5-1afa-4bbb-b609-58f26e36972b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59ca55c5-1afa-4bbb-b609-58f26e36972b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:28,784 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.063s 2023-07-24 11:31:28,785 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce1b3086-14d9-46a5-8573-547b179f8708', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce1b3086-14d9-46a5-8573-547b179f8708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:29,873 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.072s 2023-07-24 11:31:29,874 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26fee174-5cd6-40b7-82f9-d073c2f86fa3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26fee174-5cd6-40b7-82f9-d073c2f86fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f 4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:30,931 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.045s 2023-07-24 11:31:30,931 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d35a3274-8dc0-4191-b289-3ba78c577804', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35a3274-8dc0-4191-b289-3ba78c577804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:30,948 79606 INFO [tempest.common.waiters] volume 1eefe53c-2e0f-4143-95b6-0faa64272a42 reached available after waiting for 7.948497 seconds 2023-07-24 11:31:30,995 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.046s 2023-07-24 11:31:30,996 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ec04a3-49c0-4068-9768-5e05ef51a592', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ec04a3-49c0-4068-9768-5e05ef51a592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:31,281 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots 0.273s 2023-07-24 11:31:31,281 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "metadata": null}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21858b60-026a-478d-9615-a4bf9cb58fe4', 'content-length': '308', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21858b60-026a-478d-9615-a4bf9cb58fe4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.176128", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 11:31:31,330 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.044s 2023-07-24 11:31:31,330 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23058e81-fe42-402b-9d0b-2c0f33143ee0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-23058e81-fe42-402b-9d0b-2c0f33143ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:31:32,377 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.042s 2023-07-24 11:31:32,378 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e41651a1-98ce-478c-8c67-a40a11d7dfb8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e41651a1-98ce-478c-8c67-a40a11d7dfb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:31:33,422 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.040s 2023-07-24 11:31:33,423 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91432846-f48d-49cb-a307-8a82f27e26fb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91432846-f48d-49cb-a307-8a82f27e26fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:31:34,467 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.038s 2023-07-24 11:31:34,467 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2620e7d5-3ea3-486f-ab6e-19b58a5ca8e8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2620e7d5-3ea3-486f-ab6e-19b58a5ca8e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:31:35,509 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.036s 2023-07-24 11:31:35,509 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed39845f-2677-4a3e-b267-6c052153f114', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed39845f-2677-4a3e-b267-6c052153f114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:31:36,555 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.037s 2023-07-24 11:31:36,556 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b007aab-f775-4695-91f8-acc68532be09', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b007aab-f775-4695-91f8-acc68532be09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:36.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:36,563 79606 INFO [tempest.common.waiters] snapshot 4184fa47-8c36-4 844-9df9-dfd227a52a04 reached available after waiting for 5.563054 seconds 2023-07-24 11:31:36,588 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.025s 2023-07-24 11:31:36,589 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc1fcfa0-536f-43bc-b533-3e8264bc2999', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc1fcfa0-536f-43bc-b533-3e8264bc2999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:36.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:36,682 79606 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.079s 2023-07-24 11:31:36,682 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 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-e15e270b-72c5-496c-950c-c0c8e3db3865', '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": "ef905e94ce2b43a191558a10e610c462", "name": "tempest-TestVolumeBootPattern-1590196890-project-member", "password_expires_at": null}, "audit_ids": ["-1jOsXTbROmoSTzXGPKKUQ"], "expires_at": "2023-07-24T12:31:36.000000Z", "issued_at": "2023-07-24T11:31:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84bb27a53e1f4b7f811aa314c780b14b", "name": "tempest-TestVolumeBootPattern-1590196890"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name" : "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:31:36,683 79606 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': 'ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8', 'name': 'tempest-TestVolumeBootPattern-2022399154-network', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 1} available for tenant 2023-07-24 11:31:36,738 79606 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.054s 2023-07-24 11:31:36,738 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-166731116", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "4184fa47-8c36-4844-9df9-dfd227a52a04", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-e5a8137b-c8ef-483e-939d-b674eb7e4640', 'x-compute-request-id': 'req-e5a8137b-c8ef-483e-939d-b674eb7e4640', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:31:36,827 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.087s 2023-07-24 11:31:36,827 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack- request-id': 'req-8c64fdef-efbf-492d-b904-c08de1ec69bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'' 2023-07-24 11:31:36,850 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.023s 2023-07-24 11:31:36,851 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd23dd5b-34fe-441c-90ef-b3d37843300c', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd23dd5b-34fe-441c-90ef-b3d37843300c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:37,888 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.032s 2023-07-24 11:31:37,889 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1d073bf-bcdd-4ea2-bf99-6fdf984d4c1a', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1d073bf-bcdd-4ea2-bf99-6fdf984d4c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:38,924 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.030s 2023-07-24 11:31:38,925 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65e5b14e-1ed0-4a7e-a40e-bef6f1c59593', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65e5b14e-1ed0-4a7e-a40e-bef6f1c59593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.21 0/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:39,963 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.034s 2023-07-24 11:31:39,964 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fe51eff-bd78-4825-b2ee-e0a0354ccfb0', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fe51eff-bd78-4825-b2ee-e0a0354ccfb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:40,995 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.026s 2023-07-24 11:31:40,995 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d83ab63f-b228-48ce-b1d4-de2e16eb96ac', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d83ab63f-b228-48ce-b1d4-de2e16eb96ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:42,028 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.025s 2023-07-24 11:31:42,028 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3223781a-0db2-4a3b-afeb-0c4c98e7dd26', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3223781a-0db2-4a3b-afeb-0c4c98e7dd26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:43,056 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.020s 2023-07-24 11:31:43,056 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:43 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-768f4bc7-f02e-40d8-a146-d327eced828b', 'x-openstack-request-id': 'req-768f4bc7-f02e-40d8-a146-d327eced828b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 4184fa47-8c36-4844-9df9-dfd227a52a04 could not be found."}}' 2023-07-24 11:31:43,132 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.075s 2023-07-24 11:31:43,132 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:43 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-530b9ac3-acc8-49c3-ac9d-25f41b57f4c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'' 2023-07-24 11:31:43,206 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.073s 2023-07-24 11:31:43,206 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b99a2f3a-c3d2-47db-a861-91ea55886873', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b99a2f3a-c3d2-47db-a861-91ea55886873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "availability_zone": " nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:44,259 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.041s 2023-07-24 11:31:44,259 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0a8cd51-740b-440f-b400-6f674138098b', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0a8cd51-740b-440f-b400-6f674138098b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:45,322 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.046s 2023-07-24 11:31:45,322 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3397ef3e-5709-4fb7-b5be-752c6f3e0955', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3397ef3e-5709-4fb7-b5be-752c6f3e0955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:46,392 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.055s 2023-07-24 11:31:46,392 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69119ea7-7b3f-4ed4-a70a-8815ebdc92e9', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69119ea7-7b3f-4ed4-a70a-8815ebdc92e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:47,427 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.023s 2023-07-24 11:31:47,427 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:47 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-476abfd5-97d7-4a9f-816d-c4d099ec06c2', 'x-openstack-request-id': 'req-476abfd5-97d7-4a9f-816d-c4d099ec06c2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1eefe53c-2e0f-4143-95b6-0faa64272a42 could not be found."}}' {7} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.268373s] ... ok {8} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [14.852982s] ... ok {2} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [10.922394s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:31:40,820 79608 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.338s 2023-07-24 11:31:40,820 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1964518315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKAKOBTEMnk7NHhdX7rDUY7KpqcHr+DxYzETJfuaCFw4X6PvQTM35CAew2zJo8zyVfIMTokbp//t1OgX2GGgDVirfntlGzUQ9QZ3C1DLn3lcaprMwi5WarOW0/wo+sMRzw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-766d6b25-1c5d-4898-9b13-945435012a97', 'x-compute-request-id': 'req-766d6b25-1c5d-4898-9b13-945435012a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1964518315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKAKOBTEMnk7NHhdX7rDUY7KpqcHr+DxYzETJfuaCFw4X6PvQTM35CAew2zJo8zyVfIMTokbp//t1OgX2GGgDVirfntlGzUQ9QZ3C1DLn3lcaprMwi5WarOW0/wo+sMRzw==", "fingerprint": "4f:4d:f7:f8:74:5d:16:90:08:80:c5:ba:71:8a:76:8e", "user_id": "bffe8b10930d44caa8b657b921d02946"}}' 2023-07-24 11:31:40,984 79608 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.161s 2023-07-24 11:31:40,985 79608 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-2125577949", "description": "tempest-secgroup-smoke-2125577949 description", "project_id": "9e75e2d31609457a812e77701d06d797"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-731fec73-945d-44fd-b7fb-5cc57a046c7f', 'date': 'Mon, 24 Jul 2023 11:31:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "name": "tempest-secgroup-smoke-2125577949", "stateful": true, "tenant_id": "9e75e2d31609457a812e77701d06d797", "description": "tempest-secgroup-smoke-2125577949 description", "shared": false, "security_group_rules": [{"id": "0698e34b-3e4c-4897-8364-bce9caaf0368", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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": 1117, "description": null, "tags": [], "created_at": "2023-07-24T11:31:40Z", "updated_at": "2023-07-24T11:31:40Z", "revision_number": 0}, {"id": "c2ad232f-c2f1-4336-8eaa-6025490c1780", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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": 1116, "description": null, "tags": [], "created_at": "2023-07-24T11:31:40Z", "updated_at": "2023-07-24T11:31:40Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:31:40Z", "updated_at": "2023-07-24T1 1:31:40Z", "revision_number": 1, "project_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:41,152 79608 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.167s 2023-07-24 11:31:41,152 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "project_id": "9e75e2d31609457a812e77701d06d797", "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-a511115b-a733-4426-a980-754576d6db2c', 'date': 'Mon, 24 Jul 2023 11:31: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": "48a2df80-b7ee-4060-8ef9-f851a038bb16", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:41,354 79608 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.201s 2023-07-24 11:31:41,355 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "project_id": "9e75e2d31609457a812e77701d06d797", "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-7e14de25-7c5e-4230-b76e-454479e31ece', 'date': 'Mon, 24 Jul 2023 11:31: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": "9139d3bc-00b4-4a87-aac9-fac788d95cf7", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:41,509 79608 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.154s 2023-07-24 11:31:41,510 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "project_id": "9e75e2d31609457a812e77701d06d797", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-086e5b90-3025-480f-984a-6fc34724661b', 'date': 'Mon, 24 Jul 2023 11:31: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": "c7e695ab-22b7-460f-8f9b-dccabf172f50", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:41,667 79608 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.157s 2023-07-24 11:31:41,667 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "project_id": "9e75e2d31609457a812e77701d06d797", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7e9d8b69-d70f-47d5-acc8-3a7b856784ee', 'date': 'Mon, 24 Jul 2023 11:31: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": "a0337483-9017-4ca2-b1b9-44cbf13b4401", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:41,882 79608 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.214s 2023-07-24 11:31:41,882 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "project_id": "9e75e2d31609457a812e77701d06d797", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-05c76e87-9b69-4ee3-9183-e316869bc07c', 'date': 'Mon, 24 Jul 2023 11:31: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": "fa91e974-733b-4021-8aa2-0170127334e0", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:42,061 79608 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.178s 2023-07-24 11:31:42,062 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044 e66", "project_id": "9e75e2d31609457a812e77701d06d797", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-369f4465-3737-4043-a28b-693efe9a0a3c', 'date': 'Mon, 24 Jul 2023 11:31: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": "77831573-fd05-4371-865f-102c526222d7", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:42,104 79608 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.035s 2023-07-24 11:31:42,105 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:42 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-e9e6ced7-46cf-4812-81c8-48042f0fa918', '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": "bffe8b10930d44caa8b657b921d02946", "name": "tempest-TestShelveInstance-1784281930-project-member", "password_expires_at": null}, "audit_ids": ["PL7njB8KSFmdODsFnOAb7g"], "expires_at": "2023-07-24T12:31:42.000000Z", "issued_at": "2023-07-24T11:31:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e75e2d31609457a812e77701d06d797", "name": "tempest-TestShelveInstance-1784281930"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [ {"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e75e2d31609457a812e77701d06d797", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:31:42,105 79608 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '2423b94b-62cb-4a1d-8f71-36a6ddc0d063', 'name': 'tempest-TestShelveInstance-1973639507-network', 'tenant_id': '9e75e2d31609457a812e77701d06d797', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e75e2d31609457a812e77701d06d797', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21213, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:31:23Z', 'updated_at': '2023-07-24T11:31:23Z', 'revision_number': 1} available for tenant 2023-07-24 11:31:42,474 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes 0.367s 2023-07-24 11:31:42,474 79608 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-1277074295", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a6f45f-023f-4100-9afd-791f1d195142', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a6f45f-023f-4100-9afd-791f1d195142', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.403172", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:31:42,534 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.042s 2023-07-24 11:31:42,535 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-613dc448-c68e-4f8f-a626-ba1425b287ab', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openst ack-request-id': 'req-613dc448-c68e-4f8f-a626-ba1425b287ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:43,587 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.041s 2023-07-24 11:31:43,587 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e278940e-7f99-44da-88cd-abc5363bb2c2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e278940e-7f99-44da-88cd-abc5363bb2c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:44,727 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.127s 2023-07-24 11:31:44,728 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2d7f486-5dd0-4346-ac73-da7c3e9caadb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2d7f486-5dd0-4346-ac73-da7c3e9caadb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{" volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:45,803 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.057s 2023-07-24 11:31:45,803 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48529b65-d14c-41df-a2f2-f56c1428b071', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48529b65-d14c-41df-a2f2-f56c1428b071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:46,860 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.044s 2023-07-24 11:31:46,861 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-249de8a2-72bb-4208-a6b8-c3268ee007a3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-249de8a2-72bb-4208-a6b8-c3268ee007a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-t empest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:47,921 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.048s 2023-07-24 11:31:47,922 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb7adcb-21ff-4a6c-b572-599c9bdf6fc0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adb7adcb-21ff-4a6c-b572-599c9bdf6fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:48,986 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.047s 2023-07-24 11:31:48,986 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-771f408e-5892-470f-9276-93889bcd550a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-771f408e-5892-470f-9276-93889bcd550a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31 609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:50,046 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.049s 2023-07-24 11:31:50,046 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12af687f-834f-4e19-9c8c-058ee2b94bf9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12af687f-834f-4e19-9c8c-058ee2b94bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:51,106 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.047s 2023-07-24 11:31:51,107 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9fdea47-bad8-40c0-ab02-bfa3279d96a5', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9fdea47-bad8-40c0-ab02-bfa3279d96a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:51.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bf fe8b10930d44caa8b657b921d02946", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:51,119 79608 INFO [tempest.common.waiters] volume cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 reached available after waiting for 9.119862 seconds 2023-07-24 11:31:51,148 79608 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.028s 2023-07-24 11:31:51,149 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestShelveInstance-server-899631792", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-1964518315", "security_groups": [{"name": "tempest-secgroup-smoke-2125577949"}], "networks": [{"uuid": "2423b94b-62cb-4a1d-8f71-36a6ddc0d063"}], "block_device_mapping_v2": [{"uuid": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31: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-668ffab3-2c0e-4c4b-adf2-5f4ac2692d22', 'x-compute-request-id': 'req-668ffab3-2c0e-4c4b-adf2-5f4ac2692d22', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:31:51,365 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e754f69b-9a00-4008-99c1-a8a5c4044e66 0.214s 2023-07-24 11:31:51,366 79608 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-27c68f59-7d43-4ab9-a0c5-ff7c251dff3b', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:31:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e754f69b-9a00-4008-99c1-a8a5c4044e66'} Body: b'' 2023-07-24 11:31:51,396 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1964518315 0.030s 2023-07-24 11:31:51,397 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf31f6b8-3f57-4e3e-adfd-ee1a31b99d56', 'x-compute-request-id': 'req-bf31f6b8-3f57-4e3e-adfd-ee1a31b99d56', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempe st-TestShelveInstance-1964518315'} Body: b'' {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.371358s] ... ok {7} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.020812s] ... ok {7} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.315829s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.466925s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.014371s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.256501s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.020156s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.017341s] ... ok {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [12.405085s] ... ok {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.077078s] ... ok {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.058867s] ... ok {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.017299s] ... ok {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.051204s] ... ok {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.028802s] ... ok {2} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {2} 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`. {2} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [9.321035s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [0.076040s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:32:09,073 79618 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.035s 2023-07-24 11:32:09,074 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:09 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-451848a4-a63d-47e2-a556-210a22bbe52f', '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": "0f800b9c4a194fbdb2732a981f72e9c9", "name": "tempest-VolumesActionsTest-1786966518-project-member", "password_expires_at": null}, "audit_ids": ["I3188U5MQ-SzWnpshuMJYA"], "expires_at": "2023-07-24T12:32:09.000000Z", "issued_at": "2023-07-24T11:32:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "693d6273f31b48bb98ec69e89fafc2cd", "name": "tempest-VolumesActionsTest-1786966518"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:32:09,075 79618 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '5debfa2d-431b-492f-9a7e-597f5a8fc33b', 'name': 'tempest-VolumesActionsTest-2028872928-network', 'tenant_id': '693d6273f31b48bb98ec69e89fafc2cd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '693d6273f31b48bb98ec69e89fafc2cd', 'port_security_enabled': True, 'router:external': False , 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27876, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:31:57Z', 'updated_at': '2023-07-24T11:31:57Z', 'revision_number': 1} available for tenant 2023-07-24 11:32:09,106 79618 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.030s 2023-07-24 11:32:09,107 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1740030870", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "5debfa2d-431b-492f-9a7e-597f5a8fc33b"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:09 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-a900a448-0105-4e96-916b-8e072cfdc5be', 'x-compute-request-id': 'req-a900a448-0105-4e96-916b-8e072cfdc5be', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [21.715329s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 186, in test_image_defined_boot_from_volume instance1 = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:31:47,461 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985 0.022s 2023-07-24 11:31:47,461 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f965e3f8-3fc7-4b8b-a14d-ddfa0dd83182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985'} 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": "80a68516d6bc42f2bdfd019023639925", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b529fdc1-349f-4017-9753-574081f4a985", "created_at": "2023-07-24T11:24:13Z", "updated_at": "2023-07-24T11:24:15Z", "tags": [], "self": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985", "file": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:31:47,813 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes 0.351s 2023-07-24 11:31:47,813 79606 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-934071373", "snapshot_id": null, "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b426690-0da4-422f-8a76-29096a4c5781', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b426690-0da4-422f-8a76-29096a4c5781', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:47.747902", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:31:47,865 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.040s 2023-07-24 11:31:47,865 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2926b5a1-7c8c-4683-af8a-c4eff5f579b5', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2926b5a1-7c8c-4683-af8a-c4eff5f579b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:48,916 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.039s 2023-07-24 11:31:48,916 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9836f23e-0fa3-4be5-baf0-779be838e9d9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9836f23e-0fa3-4be5-baf0-779be838e9d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:49,969 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.041s 2023-07-24 11:31:49,969 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-bf6a37e0-9fd8-4fbb-97e3-23d43bb11ace', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf6a37e0-9fd8-4fbb-97e3-23d43bb11ace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:51,032 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.046s 2023-07-24 11:31:51,033 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-852a37d9-1756-4966-b71b-b407893381e3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-852a37d9-1756-4966-b71b-b407893381e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:52,105 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.052s 2023-07-24 11:31:52,106 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2876137c-a6fc-4a18-be49-804ef9f950a2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openst ack-request-id': 'req-2876137c-a6fc-4a18-be49-804ef9f950a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:53,161 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.044s 2023-07-24 11:31:53,161 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-167ec1b8-40a6-40aa-a92f-f18692a29c12', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-167ec1b8-40a6-40aa-a92f-f18692a29c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:54,216 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.043s 2023-07-24 11:31:54,217 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f07f0f1-b94b-4964-aed1-d0351381f9fd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f07f0f1-b94b-4964-aed1-d0351381f9fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-4 77a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:55,295 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.066s 2023-07-24 11:31:55,296 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81199788-ddd2-4b47-998c-5e693f08953e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81199788-ddd2-4b47-998c-5e693f08953e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:56,383 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.072s 2023-07-24 11:31:56,383 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195a0dc3-aade-4458-8979-516cf5f970b4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195a0dc3-aade-4458-8979-516cf5f970b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "u pdated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:57,442 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.043s 2023-07-24 11:31:57,442 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f88a08a4-0485-46a0-9484-f1a77319426f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f88a08a4-0485-46a0-9484-f1a77319426f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:58,512 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.048s 2023-07-24 11:31:58,512 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c999efc8-d43d-497e-b908-b68d5a78441f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c999efc8-d43d-497e-b908-b68d5a78441f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "meta data": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:59,584 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.060s 2023-07-24 11:31:59,584 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d274bb12-fa01-4455-b6f9-947520645586', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d274bb12-fa01-4455-b6f9-947520645586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:59.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:59,597 79606 INFO [tempest.common.waiters] volume 3313246f-154d-477a-a0b2-5b022c1a5fb9 reached available after waiting for 12.597126 seconds 2023-07-24 11:31:59,719 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.121s 2023-07-24 11:31:59,719 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bab88575-c427-4090-a6b6-ee10b0207b79', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bab88575-c427-4090-a6b6-ee10b0207b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0 b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:59.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:59,893 79606 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.158s 2023-07-24 11:31:59,893 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:59 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-e0bb4108-eb9b-427c-a050-e1613a024915', '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": "ef905e94ce2b43a191558a10e610c462", "name": "tempest-TestVolumeBootPattern-1590196890-project-member", "password_expires_at": null}, "audit_ids": ["Y8kyuRjtTF6OOXmV3XQEQQ"], "expires_at": "2023-07-24T12:31:59.000000Z", "issued_at": "2023-07-24T11:31:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84bb27a53e1f4b7f811aa314c780b14b", "name": "tempest-TestVolumeBootPattern-1590196890"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], " id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:31:59,894 79606 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': 'ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8', 'name': 'tempest-TestVolumeBootPattern-2022399154-network', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 1} available for tenant 2023-07-24 11:31:59,895 79606 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:31:59,896 79606 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:31:59,959 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.059s 2023-07-24 11:31:59,959 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-651047750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKwKoZqFHDeaslE1wzE96fAYrHB+tSuzklExUn8BsVl2punobd7tdDXcLWsNX68Dnb982S0/Mt1ACKcpb0RcrFH3CAT87WAyJE5CDW4cs/hwNkGGI+rP/ax/G2F3U+HApA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-882fdd18-f6ca-49b6-aca2-49ccac01cd0b', 'x-compute-request-id': 'req-882fdd18-f6ca-49b6-aca2-49ccac01cd0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-651047750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKwKoZqFHDeaslE1wzE96fAYrHB+tSuzklExUn8BsVl2punobd7tdDXcLWsNX68Dnb982S0/Mt1ACKcpb0RcrFH3CAT87WAyJE5CDW4cs/hwNkGGI+rP/ax/G2F3U+HApA==", "fingerprint": "a1:4b:e9:c9:e8:9c:46:db:e8:37:d2:81:d7:62:d7:d9", "user_id": "ef905e94ce2b43a191558a10e610c462"}}' 2023-07-24 11:31:59,962 79606 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-651047750 created 2023-07-24 11:32:00,116 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.152s 2023-07-24 11:32:00,116 79606 DE BUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1143317399", "description": "tempest-description--1518317282"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-de8fea64-fae1-4f74-a334-f6f344e0230e', 'date': 'Mon, 24 Jul 2023 11:32:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9af1aac9-cad7-486f-8846-f84f111c5f23", "name": "tempest-securitygroup--1143317399", "stateful": true, "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "description": "tempest-description--1518317282", "shared": false, "security_group_rules": [{"id": "5c281e25-2810-407f-b34a-ded270b1bdfb", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "9af1aac9-cad7-486f-8846-f84f111c5f23", "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": 1176, "description": null, "tags": [], "created_at": "2023-07-24T11:32:00Z", "updated_at": "2023-07-24T11:32:00Z", "revision_number": 0}, {"id": "c6362529-2e2d-42e8-be83-2371f4e433a5", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "9af1aac9-cad7-486f-8846-f84f111c5f23", "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": 1175, "description": null, "tags": [], "created_at": "2023-07-24T11:32:00Z", "updated_at": "2023-07-24T11:32:00Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:32:00Z", "updated_at": "2023-07-24T11:32:00Z", "revision_number": 1, "project_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:00,496 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.380s 2023-07-24 11:32:00,496 79606 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": "9af1aac9-cad7-486f-8846-f84f111c5f23", "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-0e7e439a-9af0-41cd-876b-b107851dc941', 'date': 'Mon, 24 Jul 2023 11:32: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": "dd07e4ef-1a63-4d7b-8902-b869fa16b1df", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "9af1aac9-cad7-486f-8846-f84f111c5f23", "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-24T11:32:00Z", "updated_at": "2023-07-24T11:32:00Z", "revision_number": 0}}' 2023-07-24 11:32:00,778 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.281s 2023-07-24 11:32:00,779 79606 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": "9af1aac9-cad7-486f-8846-f84f111c5f23", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7c30992d-bf9d-4918-ac34-baeb96b28049', 'date': 'Mon, 24 Jul 2023 11:32: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": "cdf2f0c9-5bd2-445b-92c7-ea382a89d634", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "9af1aac9-cad7-486f-8846-f84f111c5f23", "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-24T11:32:00Z", "updated_at": "2023-07-24T11:32:00Z", "revision_number": 0}}' 2023-07-24 11:32:00,779 79606 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1143317399 created 2023-07-24 11:32:02,717 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.936s 2023-07-24 11:32:02,717 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f1bf4545-5d3e-4c52-bb40-7ee5781f6d81', 'date': 'Mon, 24 Jul 2023 11:32:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0acd3d69-4c98-4251-b1cd-4c96b30d2e75", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "floating_ip_address": "172.24.4.185", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:32:01Z", "updated_at": "2023-07-24T11:32:01Z", "revision_number": 0}}' 2023-07-24 11:32:02,717 79606 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0acd3d69-4c98-4251-b1cd-4c96b30d2e75', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:32:01Z', 'updated_at': '2023-07-24T11:32:01Z', 'revision_number': 0, 'ip': '172.24.4.185'} created 2023-07-24 11:32:02,718 79606 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-651047750', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKwKoZqFHDeaslE1wzE96fAYrHB+tSuzklExUn8BsVl2punobd7tdDXcLWsNX68Dnb982S0/Mt1ACKcpb0RcrFH3CAT87WAyJE5CDW4cs/hwNkGGI+rP/ax/G2F3U+HApA==', 'fingerprint': 'a1:4b:e9:c9:e8:9c:46:db:e8:37:d2:81:d7:62:d7:d9', 'user_id': 'ef905e94ce2b43a191558a10e610c462', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC/ZMnBuJoSDhb8R3DQjEzncTz7P8klFrHOViaUtXEBDVXTIMUYlHK/\nUjZS2sNAFoWgBwYFK4EEACKhZANiAASsCqGahRw3mrJRNcMxPenwGKxwfrUrs5JR\nMVJ/AbFZdqbp6G3e7XQ13C1rDV+vA52/fNktPzLdQAinKW9EXKxR9wgE/O1gMiRO\nQg1uHLP4cDZBhiPqz/2sfxthd1PhwKQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9af1aac9-cad7-486f-8846-f84 f111c5f23', 'name': 'tempest-securitygroup--1143317399', 'stateful': True, 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'description': 'tempest-description--1518317282', 'shared': False, 'security_group_rules': [{'id': '5c281e25-2810-407f-b34a-ded270b1bdfb', 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'security_group_id': '9af1aac9-cad7-486f-8846-f84f111c5f23', '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': 1176, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:32:00Z', 'updated_at': '2023-07-24T11:32:00Z', 'revision_number': 0}, {'id': 'c6362529-2e2d-42e8-be83-2371f4e433a5', 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'security_group_id': '9af1aac9-cad7-486f-8846-f84f111c5f23', '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': 1175, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:32:00Z', 'updated_at': '2023-07-24T11:32:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:32:00Z', 'updated_at': '2023-07-24T11:32:00Z', 'revision_number': 1, 'project_id': '84bb27a53e1f4b7f811aa314c780b14b'}, 'floating_ip': {'id': '0acd3d69-4c98-4251-b1cd-4c96b30d2e75', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:32:01Z', 'updated_at': '2023-07-24T11:32:01Z', 'revision_number': 0, 'ip': '172.24.4.185'}} 2023-07-24 11:32:02,745 79606 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.026s 2023-07-24 11:32:02,745 79606 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-356217202", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8"}], "security_groups": [{"name": "tempest-securitygroup--1143317399"}], "key_name": "tempest-keypair-651047750", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32: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-924cf625-0d5e-475d-b0af-621b49ad5d2e', 'x-compute-request-id': 'req-924cf625-0d5e-475d-b0af-621b49ad5d2e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:32:02,781 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-651047750 0.034s 2023-07-24 11:32:02,782 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32: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-7a63160b-a846-46b1-979b-9749e4b0137c', 'x-compute-request-id': 'req-7a63160b-a846-46b1-979b-9749e4b0137c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-651047750'} Body: b'' 2023-07-24 11:32:03,140 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9af1aac9-cad7-486f-8846-f84f111c5f23 0.358s 2023-07-24 11:32:03,141 79606 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-37c6c565-1f69-4f01-9fd4-e29d3fbf86bb', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:32:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9af1aac9-cad7-486f-8846-f84f111c5f23'} Body: b'' 2023-07-24 11:32:03,396 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9af1aac9-cad7-486f-8846-f84f111c5f23 0.254s 2023-07-24 11:32:03,396 79606 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-638ce52c-e48c-4318-a80b-1cf80f267ce2', 'date': 'Mon, 24 Jul 2023 11:32:03 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9af1aac9-cad7-486f-8846-f84f111c5f23'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9af1aac9-cad7-486f-8846-f84f111c5f23 does not exist", "detail": ""}}' 2023-07-24 11:32:04,807 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/0acd3d69-4c98-4251-b1cd-4c96b30d2e75 1.410s 2023-07-24 11:32:04,807 79606 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-90396381-bcf6-419f-91b4-59b791002b95', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:32:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0acd3d69-4c98-4251-b1cd-4c96b30d2e75'} Body: b'' 2023-07-24 11:32:04,891 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.083s 2023-07-24 11:32:04,892 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:04 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-027c9656-51d8-4894-9639-e9c04a02660a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'' 2023-0 7-24 11:32:04,933 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.041s 2023-07-24 11:32:04,934 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff5241e-9a4c-4467-8b30-4a96935ad49c', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dff5241e-9a4c-4467-8b30-4a96935ad49c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:32:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:05,990 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.038s 2023-07-24 11:32:05,991 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ef0c0b-ef89-46a3-aa80-08aaf42cbb61', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ef0c0b-ef89-46a3-aa80-08aaf42cbb61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:32:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "tru e", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:07,039 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.038s 2023-07-24 11:32:07,040 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f657ab-68a7-48d9-a6cf-49badb518001', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f657ab-68a7-48d9-a6cf-49badb518001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:32:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:08,095 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.043s 2023-07-24 11:32:08,096 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0a58051-ecc3-4535-9669-a95b8bfcc794', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0a58051-ecc3-4535-9669-a95b8bfcc794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:32:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:09,152 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.044s 2023-07-24 11:32:09,153 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32: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-a94c043e-5b62-48f1-84c5-a5d5b0e5c26a', 'x-openstack-request-id': 'req-a94c043e-5b62-48f1-84c5-a5d5b0e5c26a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3313246f-154d-477a-a0b2-5b022c1a5fb9 could not be found."}}' {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [0.069795s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:32:09,151 79618 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-07-24 11:32:09,151 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:09 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-c51ffcae-436a-4e0b-996a-0b251832b99a', '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": "0f800b9c4a194fbdb2732a981f72e9c9", "name": "tempest-VolumesActionsTest-1786966518-project-member", "password_expires_at": null}, "audit_ids": ["CdRy6gX6T7Kp4AYPMP1j3A"], "expires_at": "2023-07-24T12:32:09.000000Z", "issued_at": "2023-07-24T11:32:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "693d6273f31b48bb98ec69e89fafc2cd", "name": "tempest-VolumesActionsTest-1786966518"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:32:09,152 79618 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '5debfa2d-431b-492f-9a7e-597f5a8fc33b', 'name': 'tempest-VolumesActionsTest-2028872928-network', 'tenant_id': '693d6273f31b48bb98ec69e89fafc2cd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '693d6273f31b48bb98ec69e89fafc2cd', 'port_security_enabled': True, 'router:external': False, 'provider:network_ty pe': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27876, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:31:57Z', 'updated_at': '2023-07-24T11:31:57Z', 'revision_number': 1} available for tenant 2023-07-24 11:32:09,179 79618 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.027s 2023-07-24 11:32:09,180 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-883942152", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "5debfa2d-431b-492f-9a7e-597f5a8fc33b"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:09 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-195013ed-0833-42ee-aea0-03ef9fe4f560', 'x-compute-request-id': 'req-195013ed-0833-42ee-aea0-03ef9fe4f560', '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_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.210727s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.278037s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.279265s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.101270s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.091179s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.098838s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.713133s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.238351s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.300911s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.077207s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.098848s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.128094s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.111667s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.118902s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.140853s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.135434s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.213753s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.153986s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.086677s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.385624s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.088153s] ... ok {8} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {8} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [9.651215s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [12.170759s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 72, in test_volume_boot_pattern instance_1st = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:32:09,167 79606 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-24 11:32:09,225 79606 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.056s 2023-07-24 11:32:09,226 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1069282283", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOR/vZTJm8W3CvbzXZ8CXpCDt/ToJDlZESvtEfQ8UBcsxgkZyd3pQm5FLgdz+omVO6r1d/6Nv+qkhRYZdCxVVWaYythVrD7sm8Y/r673q/tSYYw6Fimz70diPGczxU4jGA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:09 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-8a2a4e3b-6293-4c6a-b64d-9c0ed81f0383', 'x-compute-request-id': 'req-8a2a4e3b-6293-4c6a-b64d-9c0ed81f0383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1069282283", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOR/vZTJm8W3CvbzXZ8CXpCDt/ToJDlZESvtEfQ8UBcsxgkZyd3pQm5FLgdz+omVO6r1d/6Nv+qkhRYZdCxVVWaYythVrD7sm8Y/r673q/tSYYw6Fimz70diPGczxU4jGA==", "fingerprint": "b3:7c:b2:a4:b1:1f:be:7e:63:2f:63:09:88:08:67:4a", "user_id": "ef905e94ce2b43a191558a10e610c462"}}' 2023-07-24 11:32:09,382 79606 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.153s 2023-07-24 11:32:09,382 79606 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-1692112638", "description": "tempest-secgroup-smoke-1692112638 description", "project_id": "84bb27a53e1f4b7f811aa314c780b14b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-d8f5ec8a-9a63-455c-bc86-0ff6e73921db', 'date': 'Mon, 24 Jul 2023 11:32:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "name": "tempest-secgroup-smoke-1692112638", "stateful": true, "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "description": "tempest-secgroup-smoke-1692112638 description", "shared": false, "security_group_rules": [{"id": "50af5972-9f5d-4861-8dd9-b1c22b6972cf", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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": 1184, "description": null, "tags": [], "created_at": "2023-07-24T11:32:09Z", "updated_at": "2023-07-24T11:32:09Z", "revision_number": 0}, {"id": "f1ac3473-86f0-486f-a30c-debac7cd0f52", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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": 1185, "description": null, "tags": [], "created_at": "2023-07-24T11:32:09Z", "updated_at": "2023-07-24T11 :32:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:32:09Z", "updated_at": "2023-07-24T11:32:09Z", "revision_number": 1, "project_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:09,563 79606 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.180s 2023-07-24 11:32:09,563 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "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-b29e9e82-4cac-49a3-8b7e-ad0d928a5391', 'date': 'Mon, 24 Jul 2023 11:32: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": "61911bcc-ead4-42a6-92a0-726dd5c8da2a", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:09Z", "updated_at": "2023-07-24T11:32:09Z", "revision_number": 0}}' 2023-07-24 11:32:09,839 79606 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.274s 2023-07-24 11:32:09,839 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "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-4f00d39d-1a30-4755-9958-ac20811a3281', 'date': 'Mon, 24 Jul 2023 11:32: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": "b4cfe4f8-78ad-4a10-88b0-7286c17604f4", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:09Z", "updated_at": "2023-07-24T11:32:09Z", "revision_number": 0}}' 2023-07-24 11:32:10,097 79606 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.257s 2023-07-24 11:32:10,098 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a4d93d06-9e4a-4a87-a4d0-c3b19813a5e8', 'date': 'Mon, 24 Jul 2023 11:32: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": "94b27ea9-4c87-4640-8e35-9177f72e9754", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:09Z", "updated_at": "2023-07-24T11:32:09Z", "revision_number": 0}}' 2023-07-24 11:32:10,293 79606 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.194s 2023-07-24 11:32:10,293 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ef609346-fc35-4bf9-ae1a-ac25013b7d40', 'date': 'Mon, 24 Jul 2023 11:32: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": "959b7c02-058d-4871-b5ad-ee2ce80d54ad", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:10Z", "updated_at": "2023-07-24T11:32:10Z", "revision_number": 0}}' 2023-07-24 11:32:10,470 79606 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.176s 2023-07-24 11:32:10,471 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-fbfb30ad-9827-4225-88b9-1a31b51e326f', 'date': 'Mon, 24 Jul 2023 11:32: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": "0f0d4b2a-3c99-47fd-a4de-07e115b42115", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:10Z", "updated_at": "2023-07-24T11:32:10Z", "revision_number": 0}}' 2023-07-24 11:32:10,692 79606 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.221s 2023-07-24 11:32:10,693 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-29c00f16-1f41-44be-85e6-8f50f7bc6bb0', 'date': 'Mon, 24 Jul 2023 11:32: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": "aeca9255-87d5-49c8-bdbe-0480255f4450", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:10Z", "updated_at": "2023-07-24T11:32:10Z", "revision_number": 0}}' 2023-07-24 11:32:10,693 79606 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-24 11:32:10,720 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985 0.026s 2023-07-24 11:32:10,720 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ca4d69a7-46ee-4055-8e82-13bb347054b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985'} 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": "80a68516d6bc42f2bdfd019023639925", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b529fdc1-349f-4017-9753-574081f4a985", "created_at": "2023-07-24T11:24:13Z", "updated_at": "2023-07-24T11:24:15Z", "tags": [], "self": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985", "file": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:32:11,091 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes 0.370s 2023-07-24 11:32:11,091 79606 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-468096059", "snapshot_id": null, "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c96e2cc-20d2-4f47-af19-9e7e820b91dc', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c96e2cc-20d2-4f47-af19-9e7e820b91dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/vol umes'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.026612", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:32:11,141 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.040s 2023-07-24 11:32:11,141 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88394fa6-e5bf-488a-9d28-6c85f790558e', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88394fa6-e5bf-488a-9d28-6c85f790558e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:12,196 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.043s 2023-07-24 11:32:12,197 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b97d9088-900f-44d0-9fce-972c14fc2116', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b97d9088-900f-44d0-9fce-972c14fc2116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2 ", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:13,258 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.043s 2023-07-24 11:32:13,259 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0407dc2-a248-4453-9f99-e4284bd4e22f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0407dc2-a248-4453-9f99-e4284bd4e22f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:14,326 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.045s 2023-07-24 11:32:14,326 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a4c5720-f917-4c6f-82e4-be7a9a1a5614', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a4c5720-f917-4c6f-82e4-be7a9a1a5614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "h ref": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:15,385 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.042s 2023-07-24 11:32:15,385 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1585c206-83a1-4c78-9db5-44921f428c51', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1585c206-83a1-4c78-9db5-44921f428c51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:16,449 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.044s 2023-07-24 11:32:16,450 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2fda8e0-afac-4c89-8790-502205908796', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2fda8e0-afac-4c89-8790-502205908796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "true", "encrypted": false, "replication_status": nul l, "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:16,470 79606 INFO [tempest.common.waiters] volume 80e22bac-86ea-4574-9448-1e6785cea3b6 reached available after waiting for 5.470159 seconds 2023-07-24 11:32:16,509 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.039s 2023-07-24 11:32:16,589 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca882b5-5665-4473-b0ba-913df3af6f89', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca882b5-5665-4473-b0ba-913df3af6f89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:16,686 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.082s 2023-07-24 11:32:16,686 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 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-24205141-831b-45d0-a532-d40fb96b8d29', '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": "ef905e94ce2b43a191558a10e610c462", "name": "tempest-TestVolumeBootPattern-159019 6890-project-member", "password_expires_at": null}, "audit_ids": ["njNxJjK2QuOEPzGNKNejyQ"], "expires_at": "2023-07-24T12:32:16.000000Z", "issued_at": "2023-07-24T11:32:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84bb27a53e1f4b7f811aa314c780b14b", "name": "tempest-TestVolumeBootPattern-1590196890"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:32:16,686 79606 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': 'ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8', 'name': 'tempest-TestVolumeBootPattern-2022399154-network', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 1} available for tenant 2023-07-24 11:32:16,714 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.026s 2023-07-24 11:32:16,714 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-412894815", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-1692112638"}], "block_device_mapping_v 2": [{"uuid": "80e22bac-86ea-4574-9448-1e6785cea3b6", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-1069282283", "networks": [{"uuid": "ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-17127f78-00dd-4dbf-9e16-68ab62e81339', 'x-compute-request-id': 'req-17127f78-00dd-4dbf-9e16-68ab62e81339', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:32:16,771 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.056s 2023-07-24 11:32:16,772 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 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-3cba8829-a699-4647-8017-3b947d1f5e44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'' 2023-07-24 11:32:16,812 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.039s 2023-07-24 11:32:16,812 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8edd0acf-2ba0-45f0-a2d7-45b7baa4e884', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8edd0acf-2ba0-45f0-a2d7-45b7baa4e884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bar e", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:17,866 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.042s 2023-07-24 11:32:17,866 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9411ea27-69c1-445e-990e-6f8fda5759fe', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9411ea27-69c1-445e-990e-6f8fda5759fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:18,925 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.045s 2023-07-24 11:32:18,925 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1324a72e-0d1c-411c-9e80-ed40938708ab', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1324a72e-0d1c-411c-9e80-ed40938708ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0. 0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:19,988 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.051s 2023-07-24 11:32:19,989 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c22f1dd-a705-4779-ab26-102192445632', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c22f1dd-a705-4779-ab26-102192445632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:21,042 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.038s 2023-07-24 11:32:21,042 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:21 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-0840cf28-4af9-406e-b765-8c60c9fe30af', 'x-openstack-request-id': 'req-0840cf28-4af9-406e-b765-8c60c9fe30af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811 aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 80e22bac-86ea-4574-9448-1e6785cea3b6 could not be found."}}' 2023-07-24 11:32:21,292 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c 0.248s 2023-07-24 11:32:21,292 79606 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-133ef9e9-98bd-47bc-8683-a6fa49210ba0', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:32:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c'} Body: b'' 2023-07-24 11:32:21,336 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1069282283 0.042s 2023-07-24 11:32:21,336 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:21 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-4a6d691a-1f62-4ece-9dec-3f22dd232808', 'x-compute-request-id': 'req-4a6d691a-1f62-4ece-9dec-3f22dd232808', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1069282283'} Body: b'' {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [24.473043s] ... ok {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.221844s] ... ok {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [4.741007s] ... ok {1} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {0} 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`. {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [29.534925s] ... ok {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [18.290143s] ... ok {7} 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`. {10} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.052958s] ... ok {10} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [6.840062s] ... ok {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [23.889166s] ... ok {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [17.181517s] ... ok {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [11.282429s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 52, in test_snapshot_create_delete_with_volume_in_use server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:33:40,946 79610 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/b529fdc1-349f-4017-9753-574081f4a985 0.018s 2023-07-24 11:33:40,947 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e69475e3-1042-4798-8436-43486ef5b428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985'} 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": "80a68516d6bc42f2bdfd019023639925", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b529fdc1-349f-4017-9753-574081f4a985", "created_at": "2023-07-24T11:24:13Z", "updated_at": "2023-07-24T11:24:15Z", "tags": [], "self": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985", "file": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:33:41,259 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes 0.311s 2023-07-24 11:33:41,259 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f885b79-f264-412a-ae9e-89b3ceaba566', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f885b79-f264-412a-ae9e-89b3ceaba566', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.180601", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:33:41,317 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.048s 2023-07-24 11:33:41,317 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef83228-1e06-48d0-bdee-0c647a840bbe', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef83228-1e06-48d0-bdee-0c647a840bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:42,370 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.039s 2023-07-24 11:33:42,371 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e77a2ff-f554-4a46-a959-18d1c8227ee5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e77a2ff-f554-4a46-a959-18d1c8227ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:43,426 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.044s 2023-07-24 11:33:43,427 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'x-compute-request-id': 'req-e91f047b-af4d-4faa-ac03-2cbe67fb569a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e91f047b-af4d-4faa-ac03-2cbe67fb569a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:44,477 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.036s 2023-07-24 11:33:44,478 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd9d029f-0bca-4586-9fa2-ceb4f097feba', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd9d029f-0bca-4586-9fa2-ceb4f097feba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:45,530 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.040s 2023-07-24 11:33:45,530 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e281c21-a2f2-4706-ac82-3b7976f940ee', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenSta ck-API-Version', 'x-openstack-request-id': 'req-6e281c21-a2f2-4706-ac82-3b7976f940ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:45.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:45,541 79610 INFO [tempest.common.waiters] volume 0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 reached available after waiting for 4.540995 seconds 2023-07-24 11:33:45,541 79610 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:33:45,542 79610 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:33:45,608 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.063s 2023-07-24 11:33:45,608 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-467419754", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgVTb/4rHvDGaZhF5NTN8zDJQ795wkMuMIOWdhjMobVI0Q3nS3TlSno8N5aRcoXmDW6pY+u6fO9W2bxH8jJRfhUi2wSqVL7gQ9U3xvnDzX4HT+iOgSEyWSUC4EbH5fGDA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:45 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-30d01dc8-9cc5-4beb-a508-2632b1bd39ea', 'x-compute-request-id': 'req-30d01dc8-9cc5-4beb-a508-2632b1bd39ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-467419754", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgVTb/4rHvDGaZhF5NTN8zDJQ795wkMuMIOWdhjMobVI0Q3nS3TlSno8N5aRcoXmDW6pY+u6fO9W2bxH8jJRfhUi2wSqVL7gQ9U3xvnDzX4HT+iOgSEyWSUC4EbH5fGDA==", "fingerprint": "89:be:ca:8d:e8:00:04:8e:65:f9:52:f5:f4:f4:ae:38", "user_id": "6b9d35ddc0bd45eeac3f60eb17691953"}}' 2023-07-24 11:33:45,611 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-467419754 created 2023-07-24 11:33:45,773 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.161s 2023-07-24 11:33:45,773 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1424934162", "description": "tempest-description--1923117082"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-988c5e6d-a6c3-4bda-a65b-7a130db689e2', 'date': 'Mon, 24 Jul 2023 11:33:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "name": "tempest-securitygroup--1424934162", "stateful": true, "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "description": "tempest-description--1923117082", "shared": false, "security_group_rules": [{"id": "198f58e8-a03f-41b7-a3de-59f7424e06f7", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "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": 1241, "description": null, "tags": [], "created_at": "2023-07-24T11:33:45Z", "updated_at": "2023-07-24T11:33:45Z", "revision_number": 0}, {"id": "2c054c78-193a-4a5c-a7d4-7850844deae4", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "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": 1240, "description": null, "tags": [], "created_at": "2023-07-24T11:33:45Z", "updated_at": "2023-07-24T11:33:45Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:33:45Z", "updated_at": "2023-07-24T11:33:45Z", "revision_number": 1, "project_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:45,917 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.143s 2023-07-24 11:33:45,917 79610 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": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "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-a66f3d01-2224-4007-89d4-a9a0689bae01', 'date': 'Mon, 24 Jul 2023 11:33:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ccbbf0bc-93be-46c4-beb3-819df6d158d0", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "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-24T11:33:45Z", "updated_at": "2023-07-24T11:33:45Z", "revision_number": 0}}' 2023-07-24 11:33:46,117 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2023-07-24 11:33:46,117 79610 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": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b75598e9-7a30-49f8-96cc-95546309c527', 'date': 'Mon, 24 Jul 2023 11:33: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": "0fcaef7e-acd1-4ef7-a42f-bbe3dc970b9a", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "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-24T11:33:45Z", "updated_at": "2023-07-24T11:33:45Z", "revision_number": 0}}' 2023-07-24 11:33:46,118 79610 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1424934162 created 2023-07-24 11:33:47,186 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.068s 2023-07-24 11:33:47,187 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-ca436174-13d4-485b-a14a-cc09c878a62d', 'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c46889e0-634b-4df9-93cd-9d7d8829aa62", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "floating_ip_address": "172.24.4.47", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:33:46Z", "updated_at": "2023-07-24T11:33:46Z", "revision_number": 0}}' 2023-07-24 11:33:47,188 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c46889e0-634b-4df9-93cd-9d7d8829aa62', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'floating_ip_address': '172.24.4.47', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:33:46Z', 'updated_at': '2023-07-24T11:33:46Z', 'revision_number': 0, 'ip': '172.24.4.47'} created 2023-07-24 11:33:47,225 79610 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.032s 2023-07-24 11:33:47,225 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33: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-aed38cbb-99f2-4b75-8e33-1f6ce5b1d8ef', '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": "6b9d35ddc0bd45eeac3f60eb17691953", "name": "tempest-VolumesSnapshotTestJSON-1782043525-project-member", "password_expires_at": null}, "audit_ids": ["s5j0j_DwTnquXldgUofflQ"], "expires_at": "2023-07-24T12:33:47.000000Z", "issued_at": "2023-07-24T11:33:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9da61731ae2940f98deeaf59cc8287bf", "name": "tempest-VolumesSnapshotTestJSON-1782043525"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:33:47,226 79610 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'c7472301-bc72-4db5-b6e0-4b1895b46834', 'name': 'tempest-VolumesSnapshotTestJSON-540669799-network', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 39382, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:33:32Z', 'updated_at': '2023-07-24T11:33:32Z', 'revision_number': 1} available for tenant 2023-07-24 11:33:47,226 79610 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-467419754', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgVTb/4rHvDGaZhF5NTN8zDJQ795wkMuMIOWdhjMobVI0Q3nS3TlSno8N5aRcoXmDW6pY+u6fO9W2bxH8jJRfhUi2wSqVL7gQ9U3xvnDzX4HT+iOgSEyWSUC4EbH5fGDA==', 'fingerprint': '89:be:ca:8d:e8:00:04:8e:65:f9:52:f5:f4:f 4:ae:38', 'user_id': '6b9d35ddc0bd45eeac3f60eb17691953', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCEdvOlIMmWef1wDoXvVvTZh71Fec8yD7kJEQVEYtWFYE+sDOjuBXt5\ntMcm93cdTPCgBwYFK4EEACKhZANiAASoFU2/+Kx7wxmmYReTUzfMwyUO/ecJDLjC\nDlnYYzKG1SNEN50t05Up6PDeWkXKF5g1uqWPrunzvVtm8R/IyUX4VItsEqlS+4EP\nVN8b5w81+B0/ojoEhMlklAuBGx+Xxgw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f8d4e74d-6a48-4fb6-a498-99ff7b03cce0', 'name': 'tempest-securitygroup--1424934162', 'stateful': True, 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': 'tempest-description--1923117082', 'shared': False, 'security_group_rules': [{'id': '198f58e8-a03f-41b7-a3de-59f7424e06f7', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'security_group_id': 'f8d4e74d-6a48-4fb6-a498-99ff7b03cce0', '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': 1241, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:33:45Z', 'updated_at': '2023-07-24T11:33:45Z', 'revision_number': 0}, {'id': '2c054c78-193a-4a5c-a7d4-7850844deae4', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'security_group_id': 'f8d4e74d-6a48-4fb6-a498-99ff7b03cce0', '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': 1240, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:33:45Z', 'updated_at': '2023-07-24T11:33:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:33:45Z', 'updated_at': '2023-07-24T11:33:45Z', 'revision_number': 1, 'project_id': '9da61731ae2940f98deeaf59cc8287bf'}, 'floating_ip': {'id': 'c46889e0-634b-4df9-93cd-9d7d8829aa62', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'floating_ip_address': '172.24.4.47', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:33:46Z', 'updated_at': '2023-07-24T11:33:46Z', 'revision_number': 0, 'ip': '172.24.4.47'}} 2023-07-24 11:33:47,250 79610 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.023s 2023-07-24 11:33:47,251 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-598510030", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "c7472301-bc72-4db5-b6e0-4b1895b46834"}], "security_groups": [{"name": "tempest-securitygroup--1424934162"}], "key_name": "tempest-keypair-467419754", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33: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-bbb212ed-56c1-45ac-a63c-f8c6a920481a', 'x-compute-request-id': 'req-bbb212ed-56c1-45ac-a63c-f8c6a920481a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:33:47,284 79610 INFO [tempest.lib.co mmon.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-467419754 0.032s 2023-07-24 11:33:47,284 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33: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-81fb80fe-4931-4d18-aa82-d6ae2677f64c', 'x-compute-request-id': 'req-81fb80fe-4931-4d18-aa82-d6ae2677f64c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-467419754'} Body: b'' 2023-07-24 11:33:47,402 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f8d4e74d-6a48-4fb6-a498-99ff7b03cce0 0.117s 2023-07-24 11:33:47,403 79610 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-900eea55-3add-4b53-891b-750d370f8a56', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f8d4e74d-6a48-4fb6-a498-99ff7b03cce0'} Body: b'' 2023-07-24 11:33:47,424 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f8d4e74d-6a48-4fb6-a498-99ff7b03cce0 0.020s 2023-07-24 11:33:47,424 79610 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-b1379564-14db-43a3-8705-984927bbc9f8', 'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f8d4e74d-6a48-4fb6-a498-99ff7b03cce0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f8d4e74d-6a48-4fb6-a498-99ff7b03cce0 does not exist", "detail": ""}}' 2023-07-24 11:33:47,847 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c46889e0-634b-4df9-93cd-9d7d8829aa62 0.421s 2023-07-24 11:33:47,847 79610 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-82b35895-c7ed-46b4-9672-132e58572d47', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c46889e0-634b-4df9-93cd-9d7d8829aa62'} Body: b'' 2023-07-24 11:33:47,888 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.040s 2023-07-24 11:33:47,888 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45425583-d73a-4ed5-b2c3-ed810a96f250', 'content-len gth': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45425583-d73a-4ed5-b2c3-ed810a96f250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:45.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:47,944 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.046s 2023-07-24 11:33:47,945 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:47 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-0c1e1159-9e22-4f40-954a-af793d469eab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'' 2023-07-24 11:33:47,984 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.039s 2023-07-24 11:33:47,985 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97325d4d-6628-436e-b86f-a3ecf1544f4d', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97325d4d-6628-436e-b86f-a3ecf1544f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volu me/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:49,044 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.043s 2023-07-24 11:33:49,045 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df7fca0-0db0-4c76-b3c0-06d86ea43abb', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df7fca0-0db0-4c76-b3c0-06d86ea43abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:50,111 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.044s 2023-07-24 11:33:50,111 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebf56604-3ade-48c4-a5e5-8eece4f40067', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebf56604-3ade-48c4 -a5e5-8eece4f40067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:51,172 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.048s 2023-07-24 11:33:51,172 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b0583d3-50d3-47ec-ae9d-c3895d9a24c0', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b0583d3-50d3-47ec-ae9d-c3895d9a24c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:52,208 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9d a61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.024s 2023-07-24 11:33:52,209 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:52 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-e624ebed-6c13-46f7-91fb-a9d3a022e5d2', 'x-openstack-request-id': 'req-e624ebed-6c13-46f7-91fb-a9d3a022e5d2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 could not be found."}}' {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [8.645618s] ... ok {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [10.899705s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 88, in test_snapshot_create_offline_delete_online server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:34:00,996 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots 0.131s 2023-07-24 11:34:00,996 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e79f110-0795-40b8-a325-aabffa7b2bbd', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e79f110-0795-40b8-a325-aabffa7b2bbd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:00.952156", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 11:34:01,021 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.022s 2023-07-24 11:34:01,022 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53f77da6-cb10-47a6-8936-41bfe31a1090', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53f77da6-cb10-47a6-8936-41bfe31a1090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:34:02,056 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.029s 2023-07-24 11:34:02,056 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54a70489-8b0f-4845-afee-a7efd26c3464', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54a70489-8b0f-4845-afee-a7efd26c3464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot -659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:34:03,087 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.026s 2023-07-24 11:34:03,088 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc65bc9-68c3-4b2f-b14e-154d113b1f6b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc65bc9-68c3-4b2f-b14e-154d113b1f6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:34:04,122 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.030s 2023-07-24 11:34:04,122 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cd7eb49-3c0b-4157-93e3-49563b6f9045', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cd7eb49-3c0b-4157-93e3-49563b6f9045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:34:05,152 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.024s 2023-07-24 11:34:05,152 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a09c816-3cfa-4092-b3cb-e9c8a6beff01', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a09c816-3cfa-4092-b3cb-e9c8a6beff01', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": "2023-07-24T11:34:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:34:05,156 79610 INFO [tempest.common.waiters] snapshot 9519abc5-30b0-41d6-a2d2-e181d07cf1d6 reached available after waiting for 4.156310 seconds 2023-07-24 11:34:05,156 79610 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:34:05,156 79610 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:34:05,211 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.052s 2023-07-24 11:34:05,211 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-943070909", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGIIy/sDHstFpJSVkdthEGWfO3QyKzaS9QMECgIi9JqX91gkCUxukhH/da7bi6xuWGwe00NBkd2N7hy9xkAaghtH0ZAQA3YBDHhHbPKr8Ve/d66i6Dm3UESQ4pERWLWg0Q=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34: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-5d6385ee-7c28-410b-a50c-0789fe1d759b', 'x-compute-request-id': 'req-5d6385ee-7c28-410b-a50c-0789fe1d759b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-943070909", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGIIy/sDHstFpJSVkdthEGWfO3QyKzaS9QMECgIi9JqX91gkCUxukhH/da7bi6xuWGwe00NBkd2N7hy9xkAaghtH0ZAQA3YBDHhHbPKr8Ve/d66i6Dm3UESQ4pERWLWg0Q==", "fingerprint": "b8:17:e2:7c:9e:56:67:6b:87:fd:a3:40:85:b3:ea:a0", "user_id": "6b9d35ddc0bd45eeac3f60eb17691953"}}' 2023-07-24 11:34:05,214 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-943070909 created 2023-07-24 11:34:05,368 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.154s 2023-07-24 11:34:05,368 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1550338369", "description": "tempest-description--1980405078"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-2441d256-9979-4627-aeba-6c134c34bb27', 'date': 'Mon, 24 Jul 2023 11:34:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "name": "tempest-securitygroup--1550338369", "stateful": true, "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "description": "tempest-description--1980405078", "shared": false, "security_group_rules": [{"id": "4edaab0d-bc94-4b99-b056-ab8b3d32745d", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_ id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "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": 1247, "description": null, "tags": [], "created_at": "2023-07-24T11:34:05Z", "updated_at": "2023-07-24T11:34:05Z", "revision_number": 0}, {"id": "99d63b4d-5c34-4112-820f-f1db13300d3f", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "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": 1248, "description": null, "tags": [], "created_at": "2023-07-24T11:34:05Z", "updated_at": "2023-07-24T11:34:05Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:34:05Z", "updated_at": "2023-07-24T11:34:05Z", "revision_number": 1, "project_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:34:05,571 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.202s 2023-07-24 11:34:05,571 79610 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": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "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-3b68efc4-6ff2-4236-b153-f0b636d4804e', 'date': 'Mon, 24 Jul 2023 11:34: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": "ece998a1-2230-4ceb-8f3c-f4ae58a1179b", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "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-24T11:34:05Z", "updated_at": "2023-07-24T11:34:05Z", "revision_number": 0}}' 2023-07-24 11:34:05,751 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.179s 2023-07-24 11:34:05,751 79610 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": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-10f344ea-1dec-41c2-abcc-6a71d47af4cf', 'date': 'Mon, 24 Jul 2023 11:34: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": "1f14a360-5d64-4842-8458-e41630851535", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "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-24T 11:34:05Z", "updated_at": "2023-07-24T11:34:05Z", "revision_number": 0}}' 2023-07-24 11:34:05,751 79610 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1550338369 created 2023-07-24 11:34:06,582 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.830s 2023-07-24 11:34:06,583 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-068ba13d-0296-4454-a5f4-a756bdd823c6', 'date': 'Mon, 24 Jul 2023 11:34:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "265ee4da-f3e0-4506-b0a0-29aa0ea14bcc", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "floating_ip_address": "172.24.4.103", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:34:06Z", "updated_at": "2023-07-24T11:34:06Z", "revision_number": 0}}' 2023-07-24 11:34:06,583 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '265ee4da-f3e0-4506-b0a0-29aa0ea14bcc', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'floating_ip_address': '172.24.4.103', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:34:06Z', 'updated_at': '2023-07-24T11:34:06Z', 'revision_number': 0, 'ip': '172.24.4.103'} created 2023-07-24 11:34:06,622 79610 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.033s 2023-07-24 11:34:06,622 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34: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-ef6a78ae-715d-448b-be33-666a71fb2c0f', '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": "6b9d35ddc0bd45eeac3f60eb17691953", "name": "tempest-VolumesSnapshotTestJSON-1782043525-project-member", "password_expires_at": null}, "audit_ids": ["Zez4QGPcS-6J13w_HOFr3w"], "expires_at": "2023-07-24T12:34:06.000000Z", "issued_at": "2023-07-24T11:34:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9da61731ae2940f98deeaf59cc8287bf", "name": "tempest-VolumesSnapshotTestJSON-1782043525"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": " http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:34:06,623 79610 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'c7472301-bc72-4db5-b6e0-4b1895b46834', 'name': 'tempest-VolumesSnapshotTestJSON-540669799-network', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 39382, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:33:32Z', 'updated_at': '2023-07-24T11:33:32Z', 'revision_number': 1} available for tenant 2023-07-24 11:34:06,624 79610 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-943070909', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGIIy/sDHstFpJSVkdthEGWfO3QyKzaS9QMECgIi9JqX91gkCUxukhH/da7bi6xuWGwe00NBkd2N7hy9xkAaghtH0ZAQA3YBDHhHbPKr8Ve/d66i6Dm3UESQ4pERWLWg0Q==', 'fingerprint': 'b8:17:e2:7c:9e:56:67:6b:87:fd:a3:40:85:b3:ea:a0', 'user_id': '6b9d35ddc0bd45eeac3f60eb17691953', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCylFFxJkXJNqRYEdYcJW99MzvfKkVlOgNY+7tJtORoAK8ueG2aNwbe\n7zBIchCcV2CgBwYFK4EEACKhZANiAARiCMv7Ax7LRaSUlZHbYRBlnzt0Mis2kvUD\nBAoCIvSal/dYJAlMbpIR/3Wu24usblhsHtNDQZHdje4cvcZAGoIbR9GQEAN2AQx4\nR2zyq/FXv3euoug5t1BEkOKREVi1oNE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '79bdd8de-44fc-439b-8ff8-5cf825f8df95', 'name': 'tempest-securitygroup--1550338369', 'stateful': True, 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': 'tempest-description--1980405078', 'shared': False, 'security_group_rules': [{'id': '4edaab0d-bc94-4b99-b056-ab8b3d32745d', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'security_group_id': '79bdd8de-44fc-439b-8ff8-5cf825f8df95', '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': 1247, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:34:05Z', 'updated_at': '2023-07-24T11:34:05Z', 'revision_number': 0}, {'id': '99d63b4d-5c34-4112-820f-f1db13300d3f', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'security_group_id': '79bdd8de-44fc-439b-8ff8-5cf825f8df95', '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': 1248, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:34:05Z', 'updated_at': '2023-07-24T11:34:05Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:34:05Z', 'updated_at': '2023-07-24T11:34:05Z', 'revision_number': 1, 'project_id': '9da61731ae2940f98deeaf59cc8287bf'}, 'floating_ip': {'id': '265ee4da-f3e0-4506-b0a0-29aa0ea14bcc', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'floating_ip_address': '172.24.4.103', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:34:06Z', 'updated_at': '2023-07-24T11:34:06Z', 'revision_number': 0, 'ip': '172.24.4.103'}} 2023-07-24 11:34:06,647 79610 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.022s 2023-07-24 11:34:06,647 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-2036426302", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "c7472301-bc72-4db5-b6e0-4b1895b46834"}], "security_groups": [{"name": "tempest-securitygroup--1550338369"}], "key_name": "tempest-keypair-943070909", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34: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-9d90ca44-35b7-43c3-9191-150cd2a41c02', 'x-compute-request-id': 'req-9d90ca44-35b7-43c3-9191-150cd2a41c02', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:34:06,678 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-943070909 0.030s 2023-07-24 11:34:06,679 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34: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-682c8de5-6789-40cb-94c3-2b5d61169706', 'x-compute-request-id': 'req-682c8de5-6789-40cb-94c3-2b5d61169706', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-943070909'} Body: b'' 2023-07-24 11:34:06,808 79610 INFO [te mpest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/79bdd8de-44fc-439b-8ff8-5cf825f8df95 0.128s 2023-07-24 11:34:06,808 79610 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-07b1bd05-be79-4d65-83ed-6670842c7d24', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:34:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/79bdd8de-44fc-439b-8ff8-5cf825f8df95'} Body: b'' 2023-07-24 11:34:06,825 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/79bdd8de-44fc-439b-8ff8-5cf825f8df95 0.016s 2023-07-24 11:34:06,825 79610 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-ed6c8f0c-5181-4c89-a60d-46b77e70fb40', 'date': 'Mon, 24 Jul 2023 11:34:06 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/79bdd8de-44fc-439b-8ff8-5cf825f8df95'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 79bdd8de-44fc-439b-8ff8-5cf825f8df95 does not exist", "detail": ""}}' 2023-07-24 11:34:07,581 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/265ee4da-f3e0-4506-b0a0-29aa0ea14bcc 0.755s 2023-07-24 11:34:07,582 79610 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-d363b59d-a198-4bbb-a3a9-9f7943cbc9db', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:34:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/265ee4da-f3e0-4506-b0a0-29aa0ea14bcc'} Body: b'' 2023-07-24 11:34:07,632 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.050s 2023-07-24 11:34:07,633 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34: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-0fcd498a-591a-46cb-b896-4bd5b03de281', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'' 2023-07-24 11:34:07,655 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.022s 2023-07-24 11:34:07,655 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f58f7927-73cc-4bf8-80bc-4df34a9b1665', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f58f7927-73cc-4bf8-80bc-4df34a9b1665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": "2023-07-24T11:34:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:34:08,684 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.023s 2023-07-24 11:34:08,684 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-956635a6-7e52-4ae6-a769-91f3757c3fd5', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-956635a6-7e52-4ae6-a769-91f3757c3fd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": "2023-07-24T11:34:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:34:09,710 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.021s 2023-07-24 11:34:09,710 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f53703b7-f4f6-4fb4-93f8-9a74c2cfa63b', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f53703b7-f4f6-4fb4-93f8-9a74c2cfa63b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": "2023-07-24T11:34:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:34:10,739 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.022s 2023-07-24 11:34:10,740 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application /json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fb8b8bc-291b-4c15-92f5-63e097b0dc73', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fb8b8bc-291b-4c15-92f5-63e097b0dc73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": "2023-07-24T11:34:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:34:11,763 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.018s 2023-07-24 11:34:11,763 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:11 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-f0cc7f04-e4c5-4e33-bc1c-1d949625dda1', 'x-openstack-request-id': 'req-f0cc7f04-e4c5-4e33-bc1c-1d949625dda1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 9519abc5-30b0-41d6-a2d2-e181d07cf1d6 could not be found."}}' {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [24.219532s] ... ok {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [23.117469s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.024875s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.054380s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.026820s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.072190s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.040165s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.040307s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.026025s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.035023s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.040348s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.036350s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.037607s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.117165s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.078873s] ... ok ============================== Failed 42 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-24 11:27:57,153 79623 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.043s 2023-07-24 11:27:57,153 79623 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:27:57 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-4f9175e6-7f88-4705-b881-42216ced91bd', '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": "1105a33a62b043a299976ad9686f0fe7", "name": "tempest-DeleteServersTestJSON-1287395974-project-member", "password_expires_at": null}, "audit_ids": ["osSSIPtHTFiSNgecWB3v9w"], "expires_at": "2023-07-24T12:27:57.000000Z", "issued_at": "2023-07-24T11:27:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed9f03d8dd8843c99cd58714ff4d4c11", "name": "tempest-DeleteServersTestJSON-1287395974"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ed9f03d8dd8843c99cd58714ff4d4c11", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ed9f03d8dd8843c99cd58714ff4d4c11", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ed9f03d8dd8843c99cd58714ff4d4c11", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:27:57,154 79623 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '52a9b1cc-a88b-43c4-91e5-65ef95f2928d', 'name': 'tempest-DeleteServersTestJSON-683158424-network', 'tenant_id': 'ed9f03d8dd8843c99cd58714ff4d4c11', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ed9f03d8dd8843c99cd58714ff4d4c11', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22681, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:27:57,324 79623 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.169s 2023-07-24 11:27:57,324 79623 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1554697522", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "52a9b1cc-a88b-43c4-91e5-65ef95f2928d"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-dfc4559d-2544-44aa-8318-b9662c282caa', 'x-compute-request-id': 'req-dfc4559d-2544-44aa-8318-b9662c282caa', '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-24 11:27:55,911 79621 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:27:55,911 79621 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:27:56,396 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.482s 2023-07-24 11:27:56,396 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-789433187", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBITEv8v+4EkUX3TodWCGdI4Ob0nHvmRToHcAz3Vy/t/+35VB9d56LGAhl/O121j1cQ9IwCurSRGQFR04Q7bLuzzfzGfhJDDXvfFf7mlsjY8ZjQB45YqI4UR6g1h/iQ3OZQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:27:55 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-b90a5360-7e90-4fba-ba6e-5832c831456a', 'x-compute-request-id': 'req-b90a5360-7e90-4fba-ba6e-5832c831456a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-789433187", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBITEv8v+4EkUX3TodWCGdI4Ob0nHvmRToHcAz3Vy/t/+35VB9d56LGAhl/O121j1cQ9IwCurSRGQFR04Q7bLuzzfzGfhJDDXvfFf7mlsjY8ZjQB45YqI4UR6g1h/iQ3OZQ==", "fingerprint": "77:46:3e:c6:c9:6e:c4:a5:97:ec:26:c2:87:e4:03:cb", "user_id": "3e15a2983dd14481b552ed9ef71c67bd"}}' 2023-07-24 11:27:56,402 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-789433187 created 2023-07-24 11:27:57,378 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.976s 2023-07-24 11:27:57,379 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1184291548", "description": "tempest-description--1576981890"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-be7b1383-b17a-45af-887d-3cae534fbfd7', 'date': 'Mon, 24 Jul 2023 11:27:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "eb154414-6609-4c35-8f22-a3ecb883cdce", "name": "tempest-securitygroup--1184291548", "stateful": true, "tenant_id": "023c74743fb64f5da8025bc6be58de66", "description": "tempest-description--1576981890", "shared": false, "security_group_rules": [{"id": "23cb305f-3770-4123-b33f-eedbe59f9e68", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "eb154414-6609-4c35-8f22-a3ecb883cdce", "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": 176, "description": null, "tags": [], "created_at": "2023-07-24T11:27:56Z", "updated_at": "2023-07-24T11:27:56Z", "revision_number": 0}, {"id": "324bf642-2ae3-4c11-8c66-e94529c9cb27", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "eb154414-6609-4c35-8f22-a3ecb883cdce", "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": 171, "description": null, "tags": [], "created_at": "2023-07-24T11:27:56Z", "updated_at": "2023-07-24T11:27:56Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:27:56Z", "updated_at": "2023-07-24T11:27:56Z", "revision_number": 1, "project_id": "023c74743fb64f5da8025bc6be58de66"}}' 2023-07-24 11:27:58,105 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.726s 2023-07-24 11:27:58,105 79621 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": "eb154414-6609-4c35-8f22-a3ecb883cdce", "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-392a3d3a-29a2-4a10-90e0-b34a32f59a95', 'date': 'Mon, 24 Jul 2023 11:27: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": "117a91ad-247d-4791-a763-24d1846dc9a9", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "eb154414-6609-4c35-8f22-a3ecb883cdce", "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-24T11:27:57Z", "updated_at": "2023-07-24T11:27:57Z", "revision_number": 0}}' 2023-07-24 11:27:58,840 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.734s 2023-07-24 11:27:58,841 79621 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": "eb154414-6609-4c35-8f22-a3ecb883cdce", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9fc76d8d-e6d4-4063-ac01-43cc8a0c3d62', 'date': 'Mon, 24 Jul 2023 11:27: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": "9d20b0fa-fa72-4223-aef6-72c4a8b2bcec", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "eb154414-6609-4c35-8f22-a3ecb883cdce", "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-24T11:27:58Z", "updated_at": "2023-07-24T11:27:58Z", "revision_number": 0}}' 2023-07-24 11:27:58,841 79621 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1184291548 created 2023-07-24 11:28:01,618 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.776s 2023-07-24 11:28:01,619 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-8e879655-2ca9-4756-a68c-7c39b2dfd239', 'date': 'Mon, 24 Jul 2023 11:28:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0d2eebc9-3435-4b96-bd7b-72e940ec09e3", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "floating_ip_address": "172.24.4.196", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "023c74743fb64f5da8025bc6be58de66", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:00Z", "updated_at": "2023-07-24T11:28:00Z", "revision_number": 0}}' 2023-07-24 11:28:01,619 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0d2eebc9-3435-4b96-bd7b-72e940ec09e3', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'floating_ip_address': '172.24.4.196', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:00Z', 'updated_at': '2023-07-24T11:28:00Z', 'revision_number': 0, 'ip': '172.24.4.196'} created 2023-07-24 11:28:01,718 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.093s 2023-07-24 11:28:01,718 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:01 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-f739d59f-6c9b-4e3a-880e-39fd4437c415', '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": "3e15a2983dd14481b552ed9ef71c67bd", "name": "tempest-AttachVolumeTestJSON-641324812-project-member", "password_expires_at": null}, "audit_ids": ["ahShP1qVQyO7HvdXdK0m1Q"], "expires_at": "2023-07-24T12:28:01.000000Z", "issued_at": "2023-07-24T11:28:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "023c74743fb64f5da8025bc6be58de66", "name": "tempest-AttachVolumeTestJSON-641324812"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "Region One"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:01,719 79621 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '69b89b3c-5aeb-4251-925b-458890093fee', 'name': 'tempest-AttachVolumeTestJSON-1336768378-network', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '023c74743fb64f5da8025bc6be58de66', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38302, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:35Z', 'updated_at': '2023-07-24T11:27:35Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:01,719 79621 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-789433187', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBITEv8v+4EkUX3TodWCGdI4Ob0nHvmRToHcAz3Vy/t/+35VB9d56LGAhl/O121j1cQ9IwCurSRGQFR04Q7bLuzzfzGfhJDDXvfFf7mlsjY8ZjQB45YqI4UR6g1h/iQ3OZQ==', 'fingerprint': '77:46:3e:c6:c9:6e:c4:a5:97:ec:26:c2:87:e4:03:cb', 'user_id': '3e15a2983dd14481b552ed9ef71c67bd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDDS3IstSil3sKyua24IyUvRoVc4GGIxxMaBe4GJRW+CnDjSvIg7rlb\niPMWg0EVmragBwYFK4EEACKhZANiAASExL/L/uBJFF906HVghnSODm9Jx75kU6B3\nAM91cv7f/t+VQfXeeixgIZfztdtY9XEPSMArq0kRkBUdOEO2y7s838xn4SQw173x\nX+5pbI2PGY0AeOWKiOFEeoNYf4kNzmU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'eb154414-6609-4c35-8f22-a3ecb883cdce', 'name': 'tempest-securitygroup--1184291548', 'stateful': True, 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'description': 'tempest-description--1576981890', 'shared': False, 'security_group_rules': [{'id': '23cb305f-3770-4123-b33f-eedbe59f9e68', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'security_group_id': 'eb154414-6609-4c35-8f22-a3ecb883cdce', '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': 176, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:27:56Z', 'updated_at': '2023-07-24T11:27:56Z', 'revision_number': 0}, {'id': '324bf642-2ae3-4c11-8c66-e94529c9cb27', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'security_group_id': 'eb154414-6609-4c35-8f22-a3ecb883cdce', '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': 171, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:27:56Z', 'updated_at': '2023-07-24T11:27:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:27:56 Z', 'updated_at': '2023-07-24T11:27:56Z', 'revision_number': 1, 'project_id': '023c74743fb64f5da8025bc6be58de66'}, 'floating_ip': {'id': '0d2eebc9-3435-4b96-bd7b-72e940ec09e3', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'floating_ip_address': '172.24.4.196', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:00Z', 'updated_at': '2023-07-24T11:28:00Z', 'revision_number': 0, 'ip': '172.24.4.196'}} 2023-07-24 11:28:01,751 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.030s 2023-07-24 11:28:01,751 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-404971224", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "69b89b3c-5aeb-4251-925b-458890093fee"}], "security_groups": [{"name": "tempest-securitygroup--1184291548"}], "key_name": "tempest-keypair-789433187", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28: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-a4022f2c-a8da-4eba-a77c-f5aaa14681ed', 'x-compute-request-id': 'req-a4022f2c-a8da-4eba-a77c-f5aaa14681ed', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:28:01,815 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-789433187 0.061s 2023-07-24 11:28:01,815 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:01 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-ec306a3a-8a09-45d2-9694-cbc631570175', 'x-compute-request-id': 'req-ec306a3a-8a09-45d2-9694-cbc631570175', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-789433187'} Body: b'' 2023-07-24 11:28:01,941 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/eb154414-6609-4c35-8f22-a3ecb883cdce 0.125s 2023-07-24 11:28:01,941 79621 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-1685d940-2706-4582-a7fc-6061ca8a77ed', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/eb154414-6609-4c35-8f22-a3ecb883cdce'} Body: b'' 2023-07-24 11:28:01,960 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210: 9696/networking/v2.0/security-groups/eb154414-6609-4c35-8f22-a3ecb883cdce 0.018s 2023-07-24 11:28:01,961 79621 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-593541c9-0242-40e2-88ac-84282655bdab', 'date': 'Mon, 24 Jul 2023 11:28:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/eb154414-6609-4c35-8f22-a3ecb883cdce'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group eb154414-6609-4c35-8f22-a3ecb883cdce does not exist", "detail": ""}}' 2023-07-24 11:28:02,771 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/0d2eebc9-3435-4b96-bd7b-72e940ec09e3 0.809s 2023-07-24 11:28:02,771 79621 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-262b84fa-b392-47bb-9486-a320cc00f731', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0d2eebc9-3435-4b96-bd7b-72e940ec09e3'} 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-24 11:28:02,775 79621 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:28:02,776 79621 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:02,839 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.061s 2023-07-24 11:28:02,840 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1472086407", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF/mwz2UaMrKGonfw4O6oj72m5WGC0pMLIWbpVs1aHGDEAvtIpq/UUVWSMVmSKpRyP+FK94N0lrLia2IuKUz36V3wK448otFRF7wYf6un/x3AhpAcp8NoNtaUg1HXyWX5g=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:02 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-11a1042e-50f0-48a8-9d4c-b4d94189160c', 'x-compute-request-id': 'req-11a1042e-50f0-48a8-9d4c-b4d94189160c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1472086407", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF/mwz2UaMrKGonfw4O6oj72m5WGC0pMLIWbpVs1aHGDEAvtIpq/UUVWSMVmSKpRyP+FK94N0lrLia2IuKUz36V3wK448otFRF7wYf6un/x3AhpAcp8NoNtaUg1HXyWX5g==", "fingerprint": "d1:16:df:d4:a6:70:1d:3e:98:5b:24:b6:37:8c:ca:cb", "user_id": "3e15a2983dd14481b552ed9ef71c67bd"}}' 2023-07-24 11:28:02,842 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1472086407 created 2023-07-24 11:28:03,108 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.265s 2023-07-24 11:28:03,109 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--308304794", "description": "tempest-description--382160097"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-cbe7a13a-b0ff-4c0f-8655-f39aaff9a93f', 'date': 'Mon, 24 Jul 2023 11:28:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "name": "tempest-securitygroup--308304794", "stateful": true, "tenant_id": "023c74743fb64f5da8025bc6be58de66", "description": "tempest-description--382160097", "shared": false, "security_group_rules": [{"id": "27c7fb8e-eabb-4f5d-87d9-565bb4f1d500", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "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": 230, "description": null, "tags": [], "created_at": "2023-07-24T11:28:02Z", "updated_at": "2023-07-24T11:28:02Z", "revision_number": 0}, {"id": "da91f490-f133-4834-83a1-2dff62083c27", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefi x": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 229, "description": null, "tags": [], "created_at": "2023-07-24T11:28:02Z", "updated_at": "2023-07-24T11:28:02Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:02Z", "updated_at": "2023-07-24T11:28:02Z", "revision_number": 1, "project_id": "023c74743fb64f5da8025bc6be58de66"}}' 2023-07-24 11:28:04,421 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.311s 2023-07-24 11:28:04,422 79621 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": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "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-0c7757e1-1331-409e-afcc-ed88a771a18a', 'date': 'Mon, 24 Jul 2023 11:28:04 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": "51666aa7-b5bc-4f72-acc1-58cd5f6a8424", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "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-24T11:28:03Z", "updated_at": "2023-07-24T11:28:03Z", "revision_number": 0}}' 2023-07-24 11:28:05,461 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.038s 2023-07-24 11:28:05,461 79621 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": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5b03a221-95b7-4877-84a5-97e355d8774f', 'date': 'Mon, 24 Jul 2023 11:28: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": "cc8e3570-3ff2-4d55-8eb2-af9118011418", "project_id": "023c74743fb64f5da8025bc6be58de66", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "security_group_id": "dcef5a25-990c-4dd5-84eb-a621c2c7132f", "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-24T11:28:04Z", "updated_at": "2023-07-24T11:28:04Z", "revision_number": 0}}' 2023-07-24 11:28:05,462 79621 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--308304794 created 2023-07-24 11:28:08,160 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.698s 2023-07-24 11:28:08,161 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-4b345756-0329-4c05-b69b-6ba7167d2c05', 'date': 'Mon, 24 Jul 2023 11:28:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e36e635e-9e23-4074-9545-ccd13b334c4e", "tenant_id": "023c74743fb64f5da8025bc6be58de66", "floating_ip_address": "172.24.4.249", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "023c74743fb64f5da8025bc6be58de66", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:07Z", "updated_at": "2023-07-24T11:28:07Z", "revision_number": 0}}' 2023-07-24 11:28:08,161 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e36e635e-9e23-4074-9545-ccd13b334c4e', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'floating_ip_address': '172.24.4.249', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:07Z', 'updated_at': '2023-07-24T11:28:07Z', 'revision_number': 0, 'ip': '172.24.4.249'} created 2023-07-24 11:28:08,295 79621 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.127s 2023-07-24 11:28:08,295 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:08 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-2efb285e-9cbf-4843-b35a-595c5dd12ef4', '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": "3e15a2983dd14481b552ed9ef71c67bd", "name": "tempest-AttachVolumeTestJSON-641324812-project-member", "password_expires_at": null}, "audit_ids": ["d0X8f8sbRH2Sd0QjCGvaHA"], "expires_at": "2023-07-24T12:28:08.000000Z", "issued_at": "2023-07-24T11:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "023c74743fb64f5da8025bc6be58de66", "name": "tempest-AttachVolumeTestJSON-641324812"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "R egionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/023c74743fb64f5da8025bc6be58de66", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:08,296 79621 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '69b89b3c-5aeb-4251-925b-458890093fee', 'name': 'tempest-AttachVolumeTestJSON-1336768378-network', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '023c74743fb64f5da8025bc6be58de66', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38302, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:35Z', 'updated_at': '2023-07-24T11:27:35Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:08,296 79621 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1472086407', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF/mwz2UaMrKGonfw4O6oj72m5WGC0pMLIWbpVs1aHGDEAvtIpq/UUVWSMVmSKpRyP+FK94N0lrLia2IuKUz36V3wK448otFRF7wYf6un/x3AhpAcp8NoNtaUg1HXyWX5g==', 'fingerprint': 'd1:16:df:d4:a6:70:1d:3e:98:5b:24:b6:37:8c:ca:cb', 'user_id': '3e15a2983dd14481b552ed9ef71c67bd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD0uJrS+o2cIkzUhd3l453uX3rLlJ1Y8LLVNEWUZ8MVLujVZsA0losu\nQwg3UyDZIzCgBwYFK4EEACKhZANiAARf5sM9lGjKyhqJ38ODuqI+9puVhgtKTCyF\nm6VbNWhxgxAL7SKav1FFVkjFZkiqUcj/hSveDdJay4mtiLilM9+ld8CuOPKLRURe\n8GH+rp/8dwIaQHKfDaDbWlINR18ll+Y=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dcef5a25-990c-4dd5-84eb-a621c2c7132f', 'name': 'tempest-securitygroup--308304794', 'stateful': True, 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'description': 'tempest-description--382160097', 'shared': False, 'security_group_rules': [{'id': '27c7fb8e-eabb-4f5d-87d9-565bb4f1d500', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'security_group_id': 'dcef5a25-990c-4dd5-84eb-a621c2c7132f', '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': 230, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:02Z', 'updated_at': '2023-07-24T11:28:02Z', 'revision_number': 0}, {'id': 'da91f490-f133-4834-83a1-2dff62083c27', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'security_group_id': 'dcef5a25-990c-4dd5-84eb-a621c2c7132f', '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': 229, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:02Z', 'updated_at': '2023-07-24T11:28:02Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07- 24T11:28:02Z', 'updated_at': '2023-07-24T11:28:02Z', 'revision_number': 1, 'project_id': '023c74743fb64f5da8025bc6be58de66'}, 'floating_ip': {'id': 'e36e635e-9e23-4074-9545-ccd13b334c4e', 'tenant_id': '023c74743fb64f5da8025bc6be58de66', 'floating_ip_address': '172.24.4.249', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '023c74743fb64f5da8025bc6be58de66', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:07Z', 'updated_at': '2023-07-24T11:28:07Z', 'revision_number': 0, 'ip': '172.24.4.249'}} 2023-07-24 11:28:08,324 79621 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.027s 2023-07-24 11:28:08,325 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-369586632", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "69b89b3c-5aeb-4251-925b-458890093fee"}], "security_groups": [{"name": "tempest-securitygroup--308304794"}], "key_name": "tempest-keypair-1472086407", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:08 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-98ea6418-569f-40f2-96cd-5fdeb1ac3054', 'x-compute-request-id': 'req-98ea6418-569f-40f2-96cd-5fdeb1ac3054', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:28:08,366 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1472086407 0.040s 2023-07-24 11:28:08,367 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:08 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-df925387-ec11-4e82-b310-4f74ae46dfd9', 'x-compute-request-id': 'req-df925387-ec11-4e82-b310-4f74ae46dfd9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1472086407'} Body: b'' 2023-07-24 11:28:08,895 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dcef5a25-990c-4dd5-84eb-a621c2c7132f 0.528s 2023-07-24 11:28:08,895 79621 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-450c4ba7-df4d-4f34-8a16-660927b8e0a2', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dcef5a25-990c-4dd5-84eb-a621c2c7132f'} Body: b'' 2023-07-24 11:28:08,953 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GE T http://10.0.0.210:9696/networking/v2.0/security-groups/dcef5a25-990c-4dd5-84eb-a621c2c7132f 0.057s 2023-07-24 11:28:08,954 79621 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-ed35f3c1-5d7e-4ba5-9574-a0816a2507b7', 'date': 'Mon, 24 Jul 2023 11:28:08 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dcef5a25-990c-4dd5-84eb-a621c2c7132f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dcef5a25-990c-4dd5-84eb-a621c2c7132f does not exist", "detail": ""}}' 2023-07-24 11:28:10,922 79621 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e36e635e-9e23-4074-9545-ccd13b334c4e 1.968s 2023-07-24 11:28:10,923 79621 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-adf6d96f-f656-46ac-8cc9-3492b4d24bcb', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e36e635e-9e23-4074-9545-ccd13b334c4e'} 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.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 65, in test_update_attached_volume_with_nonexistent_volume_in_body self.server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:20,777 79614 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:21,246 79614 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.464s 2023-07-24 11:28:21,246 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1043473710", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD7unBJQ6cnOiyxqiWTYt4Q/ThOK4jYrgBZWO5Un4S1miwV3Kp+2am0QHQTg3+1ckhLWQojHDn8jdLPiT+dFPlMXPdBw85wOBfx7eDb3H+/MH9b9mJH103p9IoNsa9+WxQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:20 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-9f708550-b1ec-4bb2-8314-6eab97c65803', 'x-compute-request-id': 'req-9f708550-b1ec-4bb2-8314-6eab97c65803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1043473710", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD7unBJQ6cnOiyxqiWTYt4Q/ThOK4jYrgBZWO5Un4S1miwV3Kp+2am0QHQTg3+1ckhLWQojHDn8jdLPiT+dFPlMXPdBw85wOBfx7eDb3H+/MH9b9mJH103p9IoNsa9+WxQ==", "fingerprint": "b5:73:20:94:9e:b1:47:a4:6f:84:62:19:56:83:8e:5b", "user_id": "29c230b7eb2b47698c5d87f26efd5c1f"}}' 2023-07-24 11:28:21,251 79614 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1043473710 created 2023-07-24 11:28:21,939 79614 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.688s 2023-07-24 11:28:21,940 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2012583530", "description": "tempest-description--1999810093"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-56587fc2-9b26-400f-ab1e-c7796288022e', 'date': 'Mon, 24 Jul 2023 11:28:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "name": "tempest-securitygroup--2012583530", "stateful": true, "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "description": "tempest-description--1999810093", "shared": false, "security_group_rules": [{"id": "6c8e4591-8a77-49b3-bf6f-4bf0e12402af", "project_id": "b2c2ac46224243a58fec3239c84b2ccd", "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "security_group_id": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "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": 321, "description": null, "tags": [], "created_at": "2023-07-24T11:28:21Z", "updated_at": "2023-07-24T11:28:21Z", "revision_number": 0}, {"id": "a3ab8d6d-fab8-4f72-ab9d-ba37be372171", "project_id": "b2c2ac46224243a58fec3239c84b2ccd", "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "security_group_id": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "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": nu ll, "remote_group_id": null, "standard_attr_id": 320, "description": null, "tags": [], "created_at": "2023-07-24T11:28:21Z", "updated_at": "2023-07-24T11:28:21Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:21Z", "updated_at": "2023-07-24T11:28:21Z", "revision_number": 1, "project_id": "b2c2ac46224243a58fec3239c84b2ccd"}}' 2023-07-24 11:28:22,919 79614 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.978s 2023-07-24 11:28:22,919 79614 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": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "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-66da9d24-ffde-416e-9e6e-0d38e1586d59', 'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f36cc14-e27b-419f-8ae7-f1757654bc3d", "project_id": "b2c2ac46224243a58fec3239c84b2ccd", "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "security_group_id": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "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-24T11:28:22Z", "updated_at": "2023-07-24T11:28:22Z", "revision_number": 0}}' 2023-07-24 11:28:23,227 79614 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.307s 2023-07-24 11:28:23,228 79614 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": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e86b416b-4022-43b6-a676-bd04bc48acc4', 'date': 'Mon, 24 Jul 2023 11:28:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2f2c8693-779a-4b20-b30c-0b47a3ad8aeb", "project_id": "b2c2ac46224243a58fec3239c84b2ccd", "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "security_group_id": "0c40dc0f-46ec-4d75-a0b8-15ac31efcc27", "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-24T11:28:23Z", "updated_at": "2023-07-24T11:28:23Z", "revision_number": 0}}' 2023-07-24 11:28:23,228 79614 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2012583530 created 2023-07-24 11:28:24,602 79614 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.372s 2023-07-24 11:28:24,602 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e" }} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7f4d698a-2c77-46c6-ba39-8b5faed46915', 'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a7ecb9b0-10b1-4622-83d4-e7f61bd0d6f6", "tenant_id": "b2c2ac46224243a58fec3239c84b2ccd", "floating_ip_address": "172.24.4.126", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b2c2ac46224243a58fec3239c84b2ccd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:24Z", "updated_at": "2023-07-24T11:28:24Z", "revision_number": 0}}' 2023-07-24 11:28:24,603 79614 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a7ecb9b0-10b1-4622-83d4-e7f61bd0d6f6', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:24Z', 'updated_at': '2023-07-24T11:28:24Z', 'revision_number': 0, 'ip': '172.24.4.126'} created 2023-07-24 11:28:24,802 79614 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.191s 2023-07-24 11:28:24,803 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 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-846719be-7add-47e0-be56-fdf95e5da468', '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": "29c230b7eb2b47698c5d87f26efd5c1f", "name": "tempest-VolumesAdminNegativeTest-216631225-project-member", "password_expires_at": null}, "audit_ids": ["K2Y45ESYQR23RuFFaISHmQ"], "expires_at": "2023-07-24T12:28:24.000000Z", "issued_at": "2023-07-24T11:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2c2ac46224243a58fec3239c84b2ccd", "name": "tempest-VolumesAdminNegativeTest-216631225"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:24,804 79614 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '0bd6749a-7e72-4e08-8d87-aedfdfc62001', 'name': 'tempest-VolumesAdminNegativeTest-1205062084-network', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33609, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:35Z', 'updated_at': '2023-07-24T11:27:35Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:24,804 79614 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1043473710', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD7unBJQ6cnOiyxqiWTYt4Q/ThOK4jYrgBZWO5Un4S1miwV3Kp+2am0QHQTg3+1ckhLWQojHDn8jdLPiT+dFPlMXPdBw85wOBfx7eDb3H+/MH9b9mJH103p9IoNsa9+WxQ==', 'fingerprint': 'b5:73:20:94:9e:b1:47:a4:6f:84:62:19:56:83:8e:5b', 'user_id': '29c230b7eb2b47698c5d87f26efd5c1f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAT59QKDf+wQdbD1i2gVHqwtf7Ve3R09mQvP2jBmLtPueqhdKbGNOAn\n1kzazdv12S2gBwYFK4EEACKhZANiAAQ+7pwSUOnJzossaolk2LeEP04TiuI2K4AW\nVjuVJ+EtZosFdyqftmptEB0E4N/tXJIS1kKIxw5/I3Sz4k/nRT5TFz3QcPOcDgX8\ne3g29x/vzB/W/ZiR9dN6fSKDbGvflsU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0c40dc0f-46ec-4d75-a0b8-15ac31efcc27', 'name': 'tempest-securitygroup--2012583530', 'stateful': True, 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'description': 'tempest-description--1999810093', 'shared': False, 'security_group_rules': [{'id': '6c8e4591-8a77-49b3-bf6f-4bf0e12402af', 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'security_group_id': '0c40dc0f-46ec-4d75-a0b8-15ac31efcc27', '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': 321, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:21Z', 'updated_at': '2023-07-24T11:28:21Z', 'revision_number': 0}, {'id': 'a3ab8d6d-fab8-4f72-ab9d-ba37be372171', 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'security_group_id': '0c40dc0f-46ec-4d75-a0b8-15ac31efcc27', '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': 320, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:21Z', 'updated_at': '2023-07-24T11:28:21Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:28:21Z', 'updated_at': '2023-07-24T11:28:21Z', 'revision_number': 1, 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd'}, 'floating_ip': {'id': 'a7ecb9b0-10b1-4622-83d4-e7f61bd0d6f6', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:24Z', 'updated_at': '2023-07-24T11:28:24Z', 'revision_number': 0, 'ip': '172.24.4.126'}} 2023-07-24 11:28:24,847 79614 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.040s 2023-07-24 11:28:24,847 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-498691959", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "0bd6749a-7e72-4e08-8d87-aedfdfc62001"}], "security_groups": [{"name": "tempest-securitygroup--2012583530"}], "key_name": "tempest-keypair-1043473710", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 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-afec6d0d-d20e-4fb8-a270-b7fcbca553e3', 'x-compute-request-id': 'req-afec6d0d-d20e-4fb8-a270-b7fcbca553e3', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:28:24,848 79614 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1629110. The failure could be related to https://launchpad.net/bugs/1629110 tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 46, in test_update_attached_volume_with_nonexistent_volume_in_uri self.server = self.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:24,938 79614 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.071s 2023-07-24 11:28:24,939 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 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-4f8fe7cd-bafa-4e88-9b50-cbb321acb1f8', '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": "29c230b7eb2b47698c5d87f26efd5c1f", "name": "tempest-VolumesAdminNegativeTest-216631225-project-member", "password_expires_at": null}, "audit_ids": ["pAtXm6l9RNGeSFjIkq6qPA"], "expires_at": "2023-07-24T12:28:24.000000Z", "issued_at": "2023-07-24T11:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2c2ac46224243a58fec3239c84b2ccd", "name": "tempest-VolumesAdminNegativeTest-216631225"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b2c2ac46224243a58fec3239c84b2ccd", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:24,940 79614 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '0bd6749a-7e72-4e08-8d87-aedfdfc62001', 'name': 'tempest-VolumesAdminNegativeTest-1205062084-network', 'tenant_id': 'b2c2ac46224243a58fec3239c84b2ccd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b2c2ac46224243a58fec 3239c84b2ccd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33609, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:35Z', 'updated_at': '2023-07-24T11:27:35Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:24,979 79614 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-24 11:28:24,980 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-943811351", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "0bd6749a-7e72-4e08-8d87-aedfdfc62001"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 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-e93aa100-3445-44c6-ae83-84f0b98f9655', 'x-compute-request-id': 'req-e93aa100-3445-44c6-ae83-84f0b98f9655', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 399, in test_tagged_attachment server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:17,746 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.275s 2023-07-24 11:28:17,746 79608 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-635425946"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-afaacca6-ae6e-4dcb-bde8-9d35267ca7d1', 'date': 'Mon, 24 Jul 2023 11:28:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"69f72f0b-46af-4156-9675-e10fe8c85c73","name":"tempest-tagged-attachments-test-net-635425946","tenant_id":"7ee2b52fe2f54970a089a1edccfdd715","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"7ee2b52fe2f54970a089a1edccfdd715","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-24T11:28:16Z","updated_at":"2023-07-24T11:28:16Z","revision_number":1}}' 2023-07-24 11:28:20,533 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.786s 2023-07-24 11:28:20,534 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "69f72f0b-46af-4156-9675-e10fe8c85c73", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-076cd303-6d0c-45ab-ba5a-a558a03d81a2', 'date': 'Mon, 24 Jul 2023 11:28:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"6b4ce7f9-fb75-4986-bf9c-749ce814fee1","name":"","tenant_id":"7ee2b52fe2f54970a089a1edccfdd715","network_id":"69f72f0b-46af-4156-9675-e10fe8c85c73","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-24T11:28:18Z","updated_at":"2023-07-24T11:28:18Z","revision_number":0,"project_id":"7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:20,919 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes 0.384s 2023-07-24 11:28:20,920 79608 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-1747243376"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1553e7d5-077b-479c-b4d5-bcb82de7414f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1553e7d5-077b-479c-b4d5-bcb82de7414f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes'} Body: b'{"volume": {"id": "5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.836739", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1747243376", "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/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}], "user_id": "b2490a1b2b5f49c39b787ccab44344fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:21,023 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe 0.081s 2023-07-24 11:28:21,024 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-761fa80d-b712-4d76-a561-569102a0f89f', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-761fa80d-b712-4d76-a561-569102a0f89f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe'} Body: b'{"volume": {"id": "5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:21.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1747243376", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}], "user_id": "b2490a1b2b5f49c39b787ccab44344fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:22,171 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe 0.135s 2023-07-24 11:28:22,172 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4968cd87-ccee-49b1-bae5-a52d8de81911', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4968cd87-ccee-49b1-bae5-a52d8de81911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe'} Body: b'{"volume": {"id": "5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:21.000000", "updated_at": "2023-07-24T11:28:21.000000", "name": "tempest-TaggedAttachmentsTest-volume-1747243376", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee -4f8b-bec3-7c0cc3d3ebbe"}], "user_id": "b2490a1b2b5f49c39b787ccab44344fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:23,283 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe 0.096s 2023-07-24 11:28:23,283 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5842ce82-95a6-4fc3-b95f-aa460a74deed', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5842ce82-95a6-4fc3-b95f-aa460a74deed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe'} Body: b'{"volume": {"id": "5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:21.000000", "updated_at": "2023-07-24T11:28:21.000000", "name": "tempest-TaggedAttachmentsTest-volume-1747243376", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}], "user_id": "b2490a1b2b5f49c39b787ccab44344fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:24,401 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe 0.096s 2023-07-24 11:28:24,402 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b949011-a8bf-4ced-91c7-5602c90afb69', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b949011-a8bf-4ced-91c7-5602c90afb69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe'} Body: b'{"volume": {"id": "5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:21.000000", "updated_at": "2023-07-24T11:28:24.000000", "name": "tempest-TaggedAttachmentsTest-volume-1747243376", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ee2b52fe2f54970a089a1edccfdd715/volumes/5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe"}], "user_id": "b2490a1b2b5f49c39b787ccab44344fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id ": "7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:24,420 79608 INFO [tempest.common.waiters] volume 5818da38-9dee-4f8b-bec3-7c0cc3d3ebbe reached available after waiting for 3.420256 seconds 2023-07-24 11:28:24,422 79608 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:28:24,422 79608 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:24,656 79608 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.230s 2023-07-24 11:28:24,657 79608 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-1240789725", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGZii79QMu1M+TXg/6S14okH9cz5WXyYw6iPfygRSIgA3WlTl3BUUhfZlS1bN33io7eqc6DaYgqqwmjszts5OZFrFxSItJeXVP/HXfaCWuLy9T0/AUVUlVPLp2k1uJlQw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 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-0da6063d-f2f2-4223-9ab1-00ce61f09fc0', 'x-compute-request-id': 'req-0da6063d-f2f2-4223-9ab1-00ce61f09fc0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1240789725", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGZii79QMu1M+TXg/6S14okH9cz5WXyYw6iPfygRSIgA3WlTl3BUUhfZlS1bN33io7eqc6DaYgqqwmjszts5OZFrFxSItJeXVP/HXfaCWuLy9T0/AUVUlVPLp2k1uJlQw==", "fingerprint": "d7:68:ab:a7:d9:2a:cc:fb:ef:8e:91:c3:cd:21:d6:c9", "user_id": "b2490a1b2b5f49c39b787ccab44344fb"}}' 2023-07-24 11:28:24,661 79608 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1240789725 created 2023-07-24 11:28:24,948 79608 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.285s 2023-07-24 11:28:24,948 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1972350200", "description": "tempest-description--1051773982"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-7d4cfcf0-1bc8-4d6e-862f-46b4cabaa291', 'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "name": "tempest-securitygroup--1972350200", "stateful": true, "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "description": "tempest-description--1051773982", "shared": false, "security_group_rules": [{"id": "040f8e71-0070-49db-9244-bf4f066f7412", "project_id": "7ee2b52fe2f54970a089a1edccfdd715", "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "security_group_id": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "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": 329, "description": null, "tags": [], "created_at": "2023-07-24T11:28:24Z", "updated_at": "2023-07-24T11:28:24Z", "revision_number": 0}, {"id": "a80626e6-0070-4af8-bfa0-6994da676f90", "project_id": "7ee2b52f e2f54970a089a1edccfdd715", "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "security_group_id": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "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": 330, "description": null, "tags": [], "created_at": "2023-07-24T11:28:24Z", "updated_at": "2023-07-24T11:28:24Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:24Z", "updated_at": "2023-07-24T11:28:24Z", "revision_number": 1, "project_id": "7ee2b52fe2f54970a089a1edccfdd715"}}' 2023-07-24 11:28:25,179 79608 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.231s 2023-07-24 11:28:25,180 79608 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": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "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-6e52c3a3-3519-4bbd-be38-2ff6acd101b1', 'date': 'Mon, 24 Jul 2023 11:28: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": "66bce815-f09e-49bb-91d4-1406b0664deb", "project_id": "7ee2b52fe2f54970a089a1edccfdd715", "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "security_group_id": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "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-24T11:28:25Z", "updated_at": "2023-07-24T11:28:25Z", "revision_number": 0}}' 2023-07-24 11:28:25,584 79608 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.403s 2023-07-24 11:28:25,584 79608 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": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-cd0f3f8f-98cb-40a3-89a4-8c501cd546cb', 'date': 'Mon, 24 Jul 2023 11:28: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": "810c7823-580a-4fd8-95cb-4976d56304cd", "project_id": "7ee2b52fe2f54970a089a1edccfdd715", "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "security_group_id": "e0055eef-86c8-4a1f-9c2f-feaca997954c", "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-24T11:28:25Z", "updated_at": "2023-07-24T11:28:25Z", "revision_number": 0}}' 2023-07-24 11:28:25,584 79608 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1972350200 created 2023-07-24 11:28:26,927 79608 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.342s 2023-07-24 11:28:26,928 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-9ac9cefe-5d27-41cb-b4e8-5c5bee9078ab', 'date': 'Mon, 24 Jul 2023 11:28:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2aa4589c-72ba-4ca7-81ba-f04935665bb4", "tenant_id": "7ee2b52fe2f54970a089a1edccfdd715", "floating_ip_address": "172.24.4.171", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7ee2b52fe2f54970a089a1edccfdd715", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:26Z", "updated_at": "2023-07-24T11:28:26Z", "revision_number": 0}}' 2023-07-24 11:28:26,928 79608 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2aa4589c-72ba-4ca7-81ba-f04935665bb4', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'floating_ip_address': '172.24.4.171', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:26Z', 'updated_at': '2023-07-24T11:28:26Z', 'revision_number': 0, 'ip': '172.24.4.171'} created 2023-07-24 11:28:27,035 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.101s 2023-07-24 11:28:27,036 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:26 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-757d18a2-5c29-4d08-a6f9-a65d057ad0b4', '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": "b2490a1b2b5f49c39b787ccab44344fb", "name": "tempest-TaggedAttachmentsTest-711565253-project-member", "password_expires_at": null}, "audit_ids": ["lKj7xM2XQsSmCQgWSUn8aw"], "expires_at": "2023-07-24T12:28:26.000000Z", "issued_at": "2023-07-24T11:28:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ee2b52fe2f54970a089a1edccfdd715", "name": "tempest-TaggedAttachmentsTest-711565253"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "r egion": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:27,036 79608 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'd15eb0df-bc87-43e1-8ea2-55aae44296ee', 'name': 'tempest-TaggedAttachmentsTest-1753523120-network', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28396, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:27,087 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.043s 2023-07-24 11:28:27,088 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 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-497ceba9-4e86-428c-b1b9-a31caa395db4', '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": "b2490a1b2b5f49c39b787ccab44344fb", "name": "tempest-TaggedAttachmentsTest-711565253-project-member", "password_expires_at": null}, "audit_ids": ["nOQzTbcYTb64nSuLCX2-bQ"], "expires_at": "2023-07-24T12:28:27.000000Z", "issued_at": "2023-07-24T11:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ee2b52fe2f54970a089a1edccfdd715", "name": "tempest-TaggedAttachmentsTest-711565253"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface ": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7ee2b52fe2f54970a089a1edccfdd715", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:27,088 79608 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'd15eb0df-bc87-43e1-8ea2-55aae44296ee', 'name': 'tempest-TaggedAttachmentsTest-1753523120-network', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28396, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:27,089 79608 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1240789725', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGZii79QMu1M+TXg/6S14okH9cz5WXyYw6iPfygRSIgA3WlTl3BUUhfZlS1bN33io7eqc6DaYgqqwmjszts5OZFrFxSItJeXVP/HXfaCWuLy9T0/AUVUlVPLp2k1uJlQw==', 'fingerprint': 'd7:68:ab:a7:d9:2a:cc:fb:ef:8e:91:c3:cd:21:d6:c9', 'user_id': 'b2490a1b2b5f49c39b787ccab44344fb', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDgMRRqKW2doObhje7KmiUMAI+NPivqcDOpVRU6NrmrOCnLDz5SfR3j\n+vmv9Ez0KIegBwYFK4EEACKhZANiAATRmYou/UDLtTPk14P+kteKJB/XM+Vl8mMO\noj38oEUiIAN1pU5dwVFIX2ZUtWzd94qO3qnOg2mIKqsJo7M7bOTmRaxcUiLSXl1T\n/x132glri8vU9PwFFVJVTy6dpNbiZUM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e0055eef-86c8-4a1f-9c2f-feaca997954c', 'name': 'tempest-securitygroup--1972350200', 'stateful': True, 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'description': 'tempest-description--1051773982', 'shared': False, 'security_group_rules': [{'id': '040f8e71-0070-49db-9244-bf4f066f7412', 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'security_group_id': 'e0055eef-86c8-4a1f-9c2f-feaca997954c', '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': 329, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:24Z', 'updated_at': '2023-07-24T11:28:24Z', 'r evision_number': 0}, {'id': 'a80626e6-0070-4af8-bfa0-6994da676f90', 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'security_group_id': 'e0055eef-86c8-4a1f-9c2f-feaca997954c', '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': 330, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:24Z', 'updated_at': '2023-07-24T11:28:24Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:28:24Z', 'updated_at': '2023-07-24T11:28:24Z', 'revision_number': 1, 'project_id': '7ee2b52fe2f54970a089a1edccfdd715'}, 'floating_ip': {'id': '2aa4589c-72ba-4ca7-81ba-f04935665bb4', 'tenant_id': '7ee2b52fe2f54970a089a1edccfdd715', 'floating_ip_address': '172.24.4.171', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7ee2b52fe2f54970a089a1edccfdd715', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:26Z', 'updated_at': '2023-07-24T11:28:26Z', 'revision_number': 0, 'ip': '172.24.4.171'}} 2023-07-24 11:28:27,138 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.048s 2023-07-24 11:28:27,138 79608 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-1369722981", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "d15eb0df-bc87-43e1-8ea2-55aae44296ee"}], "security_groups": [{"name": "tempest-securitygroup--1972350200"}], "key_name": "tempest-keypair-1240789725", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 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-e7e7e723-dda7-484c-ad5d-7fcf758e7718', 'x-compute-request-id': 'req-e7e7e723-dda7-484c-ad5d-7fcf758e7718', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:28:27,193 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1240789725 0.051s 2023-07-24 11:28:27,194 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 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-a818fa9f-185f-4822-a96d-8502ba1d5cbc', 'x-compute-request-id': 'req-a818fa9f-185f-4822-a96d-8502ba1d5cbc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1240789725'} Body: b'' 2023-07-24 11:28:27,464 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e0055eef-86c8-4a1f- 9c2f-feaca997954c 0.269s 2023-07-24 11:28:27,464 79608 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-6a49add6-ac9d-4384-8cea-a8d052e736d0', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e0055eef-86c8-4a1f-9c2f-feaca997954c'} Body: b'' 2023-07-24 11:28:27,492 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e0055eef-86c8-4a1f-9c2f-feaca997954c 0.027s 2023-07-24 11:28:27,492 79608 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-c7199708-a688-4c3f-abde-d39f47e196a3', 'date': 'Mon, 24 Jul 2023 11:28:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e0055eef-86c8-4a1f-9c2f-feaca997954c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e0055eef-86c8-4a1f-9c2f-feaca997954c does not exist", "detail": ""}}' 2023-07-24 11:28:28,288 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2aa4589c-72ba-4ca7-81ba-f04935665bb4 0.795s 2023-07-24 11:28:28,288 79608 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-04eb4e9c-b4ec-4cd1-b41c-5fa80151949a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2aa4589c-72ba-4ca7-81ba-f04935665bb4'} Body: b'' 2023-07-24 11:28:28,721 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/6b4ce7f9-fb75-4986-bf9c-749ce814fee1 0.433s 2023-07-24 11:28:28,722 79608 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-f2037f06-f131-4b74-9a00-70acdb8aed89', 'date': 'Mon, 24 Jul 2023 11:28:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/6b4ce7f9-fb75-4986-bf9c-749ce814fee1'} Body: b'' 2023-07-24 11:28:29,701 79608 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/69f72f0b-46af-4156-9675-e10fe8c85c73 0.979s 2023-07-24 11:28:29,702 79608 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-f3139c5a-5be4-4357-8f39-0950241d7b18', 'date': 'Mon, 24 Jul 2023 11:28:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/69f72f0b-46af-4156-9675-e10fe8c85c73'} Body: b'' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow,volume] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 113, in test_volume_swap server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:21,971 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes 0.687s 2023-07-24 11:28:21,971 79624 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-1940242439"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c80180e-3b77-485a-a994-35517253d914', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c80180e-3b77-485a-a994-35517253d914', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes'} Body: b'{"volume": {"id": "f1c66717-a259-4a5b-a951-1ab52fd5d334", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:21.795280", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1940242439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:22,085 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334 0.096s 2023-07-24 11:28:22,086 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-443da9de-b41e-43f9-85c2-809552e94b5a', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-443da9de-b41e-43f9-85c2-809552e94b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334'} Body: b'{"volume": {"id": "f1c66717-a259-4a5b-a951-1ab52fd5d334", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:22.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1940242439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:23,205 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334 0.096s 2023-07-24 11:28:23,206 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc8ace49-c2f7-43d6-884d-0f42fe7018aa', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc8ace49-c2f7-43d6-884d-0f42fe7018aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334'} Body: b'{"volume": {"id": "f1c66717-a259-4a5b-a951-1ab52fd5d334", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:22.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TestVolumeSwap-volume-1940242439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:24,293 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334 0.074s 2023-07-24 11:28:24,293 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30649e0c-87b8-4cfa-b9c3-841518dbea9c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30649e0c-87b8-4cfa-b9c3-841518dbea9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334'} Body: b'{"volume": {"id": "f1c66717-a259-4a5b-a951-1ab52fd5d334", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:22.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TestVolumeSwap-volume-1940242439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:25,375 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334 0.066s 2023-07-24 11:28:25,376 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-335c77e5-8bf5-400d-84ec-856874a83a16', 'content-length': '905', 'open stack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-335c77e5-8bf5-400d-84ec-856874a83a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334'} Body: b'{"volume": {"id": "f1c66717-a259-4a5b-a951-1ab52fd5d334", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:22.000000", "updated_at": "2023-07-24T11:28:25.000000", "name": "tempest-TestVolumeSwap-volume-1940242439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f1c66717-a259-4a5b-a951-1ab52fd5d334"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:25,386 79624 INFO [tempest.common.waiters] volume f1c66717-a259-4a5b-a951-1ab52fd5d334 reached available after waiting for 3.386597 seconds 2023-07-24 11:28:25,706 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes 0.319s 2023-07-24 11:28:25,707 79624 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-1097111522"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32034a57-362b-42aa-aa06-17b067e953a1', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32034a57-362b-42aa-aa06-17b067e953a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes'} Body: b'{"volume": {"id": "f02fb95e-0542-49f2-be73-1d99bba8c898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:25.624170", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1097111522", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:25,776 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898 0.052s 2023-07-24 11:28:25,776 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b12bedc-42c8-45a9-a831-e224f8f2d079', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b12bedc-42c8-45a9-a831-e224f8f2d079', 'connection': 'close', 'status': '200', 'content-location': 'http://10. 0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898'} Body: b'{"volume": {"id": "f02fb95e-0542-49f2-be73-1d99bba8c898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:26.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1097111522", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:26,849 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898 0.061s 2023-07-24 11:28:26,849 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d5b477-a877-4e65-9328-b0cbd8b84028', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d5b477-a877-4e65-9328-b0cbd8b84028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898'} Body: b'{"volume": {"id": "f02fb95e-0542-49f2-be73-1d99bba8c898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:26.000000", "updated_at": "2023-07-24T11:28:26.000000", "name": "tempest-TestVolumeSwap-volume-1097111522", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:27,912 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898 0.051s 2023-07-24 11:28:27,913 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fde16740-7dca-4dc4-a366-4abb25c18011', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fde16740-7dca-4dc4-a366-4abb25c18011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898'} Body: b'{"volume": {"id": "f02fb95e-0542-49f2-be73-1d99bba8c898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:26.000000", "updated_at": "2023-07-24T11:2 8:26.000000", "name": "tempest-TestVolumeSwap-volume-1097111522", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:28,998 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898 0.073s 2023-07-24 11:28:28,998 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1c3f2a-ff01-415a-891b-252fa6192e3a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1c3f2a-ff01-415a-891b-252fa6192e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898'} Body: b'{"volume": {"id": "f02fb95e-0542-49f2-be73-1d99bba8c898", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:26.000000", "updated_at": "2023-07-24T11:28:28.000000", "name": "tempest-TestVolumeSwap-volume-1097111522", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a91abc11cbb444cb4aeed258793e963/volumes/f02fb95e-0542-49f2-be73-1d99bba8c898"}], "user_id": "3080a3158356407884a818c869bcec04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:29,009 79624 INFO [tempest.common.waiters] volume f02fb95e-0542-49f2-be73-1d99bba8c898 reached available after waiting for 4.009817 seconds 2023-07-24 11:28:29,010 79624 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:29,219 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.206s 2023-07-24 11:28:29,220 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1567644231", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDs/JURXI0Agjn9xjig2WOAf321bOz1THJCUXQNxzHrTEa9wFIXdsOVCgdqmDW/YBwheIfbpZ5p4EsplNCB0jF42Q9aK1PVdchSBnjhrr/mBLHyytqYPjYJ/Ru6Keen4pA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:29 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-a5e57f69-7caf-4565-844d-264945f39cc4', 'x-compute-request-id': 'req-a5e57f69-7caf-4565-844d-264945f39cc4', 'connection': 'close', 'status': '200', 'content-location': ' http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1567644231", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDs/JURXI0Agjn9xjig2WOAf321bOz1THJCUXQNxzHrTEa9wFIXdsOVCgdqmDW/YBwheIfbpZ5p4EsplNCB0jF42Q9aK1PVdchSBnjhrr/mBLHyytqYPjYJ/Ru6Keen4pA==", "fingerprint": "45:c3:60:d0:af:3d:97:fe:76:61:5d:82:81:d8:37:1e", "user_id": "3080a3158356407884a818c869bcec04"}}' 2023-07-24 11:28:29,224 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1567644231 created 2023-07-24 11:28:29,904 79624 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.678s 2023-07-24 11:28:29,904 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2052260850", "description": "tempest-description--761113304"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-00ae7ca1-0454-496d-8f2d-f35cc41ad42a', 'date': 'Mon, 24 Jul 2023 11:28:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fd361393-db1d-4308-ba58-774a15ab1f5c", "name": "tempest-securitygroup--2052260850", "stateful": true, "tenant_id": "8a91abc11cbb444cb4aeed258793e963", "description": "tempest-description--761113304", "shared": false, "security_group_rules": [{"id": "6a470ec4-ec8d-41c6-8502-c807ff22b851", "project_id": "8a91abc11cbb444cb4aeed258793e963", "tenant_id": "8a91abc11cbb444cb4aeed258793e963", "security_group_id": "fd361393-db1d-4308-ba58-774a15ab1f5c", "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": 353, "description": null, "tags": [], "created_at": "2023-07-24T11:28:29Z", "updated_at": "2023-07-24T11:28:29Z", "revision_number": 0}, {"id": "f1d98f69-7773-47a1-917b-e79f641bd2b2", "project_id": "8a91abc11cbb444cb4aeed258793e963", "tenant_id": "8a91abc11cbb444cb4aeed258793e963", "security_group_id": "fd361393-db1d-4308-ba58-774a15ab1f5c", "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": 352, "description": null, "tags": [], "created_at": "2023-07-24T11:28:29Z", "updated_at": "2023-07-24T11:28:29Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:29Z", "updated_at": "2023-07-24T11:28:29Z", "revision_number": 1, "project_id": "8a91abc11cbb444cb4aeed258793e963"}}' 2023-07-24 11:28:30,515 79624 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.610s 2023-07-24 11:28:30,515 79624 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": "fd361393-db1d-4308-ba58-774a15ab1f5c", "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-058af957-f7cf-4e0a-b576-d910aa315022', 'date': 'Mon, 24 Jul 2023 11:28: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": "e412f563-fce1-42d5-b082-cf76a2925ec9", "project_id": "8a91abc11cbb444cb4aeed258793e963", "tenant_id": "8a91abc11cbb444cb 4aeed258793e963", "security_group_id": "fd361393-db1d-4308-ba58-774a15ab1f5c", "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-24T11:28:30Z", "updated_at": "2023-07-24T11:28:30Z", "revision_number": 0}}' 2023-07-24 11:28:30,803 79624 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.287s 2023-07-24 11:28:30,804 79624 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": "fd361393-db1d-4308-ba58-774a15ab1f5c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bab4ea64-9e4a-4455-bac8-275bc33f774f', 'date': 'Mon, 24 Jul 2023 11:28: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": "29f8951d-b517-4333-be9c-dd18b81ce4b1", "project_id": "8a91abc11cbb444cb4aeed258793e963", "tenant_id": "8a91abc11cbb444cb4aeed258793e963", "security_group_id": "fd361393-db1d-4308-ba58-774a15ab1f5c", "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-24T11:28:30Z", "updated_at": "2023-07-24T11:28:30Z", "revision_number": 0}}' 2023-07-24 11:28:30,804 79624 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2052260850 created 2023-07-24 11:28:32,416 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.612s 2023-07-24 11:28:32,417 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-dc80ab41-f581-4fc2-831b-fe458c056263', 'date': 'Mon, 24 Jul 2023 11:28:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9ca8222f-7989-43dd-9b25-860ed998967a", "tenant_id": "8a91abc11cbb444cb4aeed258793e963", "floating_ip_address": "172.24.4.91", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8a91abc11cbb444cb4aeed258793e963", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:31Z", "updated_at": "2023-07-24T11:28:31Z", "revision_number": 0}}' 2023-07-24 11:28:32,417 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9ca8222f-7989-43dd-9b25-860ed998967a', 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'floating_ip_address': '172.24.4.91', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8a91abc11cbb444cb4aeed258793e963', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:31Z', 'updated_at': '2023-07-24T11:28:31Z', 'revision_number': 0, 'ip': '172.24.4.91'} created 2023-07-24 11:28:32,532 79624 INFO [tempest.lib.common.rest_client ] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.109s 2023-07-24 11:28:32,532 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2799', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e14a6bc5-f97c-488c-9ad4-c70c0cc145d7', '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": "3080a3158356407884a818c869bcec04", "name": "tempest-TestVolumeSwap-800732167-project-member", "password_expires_at": null}, "audit_ids": ["05N7fQ3sSa-VAVs1OWs4zg"], "expires_at": "2023-07-24T12:28:32.000000Z", "issued_at": "2023-07-24T11:28:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a91abc11cbb444cb4aeed258793e963", "name": "tempest-TestVolumeSwap-800732167"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a91abc11cbb444cb4aeed258793e963", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a91abc11cbb444cb4aeed258793e963", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:32,533 79624 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': '53afd3bd-a9ea-4167-b75c-ba6441a33b54', 'name': 'tempest-TestVolumeSwap-1653777949-network', 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8a91abc11cbb444cb4aeed258793e963', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40931, 'is_default': False, 'avail ability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:35Z', 'updated_at': '2023-07-24T11:27:35Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:32,534 79624 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1567644231', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDs/JURXI0Agjn9xjig2WOAf321bOz1THJCUXQNxzHrTEa9wFIXdsOVCgdqmDW/YBwheIfbpZ5p4EsplNCB0jF42Q9aK1PVdchSBnjhrr/mBLHyytqYPjYJ/Ru6Keen4pA==', 'fingerprint': '45:c3:60:d0:af:3d:97:fe:76:61:5d:82:81:d8:37:1e', 'user_id': '3080a3158356407884a818c869bcec04', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBOnGHtjuE6LNPxIISPvsTAO/lcjRRv44MarJne8aqRve68qBFkCRQd\nPqagGNW/qjigBwYFK4EEACKhZANiAAQ7PyVEVyNAII5/cY4oNljgH99tWzs9UxyQ\nlF0Dccx60xGvcBSF3bDlQoHapg1v2AcIXiH26WeaeBLKZTQgdIxeNkPWitT1XXIU\ngZ44a6/5gSx8sramD42Cf0buinnp+KQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fd361393-db1d-4308-ba58-774a15ab1f5c', 'name': 'tempest-securitygroup--2052260850', 'stateful': True, 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'description': 'tempest-description--761113304', 'shared': False, 'security_group_rules': [{'id': '6a470ec4-ec8d-41c6-8502-c807ff22b851', 'project_id': '8a91abc11cbb444cb4aeed258793e963', 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'security_group_id': 'fd361393-db1d-4308-ba58-774a15ab1f5c', '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': 353, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:29Z', 'updated_at': '2023-07-24T11:28:29Z', 'revision_number': 0}, {'id': 'f1d98f69-7773-47a1-917b-e79f641bd2b2', 'project_id': '8a91abc11cbb444cb4aeed258793e963', 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'security_group_id': 'fd361393-db1d-4308-ba58-774a15ab1f5c', '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': 352, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:29Z', 'updated_at': '2023-07-24T11:28:29Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:28:29Z', 'updated_at': '2023-07-24T11:28:29Z', 'revision_number': 1, 'project_id': '8a91abc11cbb444cb4aeed258793e963'}, 'floating_ip': {'id': '9ca8222f-7989-43dd-9b25-860ed998967a', 'tenant_id': '8a91abc11cbb444cb4aeed258793e963', 'floating_ip_address': '172.24.4.91', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8a91abc11cbb444cb4aeed258793e963', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:31Z', 'updated_at': '2023-07-24T11:28:31Z', 'revision_number': 0, 'ip': '172.24.4.91'}} 2023-07-24 11:28:32,571 79624 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.037s 2023-07-24 11:28:32,571 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-54356074", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "53afd3bd-a9ea-4167-b75c-ba6441a33b54"}], "security_groups": [{"name": "tempest-securitygroup--2052260850"}], "key_name": "tempest-keypair-1567644231", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:2 8:32 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-cc4346ff-e20f-4bdc-90d9-9c857ae3e1cd', 'x-compute-request-id': 'req-cc4346ff-e20f-4bdc-90d9-9c857ae3e1cd', '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.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 94, in test_attach_scsi_disk_with_config_drive server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:22,909 79604 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/b529fdc1-349f-4017-9753-574081f4a985 0.452s 2023-07-24 11:28:22,909 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dfa0945f-857e-4950-8652-a9b92c62f257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985'} 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": "80a68516d6bc42f2bdfd019023639925", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b529fdc1-349f-4017-9753-574081f4a985", "created_at": "2023-07-24T11:24:13Z", "updated_at": "2023-07-24T11:24:15Z", "tags": [], "self": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985", "file": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:28:24,621 79604 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 1.665s 2023-07-24 11:28:24,622 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-55d802bd-85fe-4b7b-958f-00341d55b105', '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": "b1f76ad017de4cb78e068d2902b5d4a4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4441bb6-8713-4afe-ab05-0b0d680d441a", "created_at": "2023-07-24T11:28:24Z", "updated_at": "2023-07-24T11:28:24Z", "tags": [], "self": "/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a", "file": "/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:28:27,387 79604 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-24 11:28:27,388 79604 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/f4441bb6-8713-4afe-ab05-0b0d680d441a/file 2.765s 2023-07-24 11:28:27,389 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c5c52ca1-2eba-4536-8aa1-e6a08dfe05c9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a/file'} Body: b'' 2023-07-24 11:28:27,390 79604 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:28:27,390 79604 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:27,650 79604 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.255s 2023-07-24 11:28:27,651 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1436808933", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGDgcx3NLNop7jYs6ygUrByUTD/qNbYvTYvKQpza49CpILmzwVNUPeupm6azhWlC9jWtIHf+rwkRLbYuMaH3yA0ITCWwxHG+TJksDZC/gAsPQ6MUmQG+WNtZMSBfZcQ6lg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 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-0af564ea-0560-4c04-92c3-c27903679673', 'x-compute-request-id': 'req-0af564ea-0560-4c04-92c3-c27903679673', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1436808933", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGDgcx3NLNop7jYs6ygUrByUTD/qNbYvTYvKQpza49CpILmzwVNUPeupm6azhWlC9jWtIHf+rwkRLbYuMaH3yA0ITCWwxHG+TJksDZC/gAsPQ6MUmQG+WNtZMSBfZcQ6lg==", "fingerprint": "95:96:f4:43:e0:b1:39:18:9e:d8:b3:e1:06:76:ce:6e", "user_id": "4988f06920d4459ea988058a91955ee6"}}' 2023-07-24 11:28:27,659 79604 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1436808933 created 2023-07-24 11:28:28,204 79604 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.543s 2023-07-24 11:28:28,205 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1882755707", "description": "tempest-description--1096697854"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-d45d0f23-49d6-4959-9202-c5cf2e24d1c6', 'date': 'Mon, 24 Jul 2023 11:28:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "name": "tempest-securitygroup--1882755707", "stateful": true, "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "description": "tempest-description--1096697854", "shared": false, "security_group_rules": [{"id": "b9710ee5-75f5-4f3b-b02c-e93d263a80d0", "project_id": "9d40b9c61401435fbf11f796c423dca8", "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "security_group_id": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "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": 343, "description": null, "tags": [], "created_at": "2023-07-24T11:28:27Z", "updated_at": "2023-07-24T11:28:27Z", "revision_number": 0}, {"id": "e7373002-81be-43f2-b70d-3e0b4fe61153", "project_id": "9d40b9c61401435fbf11f796c423dca8", "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "security_group_id": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "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": 342, "description": null, "tags": [], "created_at": "2023-07-24T11:28:27Z", "updated_at": "2023-07-24T11:28:27Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:27Z", "updated_at": "2023-07-24T11:28:27Z", "revision_number": 1, "project_id": "9d40b9c61401435fbf11f796c423dca8"}}' 2023-07-24 11:28:29,115 79604 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.909s 2023-07-24 11:28:29,115 79604 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": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "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-c1e894a0-0a39-4834-a375-9744ab04ca73', 'date': 'Mon, 24 Jul 2023 11:28: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": "cd4d21e3-b936-4a22-84e2-a305b56314eb", "project_id": "9d40b9c61401435fbf11f796c423dca8", "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "security_group_id": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "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-24T11:28:28Z", "updated_at": "2023-07-24T11:28:28Z", "revision_number": 0}}' 2023-07-24 11:28:29,870 79604 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.755s 2023-07-24 11:28:29,871 79604 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": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6dffc02c-7677-48e4-ba0e-bd42eae04aca', 'date': 'Mon, 24 Jul 2023 11:28: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": "57b5356e-b664-40ce-b1d4-127deb4a0e7c", "project_id": "9d40b9c61401435fbf11f796c423dca8", "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "security_group_id": "9b9376a8-91d5-480d-8853-0d01a11b2bd2", "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-24T11:28:29Z", "updated_at": "2023-07-24T11:28:29Z", "revision_number": 0}}' 2023-07-24 11:28:29,871 79604 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1882755707 created 2023-07-24 11:28:31,207 79604 INFO [tempest.lib.common.rest_client] Reques t (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.335s 2023-07-24 11:28:31,208 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b115a719-73f1-4e85-811b-c7cda2b71be6', 'date': 'Mon, 24 Jul 2023 11:28:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "23abe372-cd4d-4cf3-a978-670a6590c611", "tenant_id": "9d40b9c61401435fbf11f796c423dca8", "floating_ip_address": "172.24.4.169", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9d40b9c61401435fbf11f796c423dca8", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:30Z", "updated_at": "2023-07-24T11:28:30Z", "revision_number": 0}}' 2023-07-24 11:28:31,208 79604 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '23abe372-cd4d-4cf3-a978-670a6590c611', 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'floating_ip_address': '172.24.4.169', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d40b9c61401435fbf11f796c423dca8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:30Z', 'updated_at': '2023-07-24T11:28:30Z', 'revision_number': 0, 'ip': '172.24.4.169'} created 2023-07-24 11:28:31,351 79604 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.136s 2023-07-24 11:28:31,352 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:31 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-364c5010-2ff8-47e9-9048-507015cfd8df', '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": "4988f06920d4459ea988058a91955ee6", "name": "tempest-AttachSCSIVolumeTestJSON-404169403-project-member", "password_expires_at": null}, "audit_ids": ["SCWAwO1bQfqvOr8QOt_N8A"], "expires_at": "2023-07-24T12:28:31.000000Z", "issued_at": "2023-07-24T11:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d40b9c61401435fbf11f796c423dca8", "name": "tempest-AttachSCSIVolumeTestJSON-404169403"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d40b9c61401435fbf11f796c423dca8", "region": "RegionOne"}], " id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d40b9c61401435fbf11f796c423dca8", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9d40b9c61401435fbf11f796c423dca8", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:31,353 79604 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'c2ab3175-08ea-4bb9-82f1-d42c227050b3', 'name': 'tempest-AttachSCSIVolumeTestJSON-406614911-network', 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9d40b9c61401435fbf11f796c423dca8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2206, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:31,354 79604 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1436808933', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGDgcx3NLNop7jYs6ygUrByUTD/qNbYvTYvKQpza49CpILmzwVNUPeupm6azhWlC9jWtIHf+rwkRLbYuMaH3yA0ITCWwxHG+TJksDZC/gAsPQ6MUmQG+WNtZMSBfZcQ6lg==', 'fingerprint': '95:96:f4:43:e0:b1:39:18:9e:d8:b3:e1:06:76:ce:6e', 'user_id': '4988f06920d4459ea988058a91955ee6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDANWCRdXddfvhtINOlLFgTkNOl9ZaOwrr6P+I/yXTgBI+9ZREJPDDDN\nK96UheqSR5WgBwYFK4EEACKhZANiAARg4HMdzSzaKe42LOsoFKwclEw/6jW2L02L\nykKc2uPQqSC5s8FTVD3rqZums4VpQvY1rSB3/q8JES22LjGh98gNCEwlsMRxvkyZ\nLA2Qv4ALD0OjFJkBvljbWTEgX2XEOpY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9b9376a8-91d5-480d-8853-0d01a11b2bd2', 'name': 'tempest-securitygroup--1882755707', 'stateful': True, 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'description': 'tempest-description--1096697854', 'shared': False, 'security_group_rules': [{'id': 'b9710ee5-75f5-4f3b-b02c-e93d263a80d0', 'project_id': '9d40b9c61401435fbf11f796c423dca8', 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'security_group_id': '9b9376a8-91d5-480d-8853-0d01a11b2bd2', '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': 343, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:27Z', 'updated_at': '2023-07-24T11:28:27Z', 'revision_number': 0}, {'id': 'e7373002-81be-43f2-b70d-3e0b4fe61153', 'project_id': '9d40b9c61401435fbf11f796c423dca8', 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'security_group_id': '9b9376a8-91d5-480d-8853-0d01a11b2bd2', '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': 342, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:27Z', 'updated_at': '2023-07-24T11:28:27Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:28:27Z', 'updated_at': '2023-07-24T11:28:27Z', 'revision_number': 1, 'project_id': '9d40b9c61401435fbf11f796c423dca8'}, 'floating_ip': {'id': '23abe372-cd4d-4cf3-a978-670a6590c611', 'tenant_id': '9d40b9c61401435fbf11f796c423dca8', 'floating_ip_address': '172.24.4.169', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d40b9c61401435fbf11f796c423dca8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:30Z', 'updated_at': '2023-07-24T11:28:30Z', 'revision_number': 0, 'ip': '172.24.4.169'}} 2023-07-24 11:28:31,403 79604 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.048s 2023-07-24 11:28:31,404 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1713654680", "imageRef": "f4441bb6-8713-4afe-ab05-0b0d680d441a", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "c2ab3175-08ea-4bb9-82f1-d42c227050b3"}], "security_groups": [{"name": "tempest-securitygroup--1882755707"}], "key_name": "tempest-keypair-1436808933", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:31 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-593f76da-7899-4d0f-8999-83139c924238', 'x-compute-request-id': 'req-593f76da-7899-4d0f-8999-83139c924238', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:28:31,454 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1436808933 0.046s 2023-07-24 11:28:31,455 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:31 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-471537dc-c58d-4e2d-8389-eb9c864d3162', 'x-compute-request-id': 'req-471537dc-c58d-4e2d-8389-eb9c864d3162', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1436808933'} Body: b'' 2023-07-24 11:28:31,813 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9b9376a8-91d5-480d-8853-0d01a11b2bd2 0.357s 2023-07-24 11:28:31,813 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-a0710347-9be8-40ac-802b-01432562a393', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9b9376a8-91d5-480d-8853-0d01a11b2bd2'} Body: b'' 2023-07-24 11:28:31,841 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9b9376a8-91d5-480d-8853-0d01a11b2bd2 0.027s 2023-07-24 11:28:31,842 79604 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-d09bf5aa-0903-47bd-845c-de20f16c393b', 'date': 'Mon, 24 Jul 2023 11:28:31 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9b9376a8-91d5-480d-8853-0d01a11b2bd2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9b9376a8-91d5-480d-8853-0d01a11b2bd2 does not exist", "detail": ""}}' 2023-07-24 11:28:33,038 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/23abe372-cd4d-4cf3-a978-670a6590c611 1.196s 2023-07-24 11:28:33,039 79604 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-1fcb17c3-60c6-430b-896f-3e64ee6c7308', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:28:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/23abe372-cd4d-4cf3-a978-670a6590c611'} Body: b'' 2023-07-24 11:28:33,364 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a 0.324s 2023-07-24 11:28:33,364 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-cc5bd45b-5aa5-49b3-8d81-a6fcb2cb67d3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a'} Body: b'' 2023-07-24 11:28:33,382 79604 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a 0.016s 2023-07-24 11:28:33,382 79604 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-19121888-c53d-45d3-ba35-5aee40c73c06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/f4441bb6-8713-4afe-ab05-0b0d680d441a'} Body: b'{"message": "No image found with ID f4441bb6-8713-4afe-ab05-0b0d680d441a

\\n\\n\\n", "code": "404 Not Found", "title": "Not 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-24 11:28:53,525 79614 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:28:53,831 79614 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.302s 2023-07-24 11:28:53,832 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-308101593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLuAClOtz7vCrDdWrOuto7ToTpvsaduKD/Y+MDGmDsumYLW90fnywz9m4FuoveRMTNVmXP2k2IQ1vXAkXJfbpxpCGQtHtn6Wy5nlFaqMM/rGfDxwz1STaPSb16JHeriM/w=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27109fdd-13a0-400d-9821-651ea8e618d7', 'x-compute-request-id': 'req-27109fdd-13a0-400d-9821-651ea8e618d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-308101593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLuAClOtz7vCrDdWrOuto7ToTpvsaduKD/Y+MDGmDsumYLW90fnywz9m4FuoveRMTNVmXP2k2IQ1vXAkXJfbpxpCGQtHtn6Wy5nlFaqMM/rGfDxwz1STaPSb16JHeriM/w==", "fingerprint": "74:14:db:e3:98:1e:53:8a:5a:ac:b3:07:5d:67:da:24", "user_id": "bd203ed6b3d14d60a473cb9c360cb16b"}}' 2023-07-24 11:28:53,838 79614 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-308101593 created 2023-07-24 11:28:54,422 79614 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.583s 2023-07-24 11:28:54,422 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--369909236", "description": "tempest-description--61291966"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-162a603e-9f85-46da-a0b2-f200bfbfd715', 'date': 'Mon, 24 Jul 2023 11:28:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "name": "tempest-securitygroup--369909236", "stateful": true, "tenant_id": "07150d033a0949089d710221180a95ce", "description": "tempest-description--61291966", "shared": false, "security_group_rules": [{"id": "ae8e2be2-7365-4f08-9935-65d3cfb60055", "project_id": "07150d033a0949089d710221180a95ce", "tenant_id": "07150d033a0949089d710221180a95ce", "security_group_id": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "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": 441, "description": null, "tags": [], "created_at": "2023-07-24T11:28:54Z", "updated_at": "2023-07-24T11:28:54Z", "revision_number": 0}, {"id": "d2d5c882-24a6-4dd0-b49f-9f1d062d06fc", "project_id": "07150d033a0949089d710221180a95ce", "tenant_id": "07150d033a0949089d710221180a95ce", "security_group_id": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "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": 438, "description": null, "tags": [], "created_at": "2023-07-24T11:28:54Z", "updated_at": "2023-07-24T11:28:54Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:28:54Z", "updated_at": "2023-07-24T11:28:54Z", "revision_number": 1, "project_id": "07150d033a0949089d710221180a95ce"}}' 2023-07-24 11:28:55,112 79614 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.689s 2023-07-24 11:28:55,113 79614 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": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "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-6432237c-cd45-4b62-ae62-5795defd47fb', 'date': 'Mon, 24 Jul 2023 11:28: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": "97a8fc92-cd66-461a-9984-7bab388c541d", "project_id": "07150d033a0949089d710221180a95ce", "tenant_id": "07150d033a0949089d710221180a95ce", "security_group_id": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "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-24T11:28:54Z", "updated_at": "2023-07-24T11:28:54Z", "revision_number": 0}}' 2023-07-24 11:28:55,456 79614 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.343s 2023-07-24 11:28:55,457 79614 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": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-45a472b3-9e63-4f53-8b73-8d65e7f09b2e', 'date': 'Mon, 24 Jul 2023 11:28: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": "3533bf6b-f9a6-450f-85fd-e5b28b66d4a2", "project_id": "07150d033a0949089d710221180a95ce", "tenant_id": "07150d033a0949089d710221180a95ce", "security_group_id": "838e015b-036f-42ec-9e9b-8fb186af1bb8", "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-24T11:28:55Z", "updated_at": "2023-07-24T11:28:55Z", "revision_number": 0}}' 2023-07-24 11:28:55,457 79614 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--369909236 created 2023-07-24 11:28:56,664 79614 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 1.206s 2023-07-24 11:28:56,665 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fa bb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b0a85646-8bc9-4303-b718-76651dc21ce6', 'date': 'Mon, 24 Jul 2023 11:28:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bb98867c-c7dc-48fa-960f-61a6aa311a37", "tenant_id": "07150d033a0949089d710221180a95ce", "floating_ip_address": "172.24.4.161", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "07150d033a0949089d710221180a95ce", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:28:56Z", "updated_at": "2023-07-24T11:28:56Z", "revision_number": 0}}' 2023-07-24 11:28:56,665 79614 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bb98867c-c7dc-48fa-960f-61a6aa311a37', 'tenant_id': '07150d033a0949089d710221180a95ce', 'floating_ip_address': '172.24.4.161', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07150d033a0949089d710221180a95ce', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:56Z', 'updated_at': '2023-07-24T11:28:56Z', 'revision_number': 0, 'ip': '172.24.4.161'} created 2023-07-24 11:28:56,773 79614 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.103s 2023-07-24 11:28:56,774 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8f350fa7-121d-4830-b644-ce917d5fc317', '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": "bd203ed6b3d14d60a473cb9c360cb16b", "name": "tempest-ServerStableDeviceRescueTest-881709896-project-member", "password_expires_at": null}, "audit_ids": ["WCKKFHMLRROyxfp8hdgN8g"], "expires_at": "2023-07-24T12:28:56.000000Z", "issued_at": "2023-07-24T11:28:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07150d033a0949089d710221180a95ce", "name": "tempest-ServerStableDeviceRescueTest-881709896"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07150d033a0949089d710221180a95ce", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"end points": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/07150d033a0949089d710221180a95ce", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/07150d033a0949089d710221180a95ce", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:28:56,774 79614 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'd6c1f50c-e8c9-40d6-b178-8413b5d80968', 'name': 'tempest-ServerStableDeviceRescueTest-2121034948-network', 'tenant_id': '07150d033a0949089d710221180a95ce', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '07150d033a0949089d710221180a95ce', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6566, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:28:41Z', 'updated_at': '2023-07-24T11:28:41Z', 'revision_number': 1} available for tenant 2023-07-24 11:28:56,775 79614 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-308101593', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLuAClOtz7vCrDdWrOuto7ToTpvsaduKD/Y+MDGmDsumYLW90fnywz9m4FuoveRMTNVmXP2k2IQ1vXAkXJfbpxpCGQtHtn6Wy5nlFaqMM/rGfDxwz1STaPSb16JHeriM/w==', 'fingerprint': '74:14:db:e3:98:1e:53:8a:5a:ac:b3:07:5d:67:da:24', 'user_id': 'bd203ed6b3d14d60a473cb9c360cb16b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCb/m10DDDKWHHsvJ7f7VFSs9mndx0sqeS8wR+NuRB24garYpoXNaBB\nfH1uaYXOUNmgBwYFK4EEACKhZANiAAS7gApTrc+7wqw3VqzrraO06E6b7Gnbig/2\nPjAxpg7LpmC1vdH58sM/ZuBbqL3kTEzVZlz9pNiENb1wJFyX26caQhkLR7Z+lsuZ\n5RWqjDP6xnw8cM9Uk2j0m9eiR3q4jP8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '838e015b-036f-42ec-9e9b-8fb186af1bb8', 'name': 'tempest-securitygroup--369909236', 'stateful': True, 'tenant_id': '07150d033a0949089d710221180a95ce', 'description': 'tempest-description--61291966', 'shared': False, 'security_group_rules': [{'id': 'ae8e2be2-7365-4f08-9935-65d3cfb60055', 'project_id': '07150d033a0949089d710221180a95ce', 'tenant_id': '07150d033a0949089d710221180a95ce', 'security_group_id': '838e015b-036f-42ec-9e9b-8fb186af1bb8', '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': 441, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:54Z', 'updated_at': '2023-07-24T11:28:54Z', 'revision_number': 0}, {'id': 'd2d5c882-24a6-4dd0-b49f-9f1d062d06fc', 'project_id': '07150d033a0949089d710221180a95ce', 'tenant_id': '07150d033a0949089d710221180a95ce', 'security_group_id': '838e015b-036f-42ec-9e9b-8fb186af1bb8', '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, 'stand ard_attr_id': 438, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:28:54Z', 'updated_at': '2023-07-24T11:28:54Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:28:54Z', 'updated_at': '2023-07-24T11:28:54Z', 'revision_number': 1, 'project_id': '07150d033a0949089d710221180a95ce'}, 'floating_ip': {'id': 'bb98867c-c7dc-48fa-960f-61a6aa311a37', 'tenant_id': '07150d033a0949089d710221180a95ce', 'floating_ip_address': '172.24.4.161', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '07150d033a0949089d710221180a95ce', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:28:56Z', 'updated_at': '2023-07-24T11:28:56Z', 'revision_number': 0, 'ip': '172.24.4.161'}} 2023-07-24 11:28:56,805 79614 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.029s 2023-07-24 11:28:56,806 79614 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-131991513", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "d6c1f50c-e8c9-40d6-b178-8413b5d80968"}], "security_groups": [{"name": "tempest-securitygroup--369909236"}], "key_name": "tempest-keypair-308101593", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-b53b8387-680b-4f72-a8f5-09171fc19ec2', 'x-compute-request-id': 'req-b53b8387-680b-4f72-a8f5-09171fc19ec2', '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_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 179, in test_attach_volumes_with_nonexistent_volume_id server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:02,674 79612 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.089s 2023-07-24 11:29:02,675 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:02 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-9f16f8f7-e94a-42c4-8b59-eb3ffe4ef07a', '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": "7cf822f4b93348889f648959f58cdca8", "name": "tempest-VolumesNegativeTest-1238844189-project-member", "password_expires_at": null}, "audit_ids": ["Kpl2j-mOTvqGIuE4UpyItQ"], "expires_at": "2023-07-24T12:29:02.000000Z", "issued_at": "2023-07-24T11:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a4e531709654486ab59db5c5d6b78854", "name": "tempest-VolumesNegativeTest-1238844189"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a4e531709654486ab59db5c5d6b78854", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a4e531709654486ab59db5c5d6b78854", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a4e531709654486ab59db5c5d6b78854", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:02,675 79612 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-24 11:29:02,699 79612 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 11:29:02,699 79612 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-75450104", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29: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-af0e6ebd-4191-49cf-9efd-67620522701b', 'x-compute-request-id': 'req-af0e6ebd-4191-49cf-9efd-67620522701b', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 840, 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.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:11,681 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes 1.004s 2023-07-24 11:28:11,681 79618 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-228215803", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea416acc-beec-4b15-b9fb-d30e607b0685', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea416acc-beec-4b15-b9fb-d30e607b0685', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:11.605081", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:11,767 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.064s 2023-07-24 11:28:11,768 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50194972-cc97-4a3e-9f95-a4c223d716db', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50194972-cc97-4a3e-9f95-a4c223d716db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:12,849 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.060s 2023-07-24 11 :28:12,850 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44974152-c18f-47f5-a087-84ff55415ff1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44974152-c18f-47f5-a087-84ff55415ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:14,045 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.184s 2023-07-24 11:28:14,046 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df2f04a-3e75-4c20-9f07-3b4669ce6164', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5df2f04a-3e75-4c20-9f07-3b4669ce6164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:15,122 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.065s 2023-07-24 11:28:15,123 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'dat e': 'Mon, 24 Jul 2023 11:28:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d133e6e-d602-4a1f-9021-3db1267053d3', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d133e6e-d602-4a1f-9021-3db1267053d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:16,183 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.043s 2023-07-24 11:28:16,183 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74abfe5a-2686-428b-83b5-926194f43834', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74abfe5a-2686-428b-83b5-926194f43834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:17,243 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.046s 2023-07-24 11:28:17,243 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json ', 'x-compute-request-id': 'req-6d1acac7-7554-4cca-a4e8-6894115ee2fe', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d1acac7-7554-4cca-a4e8-6894115ee2fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:18,310 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.049s 2023-07-24 11:28:18,311 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-912588d3-40d7-40c7-aded-d00ba7f26893', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-912588d3-40d7-40c7-aded-d00ba7f26893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:19,369 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.047s 2023-07-24 11:28:19,370 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b97c8559-3a48-44fe-9757-41ba603dd50e', 'content-length': '973', 'openstack -api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b97c8559-3a48-44fe-9757-41ba603dd50e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:20,450 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.069s 2023-07-24 11:28:20,451 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e49a04-b235-4a9c-b02c-ac8c38a0aa3b', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e49a04-b235-4a9c-b02c-ac8c38a0aa3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:21,534 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.072s 2023-07-24 11:28:21,534 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-377db7e5-9c96-44f9-8b10-9918f5e820cd', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-377db7e5-9c96 -44f9-8b10-9918f5e820cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:22,618 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.071s 2023-07-24 11:28:22,619 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c38442-2153-40ec-8e75-e3c6c6867e17', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c38442-2153-40ec-8e75-e3c6c6867e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:23,716 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.074s 2023-07-24 11:28:23,716 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f983c30-4c78-458f-80bf-6429cb1db59e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f983c30-4c78-458f-80bf-6429cb1db59e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.21 0/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:24,837 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.100s 2023-07-24 11:28:24,838 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3858de0d-cbba-4ae4-9c42-1efc8df3ffe2', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3858de0d-cbba-4ae4-9c42-1efc8df3ffe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:25,909 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.054s 2023-07-24 11:28:25,909 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a61f4a-ecc9-488a-a288-f915c18b8699', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a61f4a-ecc9-488a-a288-f915c18b8699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:26,980 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.057s 2023-07-24 11:28:26,981 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17dd2010-da46-486b-baf4-52877abc1b2d', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17dd2010-da46-486b-baf4-52877abc1b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:28,044 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.051s 2023-07-24 11:28:28,044 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91efc8b2-548d-4bcc-a045-0e65317ca3ac', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91efc8b2-548d-4bcc-a045-0e65317ca3ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1 , "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:29,128 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.073s 2023-07-24 11:28:29,128 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9be0a593-16fa-4f5f-b934-ae5ee55746f2', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9be0a593-16fa-4f5f-b934-ae5ee55746f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:30,217 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.073s 2023-07-24 11:28:30,218 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3d07a0-d625-4a3c-a1c0-b3ea1dcc4812', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3d07a0-d625-4a3c-a1c0-b3ea1dcc4812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24 T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:31,296 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.065s 2023-07-24 11:28:31,296 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3421ec-0100-461a-947a-f76055e77cd6', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3421ec-0100-461a-947a-f76055e77cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:32,382 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.073s 2023-07-24 11:28:32,382 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8528bd34-64e4-4f91-a8eb-ed960492ca5d', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8528bd34-64e4-4f91-a8eb-ed960492ca5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": nul l, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:33,445 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.042s 2023-07-24 11:28:33,446 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82101c43-5172-42b2-b7b9-18a84e0baace', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82101c43-5172-42b2-b7b9-18a84e0baace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:34,532 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.074s 2023-07-24 11:28:34,532 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1b48546-0d2c-47e6-9f80-9cf69249bfb9', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1b48546-0d2c-47e6-9f80-9cf69249bfb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:35,626 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.074s 2023-07-24 11:28:35,627 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea22da43-3037-499c-beb9-0464a2a22f30', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea22da43-3037-499c-beb9-0464a2a22f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:36,695 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.047s 2023-07-24 11:28:36,695 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbd1a317-107c-457c-9500-51cd2844d461', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbd1a317-107c-457c-9500-51cd2844d461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8 a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:37,756 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.049s 2023-07-24 11:28:37,759 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c4bacb6-f756-4a95-b91a-289a67373417', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c4bacb6-f756-4a95-b91a-289a67373417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:38,836 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.056s 2023-07-24 11:28:38,837 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-644b67a6-73b3-49b1-9f92-e12523aba649', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-644b67a6-73b3-49b1-9f92-e12523aba649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb9 5f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:39,902 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.053s 2023-07-24 11:28:39,903 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144b1d48-0cd5-4fa2-91ff-71bc77870404', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144b1d48-0cd5-4fa2-91ff-71bc77870404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:40,985 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.066s 2023-07-24 11:28:40,986 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-024cb4f7-831f-400e-aef3-dab4cc941bf4', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-024cb4f7-831f-400e-aef3-dab4cc941bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447b b0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:42,082 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.062s 2023-07-24 11:28:42,086 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b467cff-db32-4f6a-a8c5-3ee84e8c185c', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b467cff-db32-4f6a-a8c5-3ee84e8c185c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:43,159 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.054s 2023-07-24 11:28:43,160 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74353961-a068-46fe-b31c-725465641c2f', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74353961-a068-46fe-b31c-725465641c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistency group_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:44,226 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.045s 2023-07-24 11:28:44,227 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b1683d6-76c4-4ea7-b9dd-647489404e6b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b1683d6-76c4-4ea7-b9dd-647489404e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:44.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:45,295 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.050s 2023-07-24 11:28:45,295 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fbe6ba1-12b3-4718-8699-e056451dbaee', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fbe6ba1-12b3-4718-8699-e056451dbaee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:44.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verif ied": "False"}, "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:46,373 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.064s 2023-07-24 11:28:46,374 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24857c10-783a-472f-97ba-dad203a68b83', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24857c10-783a-472f-97ba-dad203a68b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:44.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:47,430 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.044s 2023-07-24 11:28:47,431 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed551e9e-5921-4f87-bc6b-d5ba85fab346', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed551e9e-5921-4f87-bc6b-d5ba85fab346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:44.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11: 28:48,497 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.052s 2023-07-24 11:28:48,497 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74dcd5eb-6483-4360-a695-c0facf2b317b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74dcd5eb-6483-4360-a695-c0facf2b317b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:44.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:49,624 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade 0.115s 2023-07-24 11:28:49,624 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f611ff4f-debe-479a-b22e-43b04ebcfdda', 'content-length': '1394', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f611ff4f-debe-479a-b22e-43b04ebcfdda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade'} Body: b'{"volume": {"id": "89f8a225-999d-456b-8cc2-501d31027ade", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:12.000000", "updated_at": "2023-07-24T11:28:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-228215803", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/89f8a225-999d-456b-8cc2-501d31027ade"}], "user_id": "dce7760c6876447bb0632f834248d365", "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": " b529fdc1-349f-4017-9753-574081f4a985", "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": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:49,636 79618 INFO [tempest.common.waiters] volume 89f8a225-999d-456b-8cc2-501d31027ade reached available after waiting for 38.636233 seconds 2023-07-24 11:28:49,878 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes 0.240s 2023-07-24 11:28:49,878 79618 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-350512627"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcac21a5-775b-40f8-8cf9-b4ace41d24d6', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcac21a5-775b-40f8-8cf9-b4ace41d24d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes'} Body: b'{"volume": {"id": "b6285059-83d7-4e94-a102-bf91a266ed02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:49.797249", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-350512627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:49,968 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02 0.073s 2023-07-24 11:28:49,968 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6d98ff1-f8b8-48f0-b36c-caab881d0e7f', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6d98ff1-f8b8-48f0-b36c-caab881d0e7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02'} Body: b'{"volume": {"id": "b6285059-83d7-4e94-a102-bf91a266ed02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:50.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-350512627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:51,053 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02 0.073s 2023-07-24 11:28:51,054 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-788130e1-f2a6-4c17-be06-89b3f232843d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-788130e1-f2a6-4c17-be06-89b3f232843d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02'} Body: b'{"volume": {"id": "b6285059-83d7-4e94-a102-bf91a266ed02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:50.000000", "updated_at": "2023-07-24T11:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-350512627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:52,176 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02 0.111s 2023-07-24 11:28:52,176 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed5a1a1-f892-4316-8836-548688038082', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed5a1a1-f892-4316-8836-548688038082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02'} Body: b'{"volume": {"id": "b6285059-83d7-4e94-a102-bf91a266ed02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:50.000000", "updated_at": "2023-07-24T11:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-350512627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:53,277 79618 INFO [tempest.lib.common.rest_client] Requ est (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02 0.079s 2023-07-24 11:28:53,277 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db10b22c-2397-467c-88d6-8af6fd2b29e2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db10b22c-2397-467c-88d6-8af6fd2b29e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02'} Body: b'{"volume": {"id": "b6285059-83d7-4e94-a102-bf91a266ed02", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:50.000000", "updated_at": "2023-07-24T11:28:52.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-350512627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/b6285059-83d7-4e94-a102-bf91a266ed02"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:53,295 79618 INFO [tempest.common.waiters] volume b6285059-83d7-4e94-a102-bf91a266ed02 reached available after waiting for 4.295036 seconds 2023-07-24 11:28:53,638 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes 0.343s 2023-07-24 11:28:53,638 79618 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-183886301"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfa9614b-63bd-4a1f-b7ae-c7a3a3c155f6', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfa9614b-63bd-4a1f-b7ae-c7a3a3c155f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:53.524788", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:53,725 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes /880db127-e419-4e79-92d2-54edc21fe6f5 0.075s 2023-07-24 11:28:53,725 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b38a6ff-e051-4a64-aa08-4fa7dbef1524', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b38a6ff-e051-4a64-aa08-4fa7dbef1524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:54,808 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5 0.071s 2023-07-24 11:28:54,808 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76bceb6c-cd34-43bb-931d-d7e0ecd308a5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76bceb6c-cd34-43bb-931d-d7e0ecd308a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:55,918 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5 0.091s 2023-07-24 11:28:55,919 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a38b7a-b45b-4eb9-be98-950afef23fb4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a38b7a-b45b-4eb9-be98-950afef23fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:57,001 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5 0.071s 2023-07-24 11:28:57,002 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37f9078-d032-4f6c-ab8e-677de0534330', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37f9078-d032-4f6c-ab8e-677de0534330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:58,080 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5 0.067s 2023-07-24 11:28:58,081 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-953da842-a83a-4e8c-99e0-816a1c8c46e2', 'content-le ngth': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-953da842-a83a-4e8c-99e0-816a1c8c46e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5'} Body: b'{"volume": {"id": "880db127-e419-4e79-92d2-54edc21fe6f5", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:57.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-183886301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/72800d0fb95f4ad1be1b36c5efa3e726/volumes/880db127-e419-4e79-92d2-54edc21fe6f5"}], "user_id": "dce7760c6876447bb0632f834248d365", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:28:58,091 79618 INFO [tempest.common.waiters] volume 880db127-e419-4e79-92d2-54edc21fe6f5 reached available after waiting for 5.091140 seconds 2023-07-24 11:29:00,637 79618 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.545s 2023-07-24 11:29:00,637 79618 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-721545822"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-73293e4e-3280-4ee9-bff2-374a269e43ca', 'date': 'Mon, 24 Jul 2023 11:29:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"24fe0e81-4e93-4c14-b63a-25c79201e21c","name":"tempest-device-tagging-net1-721545822","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"72800d0fb95f4ad1be1b36c5efa3e726","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-24T11:28:58Z","updated_at":"2023-07-24T11:28:58Z","revision_number":1}}' 2023-07-24 11:29:02,346 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.708s 2023-07-24 11:29:02,346 79618 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-1480850065"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-29357ae9-ba80-4087-a282-bee7c51aaecc', 'date': 'Mon, 24 Jul 2023 11:29:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"c9fb1f47-7925-4caf-a79e-6301c50ef49a","name":"tempest-device-tagging-net2-1480850065","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"72800d0fb95f4ad1be1b36c5efa3e726","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-24T11:29:00Z","update d_at":"2023-07-24T11:29:00Z","revision_number":1}}' 2023-07-24 11:29:06,240 79618 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 3.893s 2023-07-24 11:29:06,240 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "24fe0e81-4e93-4c14-b63a-25c79201e21c", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-684f2647-81e9-48cf-8648-afc524632f0f', 'date': 'Mon, 24 Jul 2023 11:29:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"2bddf581-71df-4497-b1e6-452e0f8175b0","name":"","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","network_id":"24fe0e81-4e93-4c14-b63a-25c79201e21c","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-24T11:29:03Z","updated_at":"2023-07-24T11:29:03Z","revision_number":0,"project_id":"72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:29:08,691 79618 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.450s 2023-07-24 11:29:08,691 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "c9fb1f47-7925-4caf-a79e-6301c50ef49a", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-6f0cad5d-1e41-4890-9837-ec61161f2087', 'date': 'Mon, 24 Jul 2023 11:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"33baeaaa-d134-4c14-9e3d-65e388c45ef1","name":"","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","network_id":"c9fb1f47-7925-4caf-a79e-6301c50ef49a","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-24T11:29:06Z","updated_at":"2023-07-24T11:29:06Z","revision_number":0,"project_id":"72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:29:11,292 79618 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 2.600s 2023-07-24 11:29:11,292 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "24fe0e81-4e93-4c14-b63a-25c79201e21c", "name": "tempest-TaggedBootDevicesTest_v242-1948245333", "fixed_ips": [{"subnet_id": "2bddf581-71df-4497-b1e6-452e0f8175b0"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-ec153b5a-9f57-44c8-9920-05d1782c22c6', 'date': 'Mon, 24 Jul 2023 11:29:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"1b372868-01dd-42af-b01d-871e3b308c5b","name":"tempest-TaggedBootDevicesTest_v242-1948245333","network_id":"24fe0e81-4e93-4c14-b63a-25c79201e21c","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","mac_address":"fa:16:3e:38:cc:5f","admin_state_up":true,"status":"DOWN","de vice_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2bddf581-71df-4497-b1e6-452e0f8175b0","ip_address":"10.1.1.7"}],"project_id":"72800d0fb95f4ad1be1b36c5efa3e726","port_security_enabled":true,"security_groups":["446c06df-a676-49f6-9a60-a857e0790d2e"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T11:29:09Z","updated_at":"2023-07-24T11:29:10Z","revision_number":1}}' 2023-07-24 11:29:12,408 79618 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.115s 2023-07-24 11:29:12,408 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "24fe0e81-4e93-4c14-b63a-25c79201e21c", "name": "tempest-TaggedBootDevicesTest_v242-174233868", "fixed_ips": [{"subnet_id": "2bddf581-71df-4497-b1e6-452e0f8175b0"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-d1b27221-4298-4a85-8674-f572682d8006', 'date': 'Mon, 24 Jul 2023 11:29:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"f5e254bf-9f4a-4f16-ab63-8a365cacde64","name":"tempest-TaggedBootDevicesTest_v242-174233868","network_id":"24fe0e81-4e93-4c14-b63a-25c79201e21c","tenant_id":"72800d0fb95f4ad1be1b36c5efa3e726","mac_address":"fa:16:3e:02:fc:02","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2bddf581-71df-4497-b1e6-452e0f8175b0","ip_address":"10.1.1.129"}],"project_id":"72800d0fb95f4ad1be1b36c5efa3e726","port_security_enabled":true,"security_groups":["446c06df-a676-49f6-9a60-a857e0790d2e"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T11:29:11Z","updated_at":"2023-07-24T11:29:11Z","revision_number":1}}' 2023-07-24 11:29:12,412 79618 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:29:12,412 79618 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:29:12,484 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-07-24 11:29:12,485 79618 DEBUG [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-610371852", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHbqq5ty7nCAq7J+DCIYKUHehdqTIzhrz+bCUbfixlhwogtUI2aHpCRIg61UUXB/6Bx6MWWoXpG+dAbHqF9SWrIKSbEtgY1sImrXF49SJLeoBncG+gu1ZHKhv0uusS5IPQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc3406a7-c291-414a-9052-302df1b4966a', 'x-compute-request-id': 'req-fc3406a7-c291-414a-9052-302df1b4966a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-610371852", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHbqq5ty7nCAq7J+DCIYKUHehdqTIzhrz+bCUbfixlhwogtUI2aHpCRIg61UUXB/6Bx6MWWoXpG+dAbHqF9SWrIKSbEtgY1sImrXF49SJLeoBncG+gu1ZHKhv0uusS5IPQ==", "fingerprint": "ab:d1:f7:cc:5d:2f:e7:9e:63:ae:6a:fe:23:f8:df:76", "user_id": "dce7760c6876447bb0632f834248d365"}}' 2023-07-24 11:29:12,488 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-610371852 created 2023-07-24 11:29:13,006 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.516s 2023-07-24 11:29:13,006 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--471359385", "description": "tempest-description--941986952"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-e543e272-3a6b-41c5-a228-bf4885dcde8d', 'date': 'Mon, 24 Jul 2023 11:29:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "name": "tempest-securitygroup--471359385", "stateful": true, "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "description": "tempest-description--941986952", "shared": false, "security_group_rules": [{"id": "79f57c92-50e6-40d1-a1fe-2b98d89bb33e", "project_id": "72800d0fb95f4ad1be1b36c5efa3e726", "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "security_group_id": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "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": 548, "description": null, "tags": [], "created_at": "2023-07-24T11:29:12Z", "updated_at": "2023-07-24T11:29:12Z", "revision_number": 0}, {"id": "81c4d183-f181-474d-a150-95852df669b7", "project_id": "72800d0fb95f4ad1be1b36c5efa3e726", "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "security_group_id": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "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": 549, "description": null, "tags": [], "created_at": "2023-07-24T11:29:12Z", "updated_at": "2023-07-24T11:29:12Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:29:12Z", "updated_at": "2023-07-24T11:29:12Z", "revision_number": 1, "project_id": "72800d0fb95f4ad1be1b36c5efa3e726"}}' 2023-07-24 11:29:13,368 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.361s 2023-07-24 11:29:13,368 79618 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": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "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-f4c15ef7-daf6-4cc9-8912-c09f979ef04a', 'date': 'Mon, 24 Jul 2023 11:29:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "05990f56-da7f-4b72-99f5-a6f55da7c945", "project_id": "72800d0fb95f4ad1be1b36c5efa3e726", "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "security_group_id": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "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-24T11:29:13Z", "updated_at": "2023-07-24T11:29:13Z", "revision_number": 0}}' 2023-07-24 11:29:13,902 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.533s 2023-07-24 11:29:13,902 79618 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": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8fd2533c-443c-46a8-8157-30e170162fd1', 'date': 'Mon, 24 Jul 2023 11:29:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c15c3606-70db-4cc9-9f66-c0ad8747d1d9", "project_id": "72800d0fb95f4ad1be1b36c5efa3e726", "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "security_group_id": "85d979a8-bc18-4d6e-8485-ada109fd5f41", "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-24T11:29:13Z", "updated_at": "2023-07-24T11:29:13Z", "revision_number": 0}}' 2023-07-24 11:29:13,903 79618 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--471359385 created 2023-07-24 11:29:15,689 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.785s 2023-07-24 11:29:15,689 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-4de828c2-0092-4f45-b77a-ab90b3e5b1a6', 'date': 'Mon, 24 Jul 2023 11:29:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d8e3186a-2a72-423c-a5c0-cd42ce7d6145", "tenant_id": "72800d0fb95f4ad1be1b36c5efa3e726", "floating_ip_address": "172.24.4.57", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "72800d0fb95f4ad1be1b36c5efa3e726", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:29:14Z", "updated_at": "2023-07-24T11:29:14Z", "revision_number": 0}}' 2023-07-24 11:29:15,689 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd8e3186a-2a72-423c-a5c0-cd42ce7d6145', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'floating_ip_address': '172.24.4.57', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:14Z', 'updated_at': '2023-07-24T11:29:14Z', 'revision_number': 0, 'ip': '172.24.4.57'} created 2023-07-24 11:29:15,804 79618 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.096s 2023-07-24 11:29:15,805 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'cont ent-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-066be858-14df-47b0-bc0f-f0488d1c7aad', '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": "dce7760c6876447bb0632f834248d365", "name": "tempest-TaggedBootDevicesTest_v242-1672005929-project-member", "password_expires_at": null}, "audit_ids": ["mRvk8Oz6SDWHzgbOn-gucA"], "expires_at": "2023-07-24T12:29:15.000000Z", "issued_at": "2023-07-24T11:29:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72800d0fb95f4ad1be1b36c5efa3e726", "name": "tempest-TaggedBootDevicesTest_v242-1672005929"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:15,806 79618 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '8aad4c42-978d-427f-b6f6-c2a4361ff938', 'name': 'tempest-TaggedBootDevicesTest_v242-529513951-network', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13637, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:15,869 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_t agged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.052s 2023-07-24 11:29:15,869 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3d5dfca5-c6e7-4cf7-bc80-c0f1b1c3468a', '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": "dce7760c6876447bb0632f834248d365", "name": "tempest-TaggedBootDevicesTest_v242-1672005929-project-member", "password_expires_at": null}, "audit_ids": ["AvKLTic0RV6ORs8uGF1VLg"], "expires_at": "2023-07-24T12:29:15.000000Z", "issued_at": "2023-07-24T11:29:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72800d0fb95f4ad1be1b36c5efa3e726", "name": "tempest-TaggedBootDevicesTest_v242-1672005929"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/72800d0fb95f4ad1be1b36c5efa3e726", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:15,870 79618 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '8aad4c42-978d-427f-b6f6-c2a4361ff938', 'name': 'tempest-TaggedBootDevicesTest_v242-529513951-network', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 1 3637, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:15,870 79618 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-610371852', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHbqq5ty7nCAq7J+DCIYKUHehdqTIzhrz+bCUbfixlhwogtUI2aHpCRIg61UUXB/6Bx6MWWoXpG+dAbHqF9SWrIKSbEtgY1sImrXF49SJLeoBncG+gu1ZHKhv0uusS5IPQ==', 'fingerprint': 'ab:d1:f7:cc:5d:2f:e7:9e:63:ae:6a:fe:23:f8:df:76', 'user_id': 'dce7760c6876447bb0632f834248d365', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDecm/DqIBxRh9LgyNVYDWCFzL+wOLLPGaI6TrZCSrnPlQ2GKW3l6pR\nCB1ysv2wxjSgBwYFK4EEACKhZANiAAR26qubcu5wgKuyfgwiGClB3oXakyM4a8/m\nwlG34sZYcKILVCNmh6QkSIOtVFFwf+gcejFlqF6RvnQGx6hfUlqyCkmxLYGNbCJq\n1xePUiS3qAZ3BvoLtWRyob9LrrEuSD0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '85d979a8-bc18-4d6e-8485-ada109fd5f41', 'name': 'tempest-securitygroup--471359385', 'stateful': True, 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'description': 'tempest-description--941986952', 'shared': False, 'security_group_rules': [{'id': '79f57c92-50e6-40d1-a1fe-2b98d89bb33e', 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'security_group_id': '85d979a8-bc18-4d6e-8485-ada109fd5f41', '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': 548, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:12Z', 'updated_at': '2023-07-24T11:29:12Z', 'revision_number': 0}, {'id': '81c4d183-f181-474d-a150-95852df669b7', 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'security_group_id': '85d979a8-bc18-4d6e-8485-ada109fd5f41', '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': 549, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:12Z', 'updated_at': '2023-07-24T11:29:12Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:29:12Z', 'updated_at': '2023-07-24T11:29:12Z', 'revision_number': 1, 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726'}, 'floating_ip': {'id': 'd8e3186a-2a72-423c-a5c0-cd42ce7d6145', 'tenant_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'floating_ip_address': '172.24.4.57', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72800d0fb95f4ad1be1b36c5efa3e726', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:14Z', 'updated_at': '2023-07-24T11:29:14Z', 'revision_number': 0, 'ip': '172.24.4.57'}} 2023-07-24 11:29:15,900 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 11:29:15,900 79618 DEBUG [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-1456204688", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "8aad4c42-978d-427f-b6f6-c2a4361ff938"}, {"port": "1b372868-01dd-42af-b01d-871e3b308c5b", "tag": "port-1"}, {"port": "f5e254bf-9f4a-4f16-ab63-8a365cacde64", "tag": "port-2"}, {"uuid": "24fe0e81-4e93-4c14-b63a-25c79201e21c", "tag": "net-1"}, {"uuid": "24fe0e81-4e93-4c14-b63a-25c79201e21c"}, {"uuid": "c9fb1f47-7925-4caf-a79e-6301c50ef49a", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "c9fb1f47-7925-4caf-a79e-6301c50ef49a", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "89f8a225-999d-456b-8cc2-501d31027ade", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "b6285059-83d7-4e94-a102-bf91a266ed02", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "880db127-e419-4e79-92d2-54edc21fe6f5", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--471359385"}], "key_name": "tempest-keypair-610371852", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:15 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-72a88390-7166-4752-9a49-9a1a1bd8a39e', 'x-compute-request-id': 'req-72a88390-7166-4752-9a49-9a1a1bd8a39e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:15,936 79618 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-610371852 0.032s 2023-07-24 11:29:15,937 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:15 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-afeb36dc-28e7-45a6-985c-312b1699c364', 'x-compute-request-id': 'req-afeb36dc-28e7-45a6-985c-312b1699c364', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-610371852'} Body: b'' 2023-07-24 11:29:16,322 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/85d979a8-bc18-4d6e-8485-ada109fd5f41 0.384s 2023-07-24 11:29:16,322 79618 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-9c94bd4d-57a0-4935-ae6f-a8897aa1a4cd', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/85d979a8-bc18-4d6e-8485-ada109fd5f41'} Body: b'' 2023-07-24 11:29:16,344 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/85d979a8-bc18-4d6e-8485-ada109fd5f41 0.021s 2023-07-24 11:29:16,344 79618 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-a8dfcafc-c50b-4b4c-9625-d8f303a4358c', 'date': 'Mon, 24 Jul 2023 11:29:16 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0 .0.210:9696/networking/v2.0/security-groups/85d979a8-bc18-4d6e-8485-ada109fd5f41'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 85d979a8-bc18-4d6e-8485-ada109fd5f41 does not exist", "detail": ""}}' 2023-07-24 11:29:17,410 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/d8e3186a-2a72-423c-a5c0-cd42ce7d6145 1.065s 2023-07-24 11:29:17,410 79618 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-1161f5f2-5a0a-4935-82cc-848075d73168', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d8e3186a-2a72-423c-a5c0-cd42ce7d6145'} Body: b'' 2023-07-24 11:29:17,932 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/f5e254bf-9f4a-4f16-ab63-8a365cacde64 0.521s 2023-07-24 11:29:17,932 79618 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-0eb7292f-b8c2-45a0-8ade-8c74b0955362', 'date': 'Mon, 24 Jul 2023 11:29:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/f5e254bf-9f4a-4f16-ab63-8a365cacde64'} Body: b'' 2023-07-24 11:29:18,374 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/1b372868-01dd-42af-b01d-871e3b308c5b 0.441s 2023-07-24 11:29:18,375 79618 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-e0050ed8-cb5d-43e2-ae5f-70fbf77d0ee9', 'date': 'Mon, 24 Jul 2023 11:29:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/1b372868-01dd-42af-b01d-871e3b308c5b'} Body: b'' 2023-07-24 11:29:18,640 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/33baeaaa-d134-4c14-9e3d-65e388c45ef1 0.264s 2023-07-24 11:29:18,640 79618 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-5476d9a4-5d93-42e2-9f0f-4d8e78699446', 'date': 'Mon, 24 Jul 2023 11:29:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/33baeaaa-d134-4c14-9e3d-65e388c45ef1'} Body: b'' 2023-07-24 11:29:18,984 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/2bddf581-71df-4497-b1e6-452e0f8175b0 0.343s 2023-07-24 11:29:18,985 79618 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-b97e17de-4eef-47c7-b200-042a521fbc01', 'date': 'Mon, 24 Jul 2023 11:29:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/2bddf581-71df-4497-b1e6-452e0f8175b0'} Body: b'' 2023-07-24 11:29:20,209 79618 INFO [tempest.lib.common.rest_clien t] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/c9fb1f47-7925-4caf-a79e-6301c50ef49a 1.224s 2023-07-24 11:29:20,210 79618 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-8eaa65d2-50a6-4d46-a50b-0a6cf6ce2422', 'date': 'Mon, 24 Jul 2023 11:29:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/c9fb1f47-7925-4caf-a79e-6301c50ef49a'} Body: b'' 2023-07-24 11:29:22,433 79618 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/24fe0e81-4e93-4c14-b63a-25c79201e21c 2.223s 2023-07-24 11:29:22,434 79618 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-98af8263-2084-4550-a2da-33463b07e6d0', 'date': 'Mon, 24 Jul 2023 11:29:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/24fe0e81-4e93-4c14-b63a-25c79201e21c'} Body: b'' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 190, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:26,613 79606 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-24 11:29:27,704 79606 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 1.090s 2023-07-24 11:29:27,704 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1380143775", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-dbb41815-4570-4e2a-a21e-20923865871b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1380143775", "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": "a1659f3d654940d9971663ef8819bd27", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9033f160-83fd-4ac4-8438-f2da8434d1ca", "created_at": "2023-07-24T11:29:28Z", "updated_at": "2023-07-24T11:29:28Z", "tags": [], "self": "/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca", "file": "/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:29:29,647 79606 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/9033f160-83fd-4ac4-8438-f2da8434d1ca/file 1.942s 2023-07-24 11:29:29,647 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-78a5adf8-6e5f-45f6-91a2-0f3e55548567', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca/file'} Body: b'' 2023-07-24 11:29:29,647 79606 DEBUG [tempest.scenario.manager] image:9033f160-83fd-4ac4-8438-f2da8434d1ca 2023-07-24 11:29:29,707 79606 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.056s 2023-07-24 11:29:29,707 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-10470743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHdhGNapHsCqJnRKaPj6j7NOXsze2aXfEic1st5B/2X5XNcYTww7wWefF9/86EgVIEn88EL0nRpEsCbrM2ETjzKzMzeJolSY6UsUu6mRX79rtwbVGtveaHVx0Td3i+DEuA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19b3d09a-b647-4e83-a631-823678086083', 'x-compute-request-id': 'req-19b3d09a-b647-4e83-a631-823678086083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-10470743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHdhGNapHsCqJnRKaPj6j7NOXsze2aXfEic1st5B/2X5XNcYTww7wWefF9/86EgVIEn88EL0nRpEsCbrM2ETjzKzMzeJolSY6UsUu6mRX79rtwbVGtveaHVx0Td3i+DEuA==", "fingerprint": "04:29:0c:d9:f0:84:eb:f0:53:d9:a1:04:a1:7d:86:3a", "user_id": "201ca2a410fb4fb5bd9232440dcef5d4"}}' 2023-07-24 11:29:29,855 79606 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.139s 2023-07-24 11:29:29,856 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 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-5a1456e1-a7e8-4fe3-9a6e-85f18e11ea01', '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": "201ca2a410fb4fb5bd9232440dcef5d4", "name": "tempest-TestMinimumBasicScenario-2146852442-project-member", "password_expires_at": null}, "audit_ids": ["vHxz1MdGQca3GGiOj5QnjA"], "expires_at": "2023-07-24T12:29:29.000000Z", "issued_at": "2023-07-24T11:29:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a1659f3d654940d9971663ef8819bd27", "name": "tempest-TestMinimumBasicScenario-2146852442"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:29,856 79606 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '516380fd-c320-4dea-a6fa-6b77daa2d523', 'name': 'tempest-TestMinimumBasicScenario-1194973943-network', 'tenant_id': 'a1659f3d654940d9971663ef8819bd27', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a1659f3d654940d9971663ef8819bd27', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33106, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:28:57Z', 'updated_at': '2023-07-24T11:28:57Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:29,907 79606 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.049s 2023-07-24 11:29:29,907 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-686309925", "imageRef": "9033f160-83fd-4ac4-8438-f2da8434d1ca", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-10470743", "networks": [{"uuid": "516380fd-c320-4dea-a6fa-6b77daa2d523"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 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-553b1488-6959-4e33-be53-4b5d09ad0969', 'x-compute-request-id': 'req-553b1488-6959-4e33-be53-4b5d09ad0969', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:29,961 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-10470743 0.051s 2023-07-24 11:29:29,962 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 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-a06e6d99-bc3c-4a44-b86a-74a88fe5075f', 'x-compute-request-id': 'req-a06e6d99-bc3c-4a44-b86a-74a88fe5075f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-10470743'} Body: b'' 2023-07-24 11:29:30,084 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca 0.122s 2023-07-24 11:29:30,085 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-31ed43ca-48a2-4432-8619-9f08d13527f8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9033f160-83fd-4ac4-8438-f2da8434d1ca'} Body: b'' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:28:20,034 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes 0.826s 2023-07-24 11:28:20,035 79610 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-1386372061", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-757a184b-83ab-4281-a1dd-f9390a21c648', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-757a184b-83ab-4281-a1dd-f9390a21c648', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:19.922337", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:20,121 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.067s 2023-07-24 11:28:20,122 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5df22e2-2123-4d6a-b01e-e51c6f3bde67', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5df22e2-2123-4d6a-b01e-e51c6f3bde67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:21,207 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.070s 2023-07-24 11:28:21,208 79610 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bf7b063-b8b6-4240-88be-f0d2ecc2140b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bf7b063-b8b6-4240-88be-f0d2ecc2140b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:22,338 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.115s 2023-07-24 11:28:22,338 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6c1383-e6cd-40a3-80c3-b637325aad9e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6c1383-e6cd-40a3-80c3-b637325aad9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:23,428 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.074s 2023-07-24 11:28:23,428 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:23 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-158cc6e4-d929-4743-86a4-9f36a92abfc4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-158cc6e4-d929-4743-86a4-9f36a92abfc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:24,537 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.085s 2023-07-24 11:28:24,537 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a4fcab1-4b51-4b61-b13b-75e5078a87f6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a4fcab1-4b51-4b61-b13b-75e5078a87f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:25,595 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.046s 2023-07-24 11:28:25,596 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91d4ca41-8725-4e24-baf1-7fd7d5397e56', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-91d4ca41-8725-4e24-baf1-7fd7d5397e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:26,671 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.060s 2023-07-24 11:28:26,671 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05891675-fe28-4414-8950-dacdb65ba13d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05891675-fe28-4414-8950-dacdb65ba13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:27,731 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.048s 2023-07-24 11:28:27,732 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bb84ee8-6b9f-4488-8993-a3177a1dd982', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bb84ee8-6b9f-4488-8993-a3177a1dd982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body : b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:28,797 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.052s 2023-07-24 11:28:28,797 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6fd836-aa52-4e17-9da1-6a279276538b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6fd836-aa52-4e17-9da1-6a279276538b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:29,895 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.086s 2023-07-24 11:28:29,896 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9856b58d-2337-45ec-8050-64c06c4a91e2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9856b58d-2337-45ec-8050-64c06c4a91e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootD evicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:30,994 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.075s 2023-07-24 11:28:30,995 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567cf23e-e6c1-4713-a507-d7ec3a6d0220', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567cf23e-e6c1-4713-a507-d7ec3a6d0220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:32,099 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.086s 2023-07-24 11:28:32,099 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5696094a-f573-4ef5-b8f6-eb48e9e37036', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5696094a-f573-4ef5-b8f6-eb48e9e37036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/vol umes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:33,173 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.058s 2023-07-24 11:28:33,174 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87bf44ab-ef90-41c8-8f0a-adda824a78fa', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87bf44ab-ef90-41c8-8f0a-adda824a78fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:34,260 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.066s 2023-07-24 11:28:34,260 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1bab8df-f182-4ae7-b9a2-29b419a220c6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1bab8df-f182-4ae7-b9a2-29b419a220c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:35,361 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.080s 2023-07-24 11:28:35,362 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af07615c-4969-4ad2-bf72-cc0c45cc658c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af07615c-4969-4ad2-bf72-cc0c45cc658c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:36,422 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.046s 2023-07-24 11:28:36,423 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f63a0ef1-a88c-4b38-9a25-dd37a37d5000', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f63a0ef1-a88c-4b38-9a25-dd37a37d5000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:37,480 79610 INFO [tem pest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.046s 2023-07-24 11:28:37,481 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96346150-4b45-4b97-b869-8bd8c08baafd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96346150-4b45-4b97-b869-8bd8c08baafd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:38,553 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.056s 2023-07-24 11:28:38,554 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dbdea6c-b81a-450e-8e9d-6b906a179b41', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dbdea6c-b81a-450e-8e9d-6b906a179b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:39,615 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.042s 2023-07-24 11:28:39,615 79610 DE BUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97ac9e04-3505-4faf-99cd-7a1e9b49f25b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97ac9e04-3505-4faf-99cd-7a1e9b49f25b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:40,701 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.070s 2023-07-24 11:28:40,701 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f99b8715-2d9d-4e9a-8d74-c9f3856d9455', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f99b8715-2d9d-4e9a-8d74-c9f3856d9455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:41,784 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.070s 2023-07-24 11:28:41,785 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-830c8147-5e19-4855-8d3b-413983f6904a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-830c8147-5e19-4855-8d3b-413983f6904a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:42,865 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.056s 2023-07-24 11:28:42,866 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9cdb1fa-141a-4e3a-a5c9-a12e2f127892', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9cdb1fa-141a-4e3a-a5c9-a12e2f127892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:43,960 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.082s 2023-07-24 11:28:43,961 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f630c39b-fb70-4fd6-bebd-83ef06220081', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-f630c39b-fb70-4fd6-bebd-83ef06220081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:45,054 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.074s 2023-07-24 11:28:45,054 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c3deeb2-2357-47a2-9282-9d35110e4d66', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c3deeb2-2357-47a2-9282-9d35110e4d66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:46,122 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.045s 2023-07-24 11:28:46,122 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a0dd154-1b06-414d-b11d-1ed906049831', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a0dd154-1b06-414d-b11d-1ed906049831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:47,201 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.063s 2023-07-24 11:28:47,201 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa56fe95-3bea-47a4-8f46-7198fdb81a59', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa56fe95-3bea-47a4-8f46-7198fdb81a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:48,275 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.063s 2023-07-24 11:28:48,276 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efd11ff4-4a4b-42a2-a92d-c048bbf8e2f5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efd11ff4-4a4b-42a2-a92d-c048bbf8e2f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-Tag gedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:49,349 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.061s 2023-07-24 11:28:49,349 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f66e210a-300b-48dc-b0ee-99f852aaecb0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f66e210a-300b-48dc-b0ee-99f852aaecb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:50,430 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.070s 2023-07-24 11:28:50,431 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7578c94a-c65b-4688-b9a6-d2ab33c08a8e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7578c94a-c65b-4688-b9a6-d2ab33c08a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec 389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:51,535 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.081s 2023-07-24 11:28:51,536 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b08f6bd-8063-4ba1-8f14-c470a7baafcf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b08f6bd-8063-4ba1-8f14-c470a7baafcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:52,626 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.073s 2023-07-24 11:28:52,626 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53919b50-c1d0-4239-b2d9-06bd740f042d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53919b50-c1d0-4239-b2d9-06bd740f042d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "boo table": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:53,709 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2 0.069s 2023-07-24 11:28:53,709 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a72e1b9-6773-468a-b7f9-4bf307e3d023', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a72e1b9-6773-468a-b7f9-4bf307e3d023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2'} Body: b'{"volume": {"id": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:20.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest-volume-1386372061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/3e68a26e-7b89-4d71-be63-24fea8907fa2"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:53,725 79610 INFO [tempest.common.waiters] volume 3e68a26e-7b89-4d71-be63-24fea8907fa2 reached available after waiting for 33.725182 seconds 2023-07-24 11:28:54,149 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes 0.423s 2023-07-24 11:28:54,150 79610 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-713207493"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68ced14-eefa-4354-91d3-c93a79554a56', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68ced14-eefa-4354-91d3-c93a79554a56', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes'} Body: b'{"volume": {"id": "269abab6-e7ed-477d-8117-a8eefcadc214", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.014943", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-713207493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_vol id": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:54,249 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214 0.082s 2023-07-24 11:28:54,249 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3882752f-6168-4887-bee2-8d89855b2a2a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3882752f-6168-4887-bee2-8d89855b2a2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214'} Body: b'{"volume": {"id": "269abab6-e7ed-477d-8117-a8eefcadc214", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-713207493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:55,308 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214 0.046s 2023-07-24 11:28:55,308 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a3602c3-5217-41ad-b8a5-a191b8797b90', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a3602c3-5217-41ad-b8a5-a191b8797b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214'} Body: b'{"volume": {"id": "269abab6-e7ed-477d-8117-a8eefcadc214", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest-volume-713207493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}], "user_id": "f0d1a965baac4b4 5bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:56,371 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214 0.051s 2023-07-24 11:28:56,372 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cff6f01c-6826-4324-b6eb-afa66b891ae4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cff6f01c-6826-4324-b6eb-afa66b891ae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214'} Body: b'{"volume": {"id": "269abab6-e7ed-477d-8117-a8eefcadc214", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:54.000000", "name": "tempest-TaggedBootDevicesTest-volume-713207493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:57,437 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214 0.048s 2023-07-24 11:28:57,438 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c773317-5071-48c0-8e99-57f274ffca76', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c773317-5071-48c0-8e99-57f274ffca76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214'} Body: b'{"volume": {"id": "269abab6-e7ed-477d-8117-a8eefcadc214", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:54.000000", "updated_at": "2023-07-24T11:28:57.000000", "name": "tempest-TaggedBootDevicesTest-volume-713207493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/269abab6-e7ed-477d-8117-a8eefcadc214"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 1 1:28:57,448 79610 INFO [tempest.common.waiters] volume 269abab6-e7ed-477d-8117-a8eefcadc214 reached available after waiting for 3.448596 seconds 2023-07-24 11:28:57,726 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes 0.277s 2023-07-24 11:28:57,727 79610 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-1802434917"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43f7bee0-3904-4d83-9761-9ee1aa522232', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43f7bee0-3904-4d83-9761-9ee1aa522232', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes'} Body: b'{"volume": {"id": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:57.631891", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1802434917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:28:57,789 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd 0.051s 2023-07-24 11:28:57,789 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f1b66fc-068b-405d-b85b-0f98e5a3f911', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f1b66fc-068b-405d-b85b-0f98e5a3f911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd'} Body: b'{"volume": {"id": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:58.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1802434917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:28:58,987 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec 389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd 0.181s 2023-07-24 11:28:58,987 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a71e77ad-db9d-403c-83c6-2ae28af69308', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a71e77ad-db9d-403c-83c6-2ae28af69308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd'} Body: b'{"volume": {"id": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:58.000000", "updated_at": "2023-07-24T11:28:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1802434917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:00,379 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd 0.379s 2023-07-24 11:29:00,387 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df635142-3e3c-4146-8dc5-a51b2d15a914', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df635142-3e3c-4146-8dc5-a51b2d15a914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd'} Body: b'{"volume": {"id": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:58.000000", "updated_at": "2023-07-24T11:28:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1802434917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:01,470 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd 0.057s 2023-07-24 11:29:01,470 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8cd0a2f-b6a0-4bc5-848d-70b33199b055', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8cd0a2f-b6a0-4bc5-848d-70b33199b055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd'} Body: b'{"volume": {"id": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:28:58.000000", "updated_at": "2023-07-24T11:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-1802434917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930f704978894f0cb95d225a87ec389e/volumes/b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd"}], "user_id": "f0d1a965baac4b45bc7f62ed06aa4052", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:01,481 79610 INFO [tempest.common.waiters] volume b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd reached available after waiting for 4.481923 seconds 2023-07-24 11:29:03,500 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.018s 2023-07-24 11:29:03,501 79610 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-1128078450"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-15235985-1682-4469-87f1-35b0c3d44072', 'date': 'Mon, 24 Jul 2023 11:29:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"28ed2fa4-f615-4eb7-b559-4803bfd47b32","name":"tempest-device-tagging-net1-1128078450","tenant_id":"930f704978894f0cb95d225a87ec389e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"930f704978894f0cb95d225a87ec389e","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-24T11:29:01Z","updated_at":"2023-07-24T11:29:01Z","revision_number":1}}' 2023-07-24 11:29:06,012 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.511s 2023-07-24 11:29:06,013 79610 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-1351029805"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cf658ddb-d92d-4094-add9-23bc0a8ef1bf', 'date': 'Mon, 24 Jul 2023 11:29:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"71839c08-8441-4e3c-a874-fc6100aa70e9","name":"tempest-device-tagging-net2-1351029805","tenant_id":"930f704978894f0cb95d225a87ec389e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"930f704978894f0cb95d225a87ec389e","port_security_enab led":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-24T11:29:03Z","updated_at":"2023-07-24T11:29:03Z","revision_number":1}}' 2023-07-24 11:29:08,297 79610 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.283s 2023-07-24 11:29:08,298 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "28ed2fa4-f615-4eb7-b559-4803bfd47b32", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-ef21040a-afbb-43a4-b629-c4b212a3746e', 'date': 'Mon, 24 Jul 2023 11:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b93221fa-b201-4828-bb5b-99b4b37b9f7f","name":"","tenant_id":"930f704978894f0cb95d225a87ec389e","network_id":"28ed2fa4-f615-4eb7-b559-4803bfd47b32","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-24T11:29:06Z","updated_at":"2023-07-24T11:29:06Z","revision_number":0,"project_id":"930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:10,222 79610 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.924s 2023-07-24 11:29:10,222 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "71839c08-8441-4e3c-a874-fc6100aa70e9", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-d73df2fa-af41-4f41-bdb6-ed9a95aa98bf', 'date': 'Mon, 24 Jul 2023 11:29:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"f5108966-9d98-4f43-a063-f1726ddde7ff","name":"","tenant_id":"930f704978894f0cb95d225a87ec389e","network_id":"71839c08-8441-4e3c-a874-fc6100aa70e9","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-24T11:29:08Z","updated_at":"2023-07-24T11:29:08Z","revision_number":0,"project_id":"930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:11,619 79610 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.396s 2023-07-24 11:29:11,620 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "28ed2fa4-f615-4eb7-b559-4803bfd47b32", "name": "tempest-TaggedBootDevicesTest-1628926103", "fixed_ips": [{"subnet_id": "b93221fa-b201-4828-bb5b-99b4b37b9f7f"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '731', 'x-openstack-request-id': 'req-be98fb18-2f90-41dd-bc3d-723dcf8b4409', 'date': 'Mon, 24 Jul 2023 11:29:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"c176a5ea-4f05-4a0c-9898-959a59f9bf40","name":"tempest-Tagge dBootDevicesTest-1628926103","network_id":"28ed2fa4-f615-4eb7-b559-4803bfd47b32","tenant_id":"930f704978894f0cb95d225a87ec389e","mac_address":"fa:16:3e:8a:ec:31","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"b93221fa-b201-4828-bb5b-99b4b37b9f7f","ip_address":"10.1.1.9"}],"project_id":"930f704978894f0cb95d225a87ec389e","port_security_enabled":true,"security_groups":["f3f965f4-6920-463e-8689-bc2ea3bc9f80"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T11:29:10Z","updated_at":"2023-07-24T11:29:10Z","revision_number":1}}' 2023-07-24 11:29:14,183 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 2.563s 2023-07-24 11:29:14,183 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "28ed2fa4-f615-4eb7-b559-4803bfd47b32", "name": "tempest-TaggedBootDevicesTest-2019161920", "fixed_ips": [{"subnet_id": "b93221fa-b201-4828-bb5b-99b4b37b9f7f"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-a830a42c-a7e6-446e-b816-3964dd0cd4b9', 'date': 'Mon, 24 Jul 2023 11:29:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"15de2239-dfe3-4b13-a5d5-90c870f6583d","name":"tempest-TaggedBootDevicesTest-2019161920","network_id":"28ed2fa4-f615-4eb7-b559-4803bfd47b32","tenant_id":"930f704978894f0cb95d225a87ec389e","mac_address":"fa:16:3e:00:1e:d9","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"b93221fa-b201-4828-bb5b-99b4b37b9f7f","ip_address":"10.1.1.184"}],"project_id":"930f704978894f0cb95d225a87ec389e","port_security_enabled":true,"security_groups":["f3f965f4-6920-463e-8689-bc2ea3bc9f80"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T11:29:12Z","updated_at":"2023-07-24T11:29:12Z","revision_number":1}}' 2023-07-24 11:29:14,184 79610 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:29:14,184 79610 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:29:14,305 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.118s 2023-07-24 11:29:14,306 79610 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-1633420845", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdIUsuqJFH6w847p3iYGi1q5QOs9yZz0IE29/N+NkIomrDR5m+O2ZpyMVYnFHdkxs+ixspjUkcYhl72XEHvpqqeKf/jWSP+UDSu58oKDygVkjsQEncCj/mGOv7AFlaGsQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1491b699-c5a7-4edc-868b-ffccf0caffca', 'x-compute-request-id': 'req-1491b699-c5a7-4edc-868b-ffccf0caffca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1633420845", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdIUsuqJFH6w847p3iYGi1q5QOs9yZz0IE29/N+NkIomrDR5m+O2ZpyM VYnFHdkxs+ixspjUkcYhl72XEHvpqqeKf/jWSP+UDSu58oKDygVkjsQEncCj/mGOv7AFlaGsQ==", "fingerprint": "d9:69:ef:52:0a:20:1b:26:b0:0f:fc:35:16:eb:63:9d", "user_id": "f0d1a965baac4b45bc7f62ed06aa4052"}}' 2023-07-24 11:29:14,310 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1633420845 created 2023-07-24 11:29:15,106 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.795s 2023-07-24 11:29:15,107 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1230413127", "description": "tempest-description--2012485203"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-90fdcd92-146b-48b0-bdc8-dde1c7c9ab51', 'date': 'Mon, 24 Jul 2023 11:29:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "befc2321-5c99-415c-a80d-7f0549bdd655", "name": "tempest-securitygroup--1230413127", "stateful": true, "tenant_id": "930f704978894f0cb95d225a87ec389e", "description": "tempest-description--2012485203", "shared": false, "security_group_rules": [{"id": "14eec9d7-3a22-4dab-ab1c-109cbb693722", "project_id": "930f704978894f0cb95d225a87ec389e", "tenant_id": "930f704978894f0cb95d225a87ec389e", "security_group_id": "befc2321-5c99-415c-a80d-7f0549bdd655", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 560, "description": null, "tags": [], "created_at": "2023-07-24T11:29:14Z", "updated_at": "2023-07-24T11:29:14Z", "revision_number": 0}, {"id": "277a2e51-afe2-487e-a42e-525265602f1b", "project_id": "930f704978894f0cb95d225a87ec389e", "tenant_id": "930f704978894f0cb95d225a87ec389e", "security_group_id": "befc2321-5c99-415c-a80d-7f0549bdd655", "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": 561, "description": null, "tags": [], "created_at": "2023-07-24T11:29:14Z", "updated_at": "2023-07-24T11:29:14Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:29:14Z", "updated_at": "2023-07-24T11:29:14Z", "revision_number": 1, "project_id": "930f704978894f0cb95d225a87ec389e"}}' 2023-07-24 11:29:16,223 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.115s 2023-07-24 11:29:16,224 79610 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": "befc2321-5c99-415c-a80d-7f0549bdd655", "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-bb184a2c-9e0a-4e1a-a626-dc6d7a42bc34', 'date': 'Mon, 24 Jul 2023 11:29:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f422b059-6ba1-4391-91c6-43756e1b90d4", "project_id": "930f704978894f0cb95d225a87ec389e", "tenant_id": "930f704978894f0cb95d225a87ec389e", "security_group_id": "befc2321-5c99-415c-a80d-7f0549bdd655", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "norma lized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T11:29:15Z", "updated_at": "2023-07-24T11:29:15Z", "revision_number": 0}}' 2023-07-24 11:29:17,086 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.861s 2023-07-24 11:29:17,086 79610 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": "befc2321-5c99-415c-a80d-7f0549bdd655", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2ddaa927-f770-4922-8fdc-dfe123116d61', 'date': 'Mon, 24 Jul 2023 11:29: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": "00bda021-bca7-4444-a909-7746fff01b54", "project_id": "930f704978894f0cb95d225a87ec389e", "tenant_id": "930f704978894f0cb95d225a87ec389e", "security_group_id": "befc2321-5c99-415c-a80d-7f0549bdd655", "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-24T11:29:16Z", "updated_at": "2023-07-24T11:29:16Z", "revision_number": 0}}' 2023-07-24 11:29:17,087 79610 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1230413127 created 2023-07-24 11:29:20,606 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.518s 2023-07-24 11:29:20,607 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-291f774f-b8d1-4f09-864d-231f6cdadca6', 'date': 'Mon, 24 Jul 2023 11:29:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fffe25cd-dc70-40ea-bf5e-a88d5041dbaf", "tenant_id": "930f704978894f0cb95d225a87ec389e", "floating_ip_address": "172.24.4.52", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "930f704978894f0cb95d225a87ec389e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:29:18Z", "updated_at": "2023-07-24T11:29:18Z", "revision_number": 0}}' 2023-07-24 11:29:20,607 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fffe25cd-dc70-40ea-bf5e-a88d5041dbaf', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930f704978894f0cb95d225a87ec389e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:18Z', 'updated_at': '2023-07-24T11:29:18Z', 'revision_number': 0, 'ip': '172.24.4.52'} created 2023-07-24 11:29:20,712 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.097s 2023-07-24 11:29:20,712 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acc ept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:20 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-66d89333-fe12-4ee4-b7c9-9056cc312ec1', '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": "f0d1a965baac4b45bc7f62ed06aa4052", "name": "tempest-TaggedBootDevicesTest-1538124899-project-member", "password_expires_at": null}, "audit_ids": ["FcXGUPCYSauM9XxarRs14Q"], "expires_at": "2023-07-24T12:29:20.000000Z", "issued_at": "2023-07-24T11:29:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "930f704978894f0cb95d225a87ec389e", "name": "tempest-TaggedBootDevicesTest-1538124899"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:20,713 79610 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '52ded977-2669-430e-962d-751a04efc711', 'name': 'tempest-TaggedBootDevicesTest-738439582-network', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '930f704978894f0cb95d225a87ec389e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52255, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07 -24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:20,820 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.101s 2023-07-24 11:29:20,821 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:20 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-bcf2d9b4-0fe0-437e-a714-d7e34439e264', '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": "f0d1a965baac4b45bc7f62ed06aa4052", "name": "tempest-TaggedBootDevicesTest-1538124899-project-member", "password_expires_at": null}, "audit_ids": ["_UM7movjQX6yN2eSltJJyw"], "expires_at": "2023-07-24T12:29:20.000000Z", "issued_at": "2023-07-24T11:29:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "930f704978894f0cb95d225a87ec389e", "name": "tempest-TaggedBootDevicesTest-1538124899"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/930f704978894f0cb95d225a87ec389e", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:20,822 79610 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '52ded977-2669-430e-962d-751a04efc711', 'name': 'tempest-TaggedBootDevicesTest-738439582-network', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '930f704978894f0cb95d225a87ec389e', 'port_se curity_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52255, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:27:36Z', 'updated_at': '2023-07-24T11:27:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:20,822 79610 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1633420845', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdIUsuqJFH6w847p3iYGi1q5QOs9yZz0IE29/N+NkIomrDR5m+O2ZpyMVYnFHdkxs+ixspjUkcYhl72XEHvpqqeKf/jWSP+UDSu58oKDygVkjsQEncCj/mGOv7AFlaGsQ==', 'fingerprint': 'd9:69:ef:52:0a:20:1b:26:b0:0f:fc:35:16:eb:63:9d', 'user_id': 'f0d1a965baac4b45bc7f62ed06aa4052', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAJ2eSkgXYzbuWS+Q2ZwTDLdnHQ6extXhx0eRD/bK0maH9I3NiNFJqK\nx+qY+7Ei466gBwYFK4EEACKhZANiAAQ3SFLLqiRR+sPOO6d4mBotauUDrPcmc9CB\nNvfzfjZCKJqw0eZvjtmacjFWJxR3ZMbPosbKY1JHGIZe9lxB76aqnin/41kj/lA0\nrufKCg8oFZI7EBJ3Ao/5hjr+wBZWhrE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'befc2321-5c99-415c-a80d-7f0549bdd655', 'name': 'tempest-securitygroup--1230413127', 'stateful': True, 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'description': 'tempest-description--2012485203', 'shared': False, 'security_group_rules': [{'id': '14eec9d7-3a22-4dab-ab1c-109cbb693722', 'project_id': '930f704978894f0cb95d225a87ec389e', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'security_group_id': 'befc2321-5c99-415c-a80d-7f0549bdd655', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 560, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:14Z', 'updated_at': '2023-07-24T11:29:14Z', 'revision_number': 0}, {'id': '277a2e51-afe2-487e-a42e-525265602f1b', 'project_id': '930f704978894f0cb95d225a87ec389e', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'security_group_id': 'befc2321-5c99-415c-a80d-7f0549bdd655', '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': 561, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:14Z', 'updated_at': '2023-07-24T11:29:14Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:29:14Z', 'updated_at': '2023-07-24T11:29:14Z', 'revision_number': 1, 'project_id': '930f704978894f0cb95d225a87ec389e'}, 'floating_ip': {'id': 'fffe25cd-dc70-40ea-bf5e-a88d5041dbaf', 'tenant_id': '930f704978894f0cb95d225a87ec389e', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930f704978894f0cb95d225a87ec389e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:18Z', 'updated_at': '2023-07-24T11:29:18Z', 'revision_number': 0, 'ip': '172.24.4.52'}} 2023-07-24 11:29:20,853 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-24 11:29:20,854 79610 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-2013466467", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "52ded977-2669-430e-962d-751a04efc711"}, {"port": "c176a5ea-4f05-4a0c-9898-95 9a59f9bf40", "tag": "port-1"}, {"port": "15de2239-dfe3-4b13-a5d5-90c870f6583d", "tag": "port-2"}, {"uuid": "28ed2fa4-f615-4eb7-b559-4803bfd47b32", "tag": "net-1"}, {"uuid": "28ed2fa4-f615-4eb7-b559-4803bfd47b32"}, {"uuid": "71839c08-8441-4e3c-a874-fc6100aa70e9", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "71839c08-8441-4e3c-a874-fc6100aa70e9", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "3e68a26e-7b89-4d71-be63-24fea8907fa2", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "269abab6-e7ed-477d-8117-a8eefcadc214", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "b89ad389-cbc6-4fa6-87fe-cf00c9f5edfd", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1230413127"}], "key_name": "tempest-keypair-1633420845", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:20 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-ed5f8931-205f-45d9-aa63-0501ae199dee', 'x-compute-request-id': 'req-ed5f8931-205f-45d9-aa63-0501ae199dee', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:20,914 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1633420845 0.056s 2023-07-24 11:29:20,915 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29: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-6d0921a9-7212-490d-b00d-a3f022e303af', 'x-compute-request-id': 'req-6d0921a9-7212-490d-b00d-a3f022e303af', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1633420845'} Body: b'' 2023-07-24 11:29:22,214 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/befc2321-5c99-415c-a80d-7f0549bdd655 1.297s 2023-07-24 11:29:22,214 79610 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-acd6cc19-9a29-4a9a-b5bd-9b2c2f2dfec9', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/befc2321-5c99-415c-a80d-7f0549bdd655'} Body: b'' 2023-07-24 11:29:22,236 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/befc2321-5c99-415c-a80d-7f0549bdd655 0.021s 2023-07-24 11:29:22,237 79610 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-809566cc-0852-439 7-9616-fe7d6b562fae', 'date': 'Mon, 24 Jul 2023 11:29:22 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/befc2321-5c99-415c-a80d-7f0549bdd655'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group befc2321-5c99-415c-a80d-7f0549bdd655 does not exist", "detail": ""}}' 2023-07-24 11:29:22,997 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fffe25cd-dc70-40ea-bf5e-a88d5041dbaf 0.759s 2023-07-24 11:29:22,997 79610 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-0c8b8367-044c-40af-85ff-d93d3edb4673', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fffe25cd-dc70-40ea-bf5e-a88d5041dbaf'} Body: b'' 2023-07-24 11:29:23,894 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/15de2239-dfe3-4b13-a5d5-90c870f6583d 0.896s 2023-07-24 11:29:23,894 79610 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-0be2e1ca-58fc-498e-9294-04c27b0ccf30', 'date': 'Mon, 24 Jul 2023 11:29:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/15de2239-dfe3-4b13-a5d5-90c870f6583d'} Body: b'' 2023-07-24 11:29:24,993 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/c176a5ea-4f05-4a0c-9898-959a59f9bf40 1.099s 2023-07-24 11:29:24,994 79610 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-3008f399-4452-432f-abd2-68c5ca42ce49', 'date': 'Mon, 24 Jul 2023 11:29:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/c176a5ea-4f05-4a0c-9898-959a59f9bf40'} Body: b'' 2023-07-24 11:29:25,608 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/f5108966-9d98-4f43-a063-f1726ddde7ff 0.614s 2023-07-24 11:29:25,609 79610 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-fe514543-015f-43eb-ace0-2f68278dc210', 'date': 'Mon, 24 Jul 2023 11:29:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/f5108966-9d98-4f43-a063-f1726ddde7ff'} Body: b'' 2023-07-24 11:29:26,288 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/b93221fa-b201-4828-bb5b-99b4b37b9f7f 0.678s 2023-07-24 11:29:26,288 79610 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-e00aea0a-278b-43e7-9ff9-f6dd7ebb4af0', 'date': 'Mon, 24 Jul 2023 11:29:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/b93221fa-b201-48 28-bb5b-99b4b37b9f7f'} Body: b'' 2023-07-24 11:29:28,628 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/71839c08-8441-4e3c-a874-fc6100aa70e9 2.338s 2023-07-24 11:29:28,628 79610 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-071ab7da-2fd0-4e8b-977c-da5ed9589d7a', 'date': 'Mon, 24 Jul 2023 11:29:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/71839c08-8441-4e3c-a874-fc6100aa70e9'} Body: b'' 2023-07-24 11:29:30,577 79610 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/28ed2fa4-f615-4eb7-b559-4803bfd47b32 1.948s 2023-07-24 11:29:30,578 79610 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-4af79d56-b0ba-45ae-a299-94412d19437c', 'date': 'Mon, 24 Jul 2023 11:29:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/28ed2fa4-f615-4eb7-b559-4803bfd47b32'} Body: b'' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 110, in test_minimum_basic_scenario server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:30,089 79606 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-24 11:29:31,432 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 1.342s 2023-07-24 11:29:31,432 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--889549183", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-595ebf77-e6c9-4c30-abe9-08b6e987a447', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--889549183", "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": "a1659f3d654940d9971663ef8819bd27", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1e85f5aa-afca-4d07-8288-5ffb6df7d9f8", "created_at": "2023-07-24T11:29:31Z", "updated_at": "2023-07-24T11:29:31Z", "tags": [], "self": "/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8", "file": "/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:29:33,397 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8/file 1.964s 2023-07-24 11:29:33,398 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-82b78fdd-830f-444c-b5e3-39b746808056', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8/file'} Body: b'' 2023-07-24 11:29:33,398 79606 DEBUG [tempest.scenario.manager] image:1e85f5aa-afca-4d07-8288-5ffb6df7d9f8 2023-07-24 11:29:33,481 79606 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.078s 2023-07-24 11:29:33,482 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1065849425", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPpOKULnzpwN9syN25sXmMu0HwoRP8Uhj4TcKsqqQuVwcw11DJ2lUDkyr4v79itgub/tv4obAr2r6WUSduAB8/CjUs7MwD12JxtRz0npizjOgKfrgXLY7o/YqEK1HZIYKw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 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-cf36fc2d-0a63-4898-81aa-8db75b918c0a', 'x-compute-request-id': 'req-cf36fc2d-0a63-4898-81aa-8db75b918c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-10658 49425", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPpOKULnzpwN9syN25sXmMu0HwoRP8Uhj4TcKsqqQuVwcw11DJ2lUDkyr4v79itgub/tv4obAr2r6WUSduAB8/CjUs7MwD12JxtRz0npizjOgKfrgXLY7o/YqEK1HZIYKw==", "fingerprint": "ff:06:b1:08:8b:8b:1f:59:35:f5:70:9f:d4:01:21:76", "user_id": "201ca2a410fb4fb5bd9232440dcef5d4"}}' 2023-07-24 11:29:33,585 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2023-07-24 11:29:33,586 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 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-bc284d6e-ad3b-4fd7-a0d3-541b4e541afe', '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": "201ca2a410fb4fb5bd9232440dcef5d4", "name": "tempest-TestMinimumBasicScenario-2146852442-project-member", "password_expires_at": null}, "audit_ids": ["JiPB7JBATlCbj_Qhwi4fYg"], "expires_at": "2023-07-24T12:29:33.000000Z", "issued_at": "2023-07-24T11:29:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a1659f3d654940d9971663ef8819bd27", "name": "tempest-TestMinimumBasicScenario-2146852442"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a1659f3d654940d9971663ef8819bd27", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:33,586 79606 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': '516380fd-c320-4dea-a6fa-6b77daa2d523', 'name': 'tempest-TestMinimumBasicScenario-1194973943-network', 'tenant_id': 'a1659f3d654940d9971663ef8819bd27', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a1659f3d654940d9971663ef8819bd27', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33106, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:28:57Z', 'updated_at': '2023-07-24T11:28:57Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:33,623 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.035s 2023-07-24 11:29:33,623 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-263887731", "imageRef": "1e85f5aa-afca-4d07-8288-5ffb6df7d9f8", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1065849425", "networks": [{"uuid": "516380fd-c320-4dea-a6fa-6b77daa2d523"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 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-2061cb92-10bb-454b-9aac-a9ad8a8ec8c2', 'x-compute-request-id': 'req-2061cb92-10bb-454b-9aac-a9ad8a8ec8c2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:33,667 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1065849425 0.043s 2023-07-24 11:29:33,667 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 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-a930b4bf-fad8-4b83-aac7-9c6596ab7e0d', 'x-compute-request-id': 'req-a930b4bf-fad8-4b83-aac7-9c6596ab7e0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1065849425'} Body: b'' 2023-07-24 11:29:33,775 79606 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8 0.107s 2023-07-24 11:29:33,775 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-27c55ee3-7c22-4daf-9a1a-df531fefddb7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1e85f5aa-afca-4d07-8288-5ffb6df7d9f8'} Body: b'' setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON) ------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 52, in resource_setup server = cls.create_test_server(adminPass=cls.password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA) ------------------------------------------------------------------------------------ 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.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 163, in test_old_versions_reject server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:37,717 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.119s 2023-07-24 11:29:37,718 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2853', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1f61f7ad-ac15-4604-99e4-ad9b87192981', '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": "3051f278198f41dd9e539161d9b287e3", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1693466330-project-member", "password_expires_at": null}, "audit_ids": ["wCdNT52aRpCeC6uDmtNjvg"], "expires_at": "2023-07-24T12:29:37.000000Z", "issued_at": "2023-07-24T11:29:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94cb8a7294fa4d73a5429ca8301b545b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1693466330"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94cb8a7294fa4d73a5429ca8301b545b", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94cb8a7294fa4d73a5429ca8301b545b", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/94cb8a7294fa4d73a5429ca8301b545b", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:37,718 79621 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '678e462d-3ba5-4ca2-b475-3789b280708b', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-6434707-network', 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '94cb8a729 4fa4d73a5429ca8301b545b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55599, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:06Z', 'updated_at': '2023-07-24T11:29:06Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:37,719 79621 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:29:37,720 79621 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:29:38,037 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.313s 2023-07-24 11:29:38,038 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1124393577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCToAV0CTCaGTqswmNMcUHbx45uSDfXeTBR70p+Esl0/WtNivuRHK4CQ0ulXnzdYUry+mG9JfIoHqx6MzxQ7fMtKLG5BKvt0NDLGzXKgqNcM/SvQn8KbcW5HviCjp57MzA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3266501-8cd9-40bc-a705-50f2126cfb95', 'x-compute-request-id': 'req-a3266501-8cd9-40bc-a705-50f2126cfb95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1124393577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCToAV0CTCaGTqswmNMcUHbx45uSDfXeTBR70p+Esl0/WtNivuRHK4CQ0ulXnzdYUry+mG9JfIoHqx6MzxQ7fMtKLG5BKvt0NDLGzXKgqNcM/SvQn8KbcW5HviCjp57MzA==", "fingerprint": "64:b2:5d:00:b1:53:60:b1:00:ea:a8:59:9d:74:11:0b", "user_id": "3051f278198f41dd9e539161d9b287e3"}}' 2023-07-24 11:29:38,041 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1124393577 created 2023-07-24 11:29:38,720 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.679s 2023-07-24 11:29:38,721 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1499785475", "description": "tempest-description--593730575"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-8a9ab798-6c39-485c-becc-98e7f49a5f62', 'date': 'Mon, 24 Jul 2023 11:29:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "name": "tempest-securitygroup--1499785475", "stateful": true, "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "description": "tempest-description--593730575", "shared": false, "security_group_rules": [{"id": "97aae17d-0117-4475-9474-515df8ba1ebb", "project_id": "94cb8a7294fa4d73a5429ca8301b545b", "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "security_group_id": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "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_i d": 640, "description": null, "tags": [], "created_at": "2023-07-24T11:29:38Z", "updated_at": "2023-07-24T11:29:38Z", "revision_number": 0}, {"id": "d597fa5a-b486-4521-a034-7a2af6a6c5f6", "project_id": "94cb8a7294fa4d73a5429ca8301b545b", "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "security_group_id": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "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": 641, "description": null, "tags": [], "created_at": "2023-07-24T11:29:38Z", "updated_at": "2023-07-24T11:29:38Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:29:38Z", "updated_at": "2023-07-24T11:29:38Z", "revision_number": 1, "project_id": "94cb8a7294fa4d73a5429ca8301b545b"}}' 2023-07-24 11:29:39,067 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.345s 2023-07-24 11:29:39,067 79621 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": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "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-375262f2-ab58-456a-af44-08e964504a56', 'date': 'Mon, 24 Jul 2023 11:29:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6efe54bf-52c3-430e-8cb3-5a95db0ef632", "project_id": "94cb8a7294fa4d73a5429ca8301b545b", "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "security_group_id": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "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-24T11:29:38Z", "updated_at": "2023-07-24T11:29:38Z", "revision_number": 0}}' 2023-07-24 11:29:39,509 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.441s 2023-07-24 11:29:39,509 79621 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": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-563dd4e6-444c-4b9a-88c5-db0786d4990a', 'date': 'Mon, 24 Jul 2023 11:29:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a34bdb1e-5af2-4fd3-b975-0f01e099392c", "project_id": "94cb8a7294fa4d73a5429ca8301b545b", "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "security_group_id": "1a51ea1c-b210-4959-ace9-9ca6ed62b60b", "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-24T11:29:39Z", "updated_at": "2023-07-24T11:29:39Z", "revision_number": 0}}' 2023-07-24 11:29:39,510 79621 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1499785475 created 2023-07-24 11:29:40,703 79621 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.192s 2023-07-24 11:29:40,704 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ca0d0926-0114-4789-a9fb-18cd67c0485d', 'date': 'Mon, 24 Jul 2023 11:29:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "116f6bc2-e7c9-4128-95ce-ce53be73d0b7", "tenant_id": "94cb8a7294fa4d73a5429ca8301b545b", "floating_ip_address": "172.24.4.160", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "94cb8a7294fa4d73a5429ca8301b545b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:29:40Z", "updated_at": "2023-07-24T11:29:40Z", "revision_number": 0}}' 2023-07-24 11:29:40,704 79621 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '116f6bc2-e7c9-4128-95ce-ce53be73d0b7', 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'floating_ip_address': '172.24.4.160', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94cb8a7294fa4d73a5429ca8301b545b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:40Z', 'updated_at': '2023-07-24T11:29:40Z', 'revision_number': 0, 'ip': '172.24.4.160'} created 2023-07-24 11:29:40,705 79621 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1124393577', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCToAV0CTCaGTqswmNMcUHbx45uSDfXeTBR70p+Esl0/WtNivuRHK4CQ0ulXnzdYUry+mG9JfIoHqx6MzxQ7fMtKLG5BKvt0NDLGzXKgqNcM/SvQn8KbcW5HviCjp57MzA==', 'fingerprint': '64:b2:5d:00:b1:53:60:b1:00:ea:a8:59:9d:74:11:0b', 'user_id': '3051f278198f41dd9e539161d9b287e3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDoTrHRryO+2jnb0usiSrM/8Mtc/gBuU7t3W2tbSeUyHoBGJPrOOHzF\n4IV1Zvuop7mgBwYFK4EEACKhZANiAAQk6AFdAkwmhk6rMJjTHFB28eObkg313kwU\ne9KfhLJdP1rTYr7kRyuAkNLpV583WFK8vphvSXyKB6sejM8UO3zLSixuQSr7dDQy\nxs1yoKjXDP0r0J/Cm3FuR74go6eezMw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1a51ea1c-b210-4959-ace9-9ca6ed62b60b', 'name': 'tempest-securitygroup--1499785475', 'stateful': True, 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'description': 'tempest-description--593730575', 'shared': False, 'security_group_rules': [{'id': '97aae17d-0117-4475-9474-515df8ba1ebb', 'project_id': '94cb8a7294fa4d73a5429ca8301b545b', 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'security_group_id': '1a51ea1c-b210-4959-ace9-9ca6ed62b60b', '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': 640, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:38Z', 'updated_at': '2023-07-24T11:29:38Z', 'revision_number': 0}, {'id': 'd597fa5a-b486-4521-a034-7a2af6a6c5f6', 'project_id': '94cb8a7294fa4d73a5429ca8301b545b', 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'security_group_id': '1a51ea1c-b210-4959-ace9-9ca6ed62b60b', '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': 641, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:29:38Z', 'updated_a t': '2023-07-24T11:29:38Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:29:38Z', 'updated_at': '2023-07-24T11:29:38Z', 'revision_number': 1, 'project_id': '94cb8a7294fa4d73a5429ca8301b545b'}, 'floating_ip': {'id': '116f6bc2-e7c9-4128-95ce-ce53be73d0b7', 'tenant_id': '94cb8a7294fa4d73a5429ca8301b545b', 'floating_ip_address': '172.24.4.160', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94cb8a7294fa4d73a5429ca8301b545b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:29:40Z', 'updated_at': '2023-07-24T11:29:40Z', 'revision_number': 0, 'ip': '172.24.4.160'}} 2023-07-24 11:29:40,736 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-24 11:29:40,736 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1945433396", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "678e462d-3ba5-4ca2-b475-3789b280708b"}], "security_groups": [{"name": "tempest-securitygroup--1499785475"}], "key_name": "tempest-keypair-1124393577", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29: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-961fadb7-374a-4fb2-ab2a-a2ec7f74d46e', 'x-compute-request-id': 'req-961fadb7-374a-4fb2-ab2a-a2ec7f74d46e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:40,776 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1124393577 0.037s 2023-07-24 11:29:40,777 79621 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29: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-37e55266-8677-4c48-baa6-c0cfe0079a71', 'x-compute-request-id': 'req-37e55266-8677-4c48-baa6-c0cfe0079a71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1124393577'} Body: b'' 2023-07-24 11:29:41,448 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1a51ea1c-b210-4959-ace9-9ca6ed62b60b 0.670s 2023-07-24 11:29:41,448 79621 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-e0296bf0-667e-4c59-8829-26838bde94da', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1a51ea1c-b210-4959-ace9-9ca6ed62b60b'} Body: b'' 2023-07-24 11:29:41,500 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1a51ea1c-b210-4959-ace9-9ca6ed62b60b 0.051s 2023-07-24 11:29:41,500 79621 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-24df6a17-e323-4278-9d2e-62a5ee888c0d', 'date': 'Mon, 24 Jul 2023 11:29:41 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1a51ea1c-b210-4959-ace9-9ca6ed62b60b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1a51ea1c-b210-4959-ace9-9ca6ed62b60b does not exist", "detail": ""}}' 2023-07-24 11:29:42,241 79621 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/116f6bc2-e7c9-4128-95ce-ce53be73d0b7 0.740s 2023-07-24 11:29:42,241 79621 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-be0aac3f-d119-46b9-811c-4304ee58e22c', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:29:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/116f6bc2-e7c9-4128-95ce-ce53be73d0b7'} Body: b'' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 104, in test_volume_from_snapshot_cascade_delete self.volumes_client.wait_for_resource_deletion(volume['id']) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 948, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume d4290c50-a3bb-448c-bba1-727769892d8e failed to delete and is in error_deleting status Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 206, in delete_snapshot snapshots_client.delete_snapshot(snapshot_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 95, in delete_snapshot resp, body = self.delete("snapshots/%s" % snapshot_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'} Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 156, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 198, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:24,017 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes 0.227s 2023-07-24 11:29:24,017 79626 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-1030458709"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6b953a-3c75-496b-a9fd-a7efaf728c38', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6b953a-3c75-496b-a9fd-a7efaf728c38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:23.949040", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:29:24,117 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.081s 2023-07-24 11:29:24,117 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b656fd9-5505-4ca5-a2c9-7e268d972ef9', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b656fd9-5505-4ca5-a2c9-7e268d972ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:25,215 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.084s 2023-07-24 11:29:25,215 79626 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00fe508b-af49-4791-a1de-e82010645e10', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00fe508b-af49-4791-a1de-e82010645e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:26,307 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.078s 2023-07-24 11:29:26,308 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc948126-315f-4344-9bcf-9f3006f83db8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc948126-315f-4344-9bcf-9f3006f83db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:27,365 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.045s 2023-07-24 11:29:27,365 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:27 GMT' , 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afbeaeb3-6bd5-4143-98d4-276b2e34970d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afbeaeb3-6bd5-4143-98d4-276b2e34970d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:27,375 79626 INFO [tempest.common.waiters] volume d4290c50-a3bb-448c-bba1-727769892d8e reached available after waiting for 3.375923 seconds 2023-07-24 11:29:27,564 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots 0.188s 2023-07-24 11:29:27,565 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37f8292c-34c0-435e-a01d-70c603d8061c', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37f8292c-34c0-435e-a01d-70c603d8061c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:27.512047", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 11:29:27,600 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.032s 2023-07-24 11:29:27,601 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb379e5e-1820-4063-9c25-8599de487b6f', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb379e5e-1820-4063-9c25-8599de487b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000 ", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:29:28,630 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.025s 2023-07-24 11:29:28,631 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e5b4f8-bede-41a1-96ef-a840d185101a', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e5b4f8-bede-41a1-96ef-a840d185101a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:29:29,671 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.036s 2023-07-24 11:29:29,672 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92d5dd9b-9af0-464e-892f-473d38cf585d', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92d5dd9b-9af0-464e-892f-473d38cf585d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:29:30,709 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.029s 2023-07-24 11:29:30,709 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97325ab5-6764-4d7b-b932-3848367bae33', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 're q-97325ab5-6764-4d7b-b932-3848367bae33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:29:31,761 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.046s 2023-07-24 11:29:31,762 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-475ad797-e587-4223-85d6-1db3ed7e05e1', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-475ad797-e587-4223-85d6-1db3ed7e05e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:29:32,794 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.026s 2023-07-24 11:29:32,794 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef15b27-d618-4f73-91f5-07de4c3682f8', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef15b27-d618-4f73-91f5-07de4c3682f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"snapshot": {"id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "created_at": "2023-07-24T11:29:28.000000", "updated_at": "2023-07-24T11:29:32.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1144281217", "description": null, "volume_id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cf0dea56245a427d981561341aec5cd3", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:29:32,799 79626 INFO [tempest.common.waiters] snapshot b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed reached available after waiting for 5.799299 seconds 2023-07-24 11:29:33,222 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes 0.422s 2023-07-24 11:29:33,223 79626 DEBUG [tempest.lib.commo n.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1407541570"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c741e98-7c36-4180-b0ec-af534d414d15', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c741e98-7c36-4180-b0ec-af534d414d15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.074306", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:29:33,382 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.140s 2023-07-24 11:29:33,382 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c542642f-9fcf-4ab4-b8eb-eb7ef1ad9c1f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c542642f-9fcf-4ab4-b8eb-eb7ef1ad9c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:34,442 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.046s 2023-07-24 11:29:34,442 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - H eaders: {'date': 'Mon, 24 Jul 2023 11:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9893c74-f3db-4319-bb19-0b88d345aa8f', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9893c74-f3db-4319-bb19-0b88d345aa8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:35,526 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.064s 2023-07-24 11:29:35,526 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16eda66b-e6f4-4c80-8c7c-758a2f52f193', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16eda66b-e6f4-4c80-8c7c-758a2f52f193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:36,602 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.062s 2023-07-24 11:29:36,603 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id' : 'req-4da36247-5995-4a22-b86a-e8780489fa36', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4da36247-5995-4a22-b86a-e8780489fa36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:37,676 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.052s 2023-07-24 11:29:37,677 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-437fbd02-08ac-47e0-b8d7-15d6564ba91d', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-437fbd02-08ac-47e0-b8d7-15d6564ba91d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:38,759 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.066s 2023-07-24 11:29:38,760 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-747a6075-e0bd-4dbd-9676-e44a448cfb13', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', ' x-openstack-request-id': 'req-747a6075-e0bd-4dbd-9676-e44a448cfb13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:38.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:38,779 79626 INFO [tempest.common.waiters] volume 4fd61a80-c7e2-44d0-bce4-c65b688a67f4 reached available after waiting for 5.779722 seconds 2023-07-24 11:29:38,856 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.075s 2023-07-24 11:29:38,856 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf01afb-c759-4d09-92f9-60cc4376edae', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf01afb-c759-4d09-92f9-60cc4376edae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:38.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:38,970 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e?cascade=True 0.103s 2023-07-24 11:29:38,971 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:38 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': 'r eq-982ddae5-e70c-4aa1-b841-dc7671c0aa51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e?cascade=True'} Body: b'' 2023-07-24 11:29:39,038 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.067s 2023-07-24 11:29:39,039 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a51a100-0f67-4d25-84fb-0f7f7d9a329c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a51a100-0f67-4d25-84fb-0f7f7d9a329c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:40,128 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.077s 2023-07-24 11:29:40,128 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd7821af-0f15-4891-b481-bd2d8dbf4395', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd7821af-0f15-4891-b481-bd2d8dbf4395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea5 6245a427d981561341aec5cd3"}}' 2023-07-24 11:29:41,292 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.143s 2023-07-24 11:29:41,292 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-734db29b-fbfd-48c4-9bed-a140e3eec0c3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-734db29b-fbfd-48c4-9bed-a140e3eec0c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:42,346 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.042s 2023-07-24 11:29:42,346 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90e4024b-18ff-49bf-ba6f-8fae14f47ef7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90e4024b-18ff-49bf-ba6f-8fae14f47ef7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:43,475 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/c f0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.116s 2023-07-24 11:29:43,475 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edcc7973-479a-4609-91a0-4db7e5d4b9de', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edcc7973-479a-4609-91a0-4db7e5d4b9de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:44,546 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.058s 2023-07-24 11:29:44,547 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d73c34-5bbc-409f-b07e-fc307fd06892', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d73c34-5bbc-409f-b07e-fc307fd06892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:45,619 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.061s 2023-07-24 11:29:45,620 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32a2610c-a598-47bf-8413-16c79f4e3d9d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32a2610c-a598-47bf-8413-16c79f4e3d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:45.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:45,707 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.066s 2023-07-24 11:29:45,707 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8461d95-6793-48b2-a262-f4b8290ae2b3', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8461d95-6793-48b2-a262-f4b8290ae2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:38.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:45,796 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.078s 2023-07-24 11:29:45,797 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'te xt/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e268ecfe-7707-405b-a267-3870c089a4f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'' 2023-07-24 11:29:45,866 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.068s 2023-07-24 11:29:45,866 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53456f3b-bed4-4c4a-957e-4c21f133a029', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53456f3b-bed4-4c4a-957e-4c21f133a029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:46,942 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.057s 2023-07-24 11:29:46,942 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53dac6a5-d70f-4772-ab25-264acf5871aa', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53dac6a5-d70f-4772-ab25-264acf5871aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication _status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:47,993 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.039s 2023-07-24 11:29:47,993 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc77dc2a-b314-42e1-be34-7c5570e21a48', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc77dc2a-b314-42e1-be34-7c5570e21a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:49,058 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.054s 2023-07-24 11:29:49,059 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccc51eba-7543-41eb-b09f-1af07e476c0e', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccc51eba-7543-41eb-b09f-1af07e476c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:50,129 79626 INFO [te mpest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.056s 2023-07-24 11:29:50,130 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3213143-c437-4436-9f52-b1b718fb4bf5', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3213143-c437-4436-9f52-b1b718fb4bf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:51,229 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.085s 2023-07-24 11:29:51,230 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abfce213-e8b7-4b01-9b44-53a24704813a', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abfce213-e8b7-4b01-9b44-53a24704813a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:52,303 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.053s 2 023-07-24 11:29:52,303 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7a1e314-d53d-4edb-a33d-74d9013bf4d7', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7a1e314-d53d-4edb-a33d-74d9013bf4d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:53,440 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.110s 2023-07-24 11:29:53,440 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e347c95-714e-48ec-be20-fa0532f9ce7b', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e347c95-714e-48ec-be20-fa0532f9ce7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:54,510 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.057s 2023-07-24 11:29:54,511 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body : None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-527aec3e-3978-45a6-80d4-09ff0396517b', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-527aec3e-3978-45a6-80d4-09ff0396517b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"volume": {"id": "4fd61a80-c7e2-44d0-bce4-c65b688a67f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:33.000000", "updated_at": "2023-07-24T11:29:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1407541570", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:55,566 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4 0.035s 2023-07-24 11:29:55,567 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:55 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-3209fc98-8e0f-4006-8f2f-6166aca679a2', 'x-openstack-request-id': 'req-3209fc98-8e0f-4006-8f2f-6166aca679a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/4fd61a80-c7e2-44d0-bce4-c65b688a67f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4fd61a80-c7e2-44d0-bce4-c65b688a67f4 could not be found."}}' 2023-07-24 11:29:55,634 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed 0.066s 2023-07-24 11:29:55,635 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:55 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-a50f6a53-3b3a-4bce-af67-37d6f5e9b83a', 'x-openstack-request-id': 'req-a50f6a53-3b3a-4bce-af67-37d6f5e9b83a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/snapshots/b1413d92-f4ac-4052-a4a2-23a6b6a7d6ed'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2023-07-24 11:29:55,721 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.083s 2023-07-24 11:29:55,721 79626 DEBUG [tempest.lib.common.rest_client] Request - H eaders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80936c01-44ec-447f-b882-2fe5119789a0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80936c01-44ec-447f-b882-2fe5119789a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} Body: b'{"volume": {"id": "d4290c50-a3bb-448c-bba1-727769892d8e", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:24.000000", "updated_at": "2023-07-24T11:29:45.000000", "name": "tempest-VolumesDeleteCascade-Volume-1030458709", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e"}], "user_id": "4658b2d0729148959bbedb95e6e31d39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf0dea56245a427d981561341aec5cd3"}}' 2023-07-24 11:29:55,803 79626 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e 0.061s 2023-07-24 11:29:55,803 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:55 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-15cd40cc-768d-439a-93e6-73efac4ac8ed', 'x-openstack-request-id': 'req-15cd40cc-768d-439a-93e6-73efac4ac8ed', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/cf0dea56245a427d981561341aec5cd3/volumes/d4290c50-a3bb-448c-bba1-727769892d8e'} 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."}}' 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 89f8a225-999d-456b-8cc2-501d31027ade failed to delete and is in error_deleting status, ) tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 88, in test_stamp_pattern server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:29:51,215 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.322s 2023-07-24 11:29:51,216 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-984273349", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKwFW9pnEwLSewktA6S27x82ruSYUQbr6qmbd9BuvePRsCi/BxwLb5ztvDZrSrOP30dDA/x38INxm2eNNcszUSBVbf/H47JyRGDxXP48bZW9S8QYJ07v3NWUIyk6PJxBNg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5aaa9e10-0639-4078-a3d0-0705498eafef', 'x-compute-request-id': 'req-5aaa9e10-0639-4078-a3d0-0705498eafef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-984273349", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKwFW9pnEwLSewktA6S27x82ruSYUQbr6qmbd9BuvePRsCi/BxwLb5ztvDZrSrOP30dDA/x38INxm2eNNcszUSBVbf/H47JyRGDxXP48bZW9S8QYJ07v3NWUIyk6PJxBNg==", "fingerprint": "59:4b:e5:a3:43:0d:05:65:6b:65:4d:29:9f:4d:fa:5f", "user_id": "f4b3a86aafa04d0bb307200901934bcd"}}' 2023-07-24 11:29:51,628 79612 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.407s 2023-07-24 11:29:51,629 79612 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-401784650", "description": "tempest-secgroup-smoke-401784650 description", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-2e029e85-0533-4637-8262-8196a46beeae', 'date': 'Mon, 24 Jul 2023 11:29:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "name": "tempest-secgroup-smoke-401784650", "stateful": true, "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "description": "tempest-secgroup-smoke-401784650 description", "shared": false, "security_group_rules": [{"id": "45bbb5dd-2877-4802-96f1-42ce06468204", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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": 676, "description": null, "tags": [], "created_at": "2023-07-24T11:29:51Z", "updated_at": "2023-07-24T11:29:51Z", "revision_number": 0}, {"id": "b87b866a-85da-421d-beb1-4aa0091f4d62", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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": 677, "description": null, "tags": [], "created_at": "2023-07-24T11:29:51Z", "updated_at": "2023-07-24T11:29:51Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:29:51Z", "updated_at": "2023-07-24T11:29:51Z", "revision_number": 1, "project_id": " ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:52,016 79612 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.386s 2023-07-24 11:29:52,018 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "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-69049a42-31eb-43b6-90c4-688d39fcedd4', 'date': 'Mon, 24 Jul 2023 11:29: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": "b522a068-b538-4c89-8e33-dd5cb806c6e5", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:51Z", "updated_at": "2023-07-24T11:29:51Z", "revision_number": 0}}' 2023-07-24 11:29:52,476 79612 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.457s 2023-07-24 11:29:52,477 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "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-8b0d43d4-dfa6-4f45-8897-a927a7cd77fa', 'date': 'Mon, 24 Jul 2023 11:29: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": "60a6cff7-f4e0-449d-9fc2-cc7e322fbc70", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:52Z", "updated_at": "2023-07-24T11:29:52Z", "revision_number": 0}}' 2023-07-24 11:29:53,347 79612 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.870s 2023-07-24 11:29:53,348 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d4fd3425-58fb-4934-9ce3-b003b9589359', 'date': 'Mon, 24 Jul 2023 11:29:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ad501b0c-b21f-465d-ba1a-06b0a44e430f", "project_id": "ae1b542277b34bde 8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:52Z", "updated_at": "2023-07-24T11:29:52Z", "revision_number": 0}}' 2023-07-24 11:29:53,694 79612 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.345s 2023-07-24 11:29:53,694 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-89ac1d1f-2413-405e-bbff-a144ad847bba', 'date': 'Mon, 24 Jul 2023 11:29:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d8aadfb9-da71-45d1-aea9-849b3d76c2f2", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:53Z", "updated_at": "2023-07-24T11:29:53Z", "revision_number": 0}}' 2023-07-24 11:29:53,919 79612 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.223s 2023-07-24 11:29:53,920 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-91593aa3-d2ff-4b64-adc7-33691856dca1', 'date': 'Mon, 24 Jul 2023 11:29:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "64903de0-95ce-4a77-bf5b-91131f88c8ad", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:53Z", "updated_at": "2023-07-24T11:29:53Z", "revision_number": 0}}' 2023-07-24 11:29:54,453 79612 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.532s 2023-07-24 11:29:54,453 79612 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": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3468fbb9-4cd8-4e0c-8c45-9623b6f9694f', 'date': 'Mon, 24 Jul 2023 11:29: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": "07932e8c-0ca5-4b8f-a2c8-9aea1cc1de3f", "project_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3", "security_group_id": "b111b107-dbb8-4f88-8a4d-2be61c3f67d4", "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-24T11:29:54Z", "updated_at": "2023-07-24T11:29:54Z", "revision_number": 0}}' 2023-07-24 11:29:54,870 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes 0.415s 2023-07-24 11:29:54,871 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-233711912", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb30affd-e12b-415e-9ee7-c3687645e21c', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb30affd-e12b-415e-9ee7-c3687645e21c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:54.768969", "updated_at": null, "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:29:54,992 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.100s 2023-07-24 11:29:54,993 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8360b3a6-fe0e-49b6-a691-46c3c63d7789', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8360b3a6-fe0e-49b6-a691-46c3c63d7789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metad ata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:56,093 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.084s 2023-07-24 11:29:56,094 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d96609b3-008c-4fe1-8b3e-769c6dea4e9b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d96609b3-008c-4fe1-8b3e-769c6dea4e9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:55.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:57,172 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.063s 2023-07-24 11:29:57,173 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-050c4371-df2b-485d-a43c-9e7d017c0651', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-050c4371-df2b-485d-a43c-9e7d017c0651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:55.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4 283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:58,245 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.060s 2023-07-24 11:29:58,246 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c702c1a8-126f-4e26-ad99-5415a823c601', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c702c1a8-126f-4e26-ad99-5415a823c601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:58.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:58,259 79612 INFO [tempest.common.waiters] volume a50210f4-aead-419a-81fb-4283508e684f reached available after waiting for 3.259013 seconds 2023-07-24 11:29:58,330 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.070s 2023-07-24 11:29:58,330 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-378cfe26-2140-43af-aa20-de8865dad95e', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-378cfe26-2140-43af-aa20-de8865dad95e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:58.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replic ation_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:58,545 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.185s 2023-07-24 11:29:58,545 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2805', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-86e13e30-e5bf-4471-8827-33849fc5e539', '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": "f4b3a86aafa04d0bb307200901934bcd", "name": "tempest-TestStampPattern-1197503612-project-member", "password_expires_at": null}, "audit_ids": ["30CiYBHwSNW1Uv11dyCdpA"], "expires_at": "2023-07-24T12:29:58.000000Z", "issued_at": "2023-07-24T11:29:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae1b542277b34bde8f3e98ac3ada3ae3", "name": "tempest-TestStampPattern-1197503612"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ae1b542277b34bde8f3e98ac3ada3ae3", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:29:58,546 79612 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'cd9850ad-d187-44b4-b88f-4d36a0b4e234', 'name': 'tempest-TestStampPattern-91113927-network', 'tenant_id': 'ae1b542277b34bde8f3e98ac3ada3ae3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': F alse, 'project_id': 'ae1b542277b34bde8f3e98ac3ada3ae3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58309, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:22Z', 'updated_at': '2023-07-24T11:29:22Z', 'revision_number': 1} available for tenant 2023-07-24 11:29:58,587 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.038s 2023-07-24 11:29:58,587 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-1532016070", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "key_name": "tempest-TestStampPattern-984273349", "security_groups": [{"name": "tempest-secgroup-smoke-401784650"}], "networks": [{"uuid": "cd9850ad-d187-44b4-b88f-4d36a0b4e234"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-5486ce4d-953f-4048-b3d6-faa4b69d8c77', 'x-compute-request-id': 'req-5486ce4d-953f-4048-b3d6-faa4b69d8c77', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:29:58,679 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.088s 2023-07-24 11:29:58,679 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 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-12948bf7-e91d-48c5-bbfd-641b59514e0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'' 2023-07-24 11:29:58,752 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.071s 2023-07-24 11:29:58,752 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a545030-6901-4fa8-b248-858531e99f24', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a545030-6901-4fa8-b248-858531e99f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2" , "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:29:59,843 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.072s 2023-07-24 11:29:59,843 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9682000-c101-430a-8376-85aaecb194b7', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9682000-c101-430a-8376-85aaecb194b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:30:00,924 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.061s 2023-07-24 11:30:00,925 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc076d3e-c281-4ecb-8d93-d9c99ada436e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc076d3e-c281-4ecb-8d93-d9c99ada436e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3 ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:30:02,008 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.065s 2023-07-24 11:30:02,008 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a1946b4-5dac-4176-91d0-7c4fff7691e1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a1946b4-5dac-4176-91d0-7c4fff7691e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:30:03,068 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.047s 2023-07-24 11:30:03,069 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5df229c-be0d-44f5-a90e-449843f3a529', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5df229c-be0d-44f5-a90e-449843f3a529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b5422 77b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:30:04,136 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.043s 2023-07-24 11:30:04,137 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fa2927a-e6b6-4507-bcea-510e9217081f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fa2927a-e6b6-4507-bcea-510e9217081f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"volume": {"id": "a50210f4-aead-419a-81fb-4283508e684f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:29:55.000000", "updated_at": "2023-07-24T11:29:59.000000", "name": "tempest-TestStampPattern-volume-233711912", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f"}], "user_id": "f4b3a86aafa04d0bb307200901934bcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ae1b542277b34bde8f3e98ac3ada3ae3"}}' 2023-07-24 11:30:05,194 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f 0.043s 2023-07-24 11:30:05,194 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:05 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-3efb7ca0-5db9-45be-a8a6-10e4549c0d06', 'x-openstack-request-id': 'req-3efb7ca0-5db9-45be-a8a6-10e4549c0d06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ae1b542277b34bde8f3e98ac3ada3ae3/volumes/a50210f4-aead-419a-81fb-4283508e684f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a50210f4-aead-419a-81fb-4283508e684f could not be found."}}' 2023-07-24 11:30:06,032 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b111b107-dbb8-4f88-8a4d-2be61c3f67d4 0.837s 2023-07-24 11:30:06,033 79612 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-bce05935-e2a9-4de5-a5b4-77bb59bd9975', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b111b107-dbb8-4f88-8a4d-2be61c3f67d4'} Body: b'' 2023-07-24 11:30:06,091 79612 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-984273349 0.057s 2023-07-24 11:30:06,091 79612 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-cff7d2eb-ebc3-4d45-9a49-73e6977a05cc', 'x-compute-request-id': 'req-cff7d2eb-ebc3-4d45-9a49-73e6977a05cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-984273349'} 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-24 11:30:24,914 79610 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.044s 2023-07-24 11:30:24,914 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:24 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-42585a6b-cb5c-4676-9380-d351cdec2c23', '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": "c8edc4740f7341319fbfdd06943b8354", "name": "tempest-ServerBootFromVolumeStableRescueTest-10773452-project-member", "password_expires_at": null}, "audit_ids": ["Fj_s95K_R1O4fs3E4s1xcw"], "expires_at": "2023-07-24T12:30:24.000000Z", "issued_at": "2023-07-24T11:30:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7053d67847fa463898b88254ce706950", "name": "tempest-ServerBootFromVolumeStableRescueTest-10773452"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:24,915 79610 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '530a31fb-f5c4-4150-939b-e396e8e2a5de', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-558396306-network', 'tenant_id': '7053d67847fa463898b88254ce706950', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_i d': '7053d67847fa463898b88254ce706950', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10947, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:07Z', 'updated_at': '2023-07-24T11:30:08Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:25,201 79610 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.285s 2023-07-24 11:30:25,201 79610 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-443301411", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "530a31fb-f5c4-4150-939b-e396e8e2a5de"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:24 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-95cbceca-1f3a-4cbd-9018-87fc25d9f0b0', 'x-compute-request-id': 'req-95cbceca-1f3a-4cbd-9018-87fc25d9f0b0', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:25,297 79610 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.081s 2023-07-24 11:30:25,298 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:25 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-dc69597a-2101-49ff-ab90-b3452896593a', '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": "c8edc4740f7341319fbfdd06943b8354", "name": "tempest-ServerBootFromVolumeStableRescueTest-10773452-project-member", "password_expires_at": null}, "audit_ids": ["u3bTLoohTLOtgRhnjIxBtw"], "expires_at": "2023-07-24T12:30:25.000000Z", "issued_at": "2023-07-24T11:30:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7053d67847fa463898b88254ce706950", "name": "tempest-ServerBootFromVolumeStableRescueTest-10773452"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7053d67847fa463898b88254ce706950", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:25,299 79610 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '530a31fb-f5c4-4150-939b-e396e8e2a5de', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-558396306-network', 'tenant_id': '7053d67847fa463898b88254ce706950', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_i d': '7053d67847fa463898b88254ce706950', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10947, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:07Z', 'updated_at': '2023-07-24T11:30:08Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:25,339 79610 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.038s 2023-07-24 11:30:25,340 79610 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-1506399701", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "530a31fb-f5c4-4150-939b-e396e8e2a5de"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-f94b6e31-01eb-4a61-b7f9-c6b8c10145f4', 'x-compute-request-id': 'req-f94b6e31-01eb-4a61-b7f9-c6b8c10145f4', '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-24 11:29:55,821 79624 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:29:55,822 79624 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:24,643 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 28.817s 2023-07-24 11:30:24,643 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1023270283", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfaRuUvFZZhV8P+M/Q/02yT8cE0TROP2o5eaqiEtULJIgSWUPDFjQf7cXDcNV/5EpiLO94DYJhneGmn/Bg6zE5CA6L1nBFcfiJCVTM9inoRfHPpZGyYXuUBmdQlWm8myw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:29:55 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-bac1a365-69ca-44f4-9867-51409a073000', 'x-compute-request-id': 'req-bac1a365-69ca-44f4-9867-51409a073000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1023270283", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfaRuUvFZZhV8P+M/Q/02yT8cE0TROP2o5eaqiEtULJIgSWUPDFjQf7cXDcNV/5EpiLO94DYJhneGmn/Bg6zE5CA6L1nBFcfiJCVTM9inoRfHPpZGyYXuUBmdQlWm8myw==", "fingerprint": "dd:26:39:db:ce:67:47:05:93:48:ac:de:9a:ee:37:fc", "user_id": "b741596a72a04091be47d2c2bfdc1346"}}' 2023-07-24 11:30:24,651 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1023270283 created 2023-07-24 11:30:25,563 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.910s 2023-07-24 11:30:25,563 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--24548286", "description": "tempest-description--1441044197"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-1b8879d7-fe65-455d-9845-6fea29019974', 'date': 'Mon, 24 Jul 2023 11:30:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5e73b85a-218b-449b-a94b-7b5f4f426301", "name": "tempest-securitygroup--24548286", "stateful": true, "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "description": "tempest-description--1441044197", "shared": false, "security_group_rules": [{"id": "bad58535-b5fb-4448-9668-a602c841fb44", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "5e73b85a-218b-449b-a94b-7b5f4f426301", "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": 818, "description": null, "tags": [], "created_at": "2023-07-24T11:30:25Z", "updated_at": "2023-07-24T11:30:25Z", "revision_number": 0}, {"id": "e057ae7a-19fa-4c25-a0c4-2685da45032e", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "5e73b85a-218b-449b-a94b-7b5f4f426301", "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": 817, "description": null, "tags": [], "created_at": "2023-07-24T11:30:24Z", "updated_at": "2023-07-24T11:30:24Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:24Z", "updated_at": "2023-07-24T11:30:24Z", "revision_number": 1, "project_id": "a29952e16f8143c8b36bda0f886afdda"}}' 2023-07-24 11:30:26,252 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.688s 2023-07-24 11:30:26,253 79624 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": "5e73b85a-218b-449b-a94b-7b5f4f426301", "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-3fc94da4-3041-486c-a8f2-10fea453693e', 'date': 'Mon, 24 Jul 2023 11:30: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": "991c8ee2-0d7c-4d91-898d-df692dd7e06b", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "5e73b85a-218b-449b-a94b-7b5f4f426301", "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-24T11:30:25Z", "updated_at": "2023-07-24T11:30:25Z", "revision_number": 0}}' 2023-07-24 11:30:27,503 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.249s 2023-07-24 11:30:27,503 79624 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": "5e73b85a-218b-449b-a94b-7b5f4f426301", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-337ede32-78b0-4f5e-a7e0-c64cdcbd40a7', 'date': 'Mon, 24 Jul 2023 11:30: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": "54a35633-0e54-40c4-8d6e-73c138a01860", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "5e73b85a-218b-449b-a94b-7b5f4f426301", "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-24T11:30:26Z", "updated_at": "2023-07-24T11:30:26Z", "revision_number": 0}}' 2023-07-24 11:30:27,504 79624 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--24548286 created 2023-07-24 11:30:29,030 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.525s 2023-07-24 11:30:29,030 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-9274b36e-0eed-491b-ad09-3ac4774a7167', 'date': 'Mon, 24 Jul 2023 11:30:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "12ab292d-d938-490a-9d18-6eb56d84ec2f", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "floating_ip_address": "172.24.4.167", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a29952e16f8143c8b36bda0f886afdda", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:28Z", "updated_at": "2023-07-24T11:30:28Z", "revision_number": 0}}' 2023-07-24 11:30:29,031 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '12ab292d-d938-490a-9d18-6eb56d84ec2f', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.167', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:28Z', 'updated_at': '2023-07-24T11:30:28Z', 'revision_number': 0, 'ip': '172.24.4.167'} created 2023-07-24 11:30:29,128 79624 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.089s 2023-07-24 11:30:29,128 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:29 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-38cf0254-f245-49a7-9b03-eea23c5d3f6f', '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": "b741596a72a04091be47d2c2bfdc1346", "name": "tempest-AttachVolumeNegativeTest-1665476171-project-member", "password_expires_at": null}, "audit_ids": ["qWS8SloxT8WNR0paCxoIIw"], "expires_at": "2023-07-24T12:30:29.000000Z", "issued_at": "2023-07-24T11:30:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a29952e16f8143c8b36bda0f886afdda", "name": "tempest-AttachVolumeNegativeTest-1665476171"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10 .0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:29,129 79624 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '27dffd8f-be14-4ca9-a1cb-e54c073c6339', 'name': 'tempest-AttachVolumeNegativeTest-1857643954-network', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38016, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:41Z', 'updated_at': '2023-07-24T11:29:41Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:29,130 79624 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1023270283', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfaRuUvFZZhV8P+M/Q/02yT8cE0TROP2o5eaqiEtULJIgSWUPDFjQf7cXDcNV/5EpiLO94DYJhneGmn/Bg6zE5CA6L1nBFcfiJCVTM9inoRfHPpZGyYXuUBmdQlWm8myw==', 'fingerprint': 'dd:26:39:db:ce:67:47:05:93:48:ac:de:9a:ee:37:fc', 'user_id': 'b741596a72a04091be47d2c2bfdc1346', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDfueKTZNIVqlrPp0WHBG9jcwLEFTmbVwgmkKla8DUVBU3Ax/Ywuze0\ndKvwoHPEVBigBwYFK4EEACKhZANiAARH2kblLxWWYVfD/jP0P9Nsk/HBNE0Tj9qO\nXmqohLVCySIEllDwxY0H+3Fw3DVf+RKYizveA2CYZ3hpp/wYOsxOQgOi9ZwRXH4i\nQlUzPYp6EXxz6WRsmF7lAZnUJVpvJss=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5e73b85a-218b-449b-a94b-7b5f4f426301', 'name': 'tempest-securitygroup--24548286', 'stateful': True, 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': 'tempest-description--1441044197', 'shared': False, 'security_group_rules': [{'id': 'bad58535-b5fb-4448-9668-a602c841fb44', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': '5e73b85a-218b-449b-a94b-7b5f4f426301', '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': 818, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:25Z', 'updated_at': '2023-07-24T11:30:25Z', 'revision_number': 0}, {'id': 'e057ae7a-19fa-4c25-a0c4-2685da45032e', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': '5e73b85a-218b-449b-a94b-7b5f4f426301', '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': 817, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:24Z', 'updated_at': '2023-07-24T11:30:24Z', 'revisi on_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:30:24Z', 'updated_at': '2023-07-24T11:30:24Z', 'revision_number': 1, 'project_id': 'a29952e16f8143c8b36bda0f886afdda'}, 'floating_ip': {'id': '12ab292d-d938-490a-9d18-6eb56d84ec2f', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.167', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:28Z', 'updated_at': '2023-07-24T11:30:28Z', 'revision_number': 0, 'ip': '172.24.4.167'}} 2023-07-24 11:30:29,159 79624 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.028s 2023-07-24 11:30:29,159 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1310371551", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "27dffd8f-be14-4ca9-a1cb-e54c073c6339"}], "security_groups": [{"name": "tempest-securitygroup--24548286"}], "key_name": "tempest-keypair-1023270283", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:29 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-a3f44698-06ae-4ad9-80e7-288f1043d58d', 'x-compute-request-id': 'req-a3f44698-06ae-4ad9-80e7-288f1043d58d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:29,189 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1023270283 0.028s 2023-07-24 11:30:29,189 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:29 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-5ceda21b-6ae4-435d-93a4-8f6d617d8e72', 'x-compute-request-id': 'req-5ceda21b-6ae4-435d-93a4-8f6d617d8e72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1023270283'} Body: b'' 2023-07-24 11:30:29,360 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5e73b85a-218b-449b-a94b-7b5f4f426301 0.170s 2023-07-24 11:30:29,360 79624 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-864ae5ef-2a47-47ce-8588-1e2540a5e600', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5e73b85a-218b-449b-a94b-7b5f4f426301'} Body: b'' 2023-07-24 11:30:29,417 79624 INFO [t empest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5e73b85a-218b-449b-a94b-7b5f4f426301 0.056s 2023-07-24 11:30:29,418 79624 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-782b3296-3dd2-4965-a4f4-48d35a9218e3', 'date': 'Mon, 24 Jul 2023 11:30:29 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5e73b85a-218b-449b-a94b-7b5f4f426301'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5e73b85a-218b-449b-a94b-7b5f4f426301 does not exist", "detail": ""}}' 2023-07-24 11:30:30,193 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/12ab292d-d938-490a-9d18-6eb56d84ec2f 0.774s 2023-07-24 11:30:30,193 79624 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-fd59c765-f0bb-4a5e-b967-d48f128b7560', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/12ab292d-d938-490a-9d18-6eb56d84ec2f'} Body: b'' setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB) ------------------------------------------------------------------------------------ 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.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 72, in test_server_detach_rules server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:27,229 79606 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.118s 2023-07-24 11:30:27,229 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:27 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-9a146a1f-d5a9-43ee-899f-6915544214a0', '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": "193ee9c8344e456b818ac229a34f1871", "name": "tempest-TestServerVolumeAttachmentScenario-1704244690-project-member", "password_expires_at": null}, "audit_ids": ["Cdp82GEES4ODBrCvPnmnsQ"], "expires_at": "2023-07-24T12:30:27.000000Z", "issued_at": "2023-07-24T11:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b6fdab197a04cb5ba426170a336ba16", "name": "tempest-TestServerVolumeAttachmentScenario-1704244690"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6fdab197a04cb5ba426170a336ba16", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6fdab197a04cb5ba426170a336ba16", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b6fdab197a04cb5ba426170a336ba16", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:27,230 79606 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'b452673d-d8b8-4d47-ad44-36fec3664c03', 'name': 'tempest-TestServerVolumeAttachmentScenario-490875026-network', 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b6fdab197a04cb5ba426170a336ba16', 'p ort_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19602, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:55Z', 'updated_at': '2023-07-24T11:29:55Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:27,231 79606 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:27,231 79606 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:27,515 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.281s 2023-07-24 11:30:27,515 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1435955071", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCwts8zbJkocLjLk0WP9QtXDiI/tEdpN8crGFJ6wJF5v8Gt/LZuNa5hmWmkKcICHy5ikWfpZzd8unmKJ4GMiBBZFPiQbp2Iu8Cj/hqdiwVZBE/XhMbGxb70VUVwtQfLcqg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:27 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-93c58c07-72da-4a21-9a55-a22d56d5b1fb', 'x-compute-request-id': 'req-93c58c07-72da-4a21-9a55-a22d56d5b1fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1435955071", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCwts8zbJkocLjLk0WP9QtXDiI/tEdpN8crGFJ6wJF5v8Gt/LZuNa5hmWmkKcICHy5ikWfpZzd8unmKJ4GMiBBZFPiQbp2Iu8Cj/hqdiwVZBE/XhMbGxb70VUVwtQfLcqg==", "fingerprint": "fb:ed:2f:d8:bf:2c:36:13:33:d0:a3:98:ee:17:3d:8a", "user_id": "193ee9c8344e456b818ac229a34f1871"}}' 2023-07-24 11:30:27,520 79606 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1435955071 created 2023-07-24 11:30:28,330 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.809s 2023-07-24 11:30:28,330 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--504927410", "description": "tempest-description--141444571"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-64d950af-8bf1-4ec7-9508-5d3b09ba5630', 'date': 'Mon, 24 Jul 2023 11:30:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "07965c58-b2c5-4004-b408-a2b73f9c024a", "name": "tempest-securitygroup--504927410", "stateful": true, "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "description": "tempest-description--141444571", "shared": false, "security_group_rules": [{"id": "07f9a307-10af-4cbb-a16d-e815e4024f30", "project_id": "2b6fdab197a04cb5ba426170a336ba16", "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "security_group_id": "07965c58-b2c5-4004-b408-a2b73f9c024a", "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": 831, "description": null, "tags": [], "created_at": "2023-07-24T11:30:27Z", "updated_at": "2023-07-24T11:30:27Z", "revision_number": 0}, {"id": "f1953b6e-fd2a-4287-bc24-3f4942addf08", "project_id": "2b6fdab197a04cb5ba426170a336ba16", "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "security_group_id": "07965c58-b2c5-4004-b408-a2b73f9c024a", "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": 830, "description": null, "tags": [], "created_at": "2023-07-24T11:30:27Z", "updated_at": "2023-07-24T11:30:27Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:27Z", "updated_at": "2023-07-24T11:30:27Z", "revision_number": 1, "project_id": "2b6fdab197a04cb5ba426170a336ba16"}}' 2023-07-24 11:30:28,928 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.597s 2023-07-24 11:30:28,928 79606 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": "07965c58-b2c5-4004-b408-a2b73f9c024a", "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-039b42a1-45c4-4f15-9824-73e32cf3a84e', 'date': 'Mon, 24 Jul 2023 11:30: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": "2bc2b29d-ad0f-4f37-a0e8-407abf128342", "project_id": "2b6fdab197a04cb5ba426170a336ba16", "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "security_group_id": "07965c58-b2c5-4004-b408-a2b73f9c024a", "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-24T11:30:28Z", "updated_at": "2023-07-24T11:30:28Z", "revision_number": 0}}' 2023-07-24 11:30:29,983 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.054s 2023-07-24 11:30:29,983 79606 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": "07965c58-b2c5-4004-b408-a2b73f9c024a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a41ea4f2-70d0-48c7-808d-024bd6876d0c', 'date': 'Mon, 24 Jul 2023 11:30: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": "49e057e9-a4e6-47f9-b163-3a45afa7ef6c", "project_id": "2b6fdab197a04cb5ba426170a336ba16", "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "security_group_id": "07965c58-b2c5-4004-b408-a2b73f9c024a", "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-24T11:30:29Z", "updated_at": "2023-07-24T11:30:29Z", "revision_number": 0}}' 2023-07-24 11:30:29,984 79606 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--504927410 created 2023-07-24 11:30:32,267 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:se tUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.282s 2023-07-24 11:30:32,267 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-24d0c594-b7b9-48b2-a07e-45d4cdb5754a', 'date': 'Mon, 24 Jul 2023 11:30:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1e9422cb-e7e9-416d-a2e5-25a15b40245e", "tenant_id": "2b6fdab197a04cb5ba426170a336ba16", "floating_ip_address": "172.24.4.147", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2b6fdab197a04cb5ba426170a336ba16", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:31Z", "updated_at": "2023-07-24T11:30:31Z", "revision_number": 0}}' 2023-07-24 11:30:32,267 79606 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1e9422cb-e7e9-416d-a2e5-25a15b40245e', 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'floating_ip_address': '172.24.4.147', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6fdab197a04cb5ba426170a336ba16', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:31Z', 'updated_at': '2023-07-24T11:30:31Z', 'revision_number': 0, 'ip': '172.24.4.147'} created 2023-07-24 11:30:32,268 79606 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1435955071', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCwts8zbJkocLjLk0WP9QtXDiI/tEdpN8crGFJ6wJF5v8Gt/LZuNa5hmWmkKcICHy5ikWfpZzd8unmKJ4GMiBBZFPiQbp2Iu8Cj/hqdiwVZBE/XhMbGxb70VUVwtQfLcqg==', 'fingerprint': 'fb:ed:2f:d8:bf:2c:36:13:33:d0:a3:98:ee:17:3d:8a', 'user_id': '193ee9c8344e456b818ac229a34f1871', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAVWZdh5EXqOiOqaFBwU/IIpJ3fic0ywoTE1TAMmVydiYNKGXm9QkbF\nm6tukJPZvaWgBwYFK4EEACKhZANiAAQsLbPM2yZKHC4y5NFj/ULVw4iP7RHaTfHK\nxhSesCReb/Brfy2bjWuYZlppCnCAh8uYpFn6Wc3fLp5iieBjIgQWRT4kG6diLvAo\n/4anYsFWQRP14TGxsW+9FVFcLUHy3Ko=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '07965c58-b2c5-4004-b408-a2b73f9c024a', 'name': 'tempest-securitygroup--504927410', 'stateful': True, 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'description': 'tempest-description--141444571', 'shared': False, 'security_group_rules': [{'id': '07f9a307-10af-4cbb-a16d-e815e4024f30', 'project_id': '2b6fdab197a04cb5ba426170a336ba16', 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'security_group_id': '07965c58-b2c5-4004-b408-a2b73f9c024a', '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': 831, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:27Z', 'updated_at': '2023-07-24T11:30:27Z', 'revision_number': 0}, {'id': 'f1953b6e-fd2a-4287-bc24-3f4942addf08', 'project_id': '2b6fdab197a04cb5ba426170a336ba16', 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'security_group_id': '07965c58-b2c5-4004-b408-a2b73f9c024a', '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': 830, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:27Z', 'updated_at': '2023-07-24T11:30:27Z', 'rev ision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:30:27Z', 'updated_at': '2023-07-24T11:30:27Z', 'revision_number': 1, 'project_id': '2b6fdab197a04cb5ba426170a336ba16'}, 'floating_ip': {'id': '1e9422cb-e7e9-416d-a2e5-25a15b40245e', 'tenant_id': '2b6fdab197a04cb5ba426170a336ba16', 'floating_ip_address': '172.24.4.147', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6fdab197a04cb5ba426170a336ba16', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:31Z', 'updated_at': '2023-07-24T11:30:31Z', 'revision_number': 0, 'ip': '172.24.4.147'}} 2023-07-24 11:30:32,289 79606 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.020s 2023-07-24 11:30:32,289 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-321695063", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "b452673d-d8b8-4d47-ad44-36fec3664c03"}], "security_groups": [{"name": "tempest-securitygroup--504927410"}], "key_name": "tempest-keypair-1435955071", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:32 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-e0966511-26c2-45ee-955f-13539d97679a', 'x-compute-request-id': 'req-e0966511-26c2-45ee-955f-13539d97679a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:32,321 79606 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1435955071 0.030s 2023-07-24 11:30:32,321 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:32 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-24d56a82-6478-4f91-8857-d338aa22bcf6', 'x-compute-request-id': 'req-24d56a82-6478-4f91-8857-d338aa22bcf6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1435955071'} Body: b'' 2023-07-24 11:30:32,778 79606 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/07965c58-b2c5-4004-b408-a2b73f9c024a 0.456s 2023-07-24 11:30:32,778 79606 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-e4deeacd-dbe6-4cd3-b4e5-a044915e0810', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/07965c58-b2c5-4004-b408-a2b73f9c024a'} Body: b'' 2023-07-24 11:30:32,817 79606 INFO [tempes t.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/07965c58-b2c5-4004-b408-a2b73f9c024a 0.038s 2023-07-24 11:30:32,818 79606 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-ac518997-e316-4f92-9113-42422c3234ff', 'date': 'Mon, 24 Jul 2023 11:30:32 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/07965c58-b2c5-4004-b408-a2b73f9c024a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 07965c58-b2c5-4004-b408-a2b73f9c024a does not exist", "detail": ""}}' 2023-07-24 11:30:34,562 79606 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1e9422cb-e7e9-416d-a2e5-25a15b40245e 1.743s 2023-07-24 11:30:34,562 79606 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-1d806f17-bd7c-4605-b233-38aa09513adb', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1e9422cb-e7e9-416d-a2e5-25a15b40245e'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 48, in test_attach_attached_volume_to_same_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:30,197 79624 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:30,197 79624 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:30,289 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.088s 2023-07-24 11:30:30,289 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-743529542", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK5ShFrpX5+128g4uFKjOxekWlpByXHHcIwRBnZW5QR+b9fDHkbBGXhhzUeHq2oEpkXngGg//S55h3/xkOlVcp5Z7JEzMtQBCNO3LjXOBa0fPhbga6vPMAEx8mweyGP7JA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:30 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-ec5d21bd-3638-4d68-bce9-07f95725221b', 'x-compute-request-id': 'req-ec5d21bd-3638-4d68-bce9-07f95725221b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-743529542", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK5ShFrpX5+128g4uFKjOxekWlpByXHHcIwRBnZW5QR+b9fDHkbBGXhhzUeHq2oEpkXngGg//S55h3/xkOlVcp5Z7JEzMtQBCNO3LjXOBa0fPhbga6vPMAEx8mweyGP7JA==", "fingerprint": "c6:5c:61:75:df:7f:f3:a3:c9:96:8d:49:39:b7:8b:ca", "user_id": "b741596a72a04091be47d2c2bfdc1346"}}' 2023-07-24 11:30:30,292 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-743529542 created 2023-07-24 11:30:30,965 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.673s 2023-07-24 11:30:30,965 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--739732962", "description": "tempest-description--976288555"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f80697dc-7e1e-4ffe-bc15-73306960bf0d', 'date': 'Mon, 24 Jul 2023 11:30:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e852a0af-b15b-4ae9-961b-480d464c3387", "name": "tempest-securitygroup--739732962", "stateful": true, "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "description": "tempest-description--976288555", "shared": false, "security_group_rules": [{"id": "4f512fe2-7a07-4cab-ae4f-3b798bfa05c1", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "e852a0af-b15b-4ae9-961b-480d464c3387", "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": 837, "description": null, "tags": [], "created_at": "2023-07-24T11:30:30Z", "updated_at": "2023-07-24T11:30:30Z", "revision_number": 0}, {"id": "68faf4ca-ec87-4318-a879-126f128559af", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "e852a0af-b15b-4ae9-961b-480d464c3387", "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": 838, "description": null, "tags": [], "created_at": "2023-07-24T11:30:30Z", "updated_at": "2023-07-24T11:30:30Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:30Z", "updated_at": "2023-07-24T11:30:30Z", "revision_number": 1, "project_id": "a29952e16f8143c8b36bda0f886afdda"}}' 2023-07-24 11:30:31,549 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.583s 2023-07-24 11:30:31,549 79624 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": "e852a0af-b15b-4ae9-961b-480d464c3387", "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-43ebcc91-b4c1-4f8e-9007-289b3db9d7d8', 'date': 'Mon, 24 Jul 2023 11:30: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": "9f06eeef-5b5b-48e2-8e66-6b6f2886f957", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "e852a0af-b15b-4ae9-961b-480d464c3387", "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-24T11:30:31Z", "updated_at": "2023-07-24T11:30:31Z", "revision_number": 0}}' 2023-07-24 11:30:32,373 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.823s 2023-07-24 11:30:32,374 79624 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": "e852a0af-b15b-4ae9-961b-480d464c3387", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0339a476-5e3e-44b4-b979-eb0d0cafb4b0', 'date': 'Mon, 24 Jul 2023 11:30:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5518c7b5-dd5d-45d1-a67a-1a9fed9d5775", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "e852a0af-b15b-4ae9-961b-480d464c3387", "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-24T11:30:31Z", "updated_at": "2023-07-24T11:30:31Z", "revision_number": 0}}' 2023-07-24 11:30:32,374 79624 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--739732962 created 2023-07-24 11:30:34,823 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.448s 2023-07-24 11:30:34,824 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-open stack-request-id': 'req-c8e2f6e9-0646-45db-8395-aaf14b943ac4', 'date': 'Mon, 24 Jul 2023 11:30:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "930130a8-49c5-4799-9dc5-312bd19876bb", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "floating_ip_address": "172.24.4.188", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a29952e16f8143c8b36bda0f886afdda", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:33Z", "updated_at": "2023-07-24T11:30:33Z", "revision_number": 0}}' 2023-07-24 11:30:34,824 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '930130a8-49c5-4799-9dc5-312bd19876bb', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:33Z', 'updated_at': '2023-07-24T11:30:33Z', 'revision_number': 0, 'ip': '172.24.4.188'} created 2023-07-24 11:30:34,988 79624 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.155s 2023-07-24 11:30:34,989 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-ecb5a20d-88b6-449d-82c5-2858c8771147', '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": "b741596a72a04091be47d2c2bfdc1346", "name": "tempest-AttachVolumeNegativeTest-1665476171-project-member", "password_expires_at": null}, "audit_ids": ["R-SaR1yrTneurzLPGhHydg"], "expires_at": "2023-07-24T12:30:34.000000Z", "issued_at": "2023-07-24T11:30:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a29952e16f8143c8b36bda0f886afdda", "name": "tempest-AttachVolumeNegativeTest-1665476171"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210 /image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:34,989 79624 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '27dffd8f-be14-4ca9-a1cb-e54c073c6339', 'name': 'tempest-AttachVolumeNegativeTest-1857643954-network', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38016, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:41Z', 'updated_at': '2023-07-24T11:29:41Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:34,990 79624 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-743529542', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK5ShFrpX5+128g4uFKjOxekWlpByXHHcIwRBnZW5QR+b9fDHkbBGXhhzUeHq2oEpkXngGg//S55h3/xkOlVcp5Z7JEzMtQBCNO3LjXOBa0fPhbga6vPMAEx8mweyGP7JA==', 'fingerprint': 'c6:5c:61:75:df:7f:f3:a3:c9:96:8d:49:39:b7:8b:ca', 'user_id': 'b741596a72a04091be47d2c2bfdc1346', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAlwWmp8wUHq3RqshfkzIkoSxCK8EzFk/xTYL7bK2r2c7IGhE90YGVA\nCMs1TI4O9lugBwYFK4EEACKhZANiAASuUoRa6V+ftdvIOLhSozsXpFpaQclxx3CM\nEQZ2VuUEfm/Xwx5GwRl4Yc1Hh6tqBKZF54BoP/0ueYd/8ZDpVXKeWeyRMzLUAQjT\nty41zgWtHz4W4GurzzABMfJsHshj+yQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e852a0af-b15b-4ae9-961b-480d464c3387', 'name': 'tempest-securitygroup--739732962', 'stateful': True, 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': 'tempest-description--976288555', 'shared': False, 'security_group_rules': [{'id': '4f512fe2-7a07-4cab-ae4f-3b798bfa05c1', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': 'e852a0af-b15b-4ae9-961b-480d464c3387', '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': 837, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:30Z', 'updated_at': '2023-07-24T11:30:30Z', 'revision_number': 0}, {'id': '68faf4ca-ec87-4318-a879-126f128559af', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': 'e852a0af-b15b-4ae9-961b-480d464c3387', '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': 838, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:30Z', 'updated_at': '2023-07-24T11:30:30Z', 'revision_number': 0} ], 'tags': [], 'created_at': '2023-07-24T11:30:30Z', 'updated_at': '2023-07-24T11:30:30Z', 'revision_number': 1, 'project_id': 'a29952e16f8143c8b36bda0f886afdda'}, 'floating_ip': {'id': '930130a8-49c5-4799-9dc5-312bd19876bb', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:33Z', 'updated_at': '2023-07-24T11:30:33Z', 'revision_number': 0, 'ip': '172.24.4.188'}} 2023-07-24 11:30:35,025 79624 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.033s 2023-07-24 11:30:35,025 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1931178476", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "27dffd8f-be14-4ca9-a1cb-e54c073c6339"}], "security_groups": [{"name": "tempest-securitygroup--739732962"}], "key_name": "tempest-keypair-743529542", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-ce6fe6d6-e8dc-4fd5-b1fd-f1e34334bf41', 'x-compute-request-id': 'req-ce6fe6d6-e8dc-4fd5-b1fd-f1e34334bf41', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:35,068 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-743529542 0.042s 2023-07-24 11:30:35,069 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b44bc4c-06ef-4ae0-ab29-ed1995cf3822', 'x-compute-request-id': 'req-1b44bc4c-06ef-4ae0-ab29-ed1995cf3822', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-743529542'} Body: b'' 2023-07-24 11:30:36,090 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e852a0af-b15b-4ae9-961b-480d464c3387 1.020s 2023-07-24 11:30:36,090 79624 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-d73df115-c9dd-481a-883e-b3dca2b98e4c', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e852a0af-b15b-4ae9-961b-480d464c3387'} Body: b'' 2023-07-24 11:30:36,111 79624 INFO [tempest.lib.common.res t_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e852a0af-b15b-4ae9-961b-480d464c3387 0.020s 2023-07-24 11:30:36,111 79624 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-c47a458f-4b61-48d8-834e-40c127ca7743', 'date': 'Mon, 24 Jul 2023 11:30:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e852a0af-b15b-4ae9-961b-480d464c3387'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e852a0af-b15b-4ae9-961b-480d464c3387 does not exist", "detail": ""}}' 2023-07-24 11:30:37,260 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/930130a8-49c5-4799-9dc5-312bd19876bb 1.148s 2023-07-24 11:30:37,261 79624 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-f27914d3-d198-4d88-90ce-7bcffd984b6d', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/930130a8-49c5-4799-9dc5-312bd19876bb'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 31, in test_delete_attached_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:37,264 79624 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:37,264 79624 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:37,332 79624 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-24 11:30:37,333 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-741768683", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQkKYdEsgWFtkXUOAiiEAo+q+KbVOOlUNu5/rGYKQnCNiR4rtDe0Mn0qo8ZUnRAdfXxLg2BiOTET9Nctm1+0skbYCWhK8hR481woyUpr2a2CCMNzFaubXigG4EyD1pzYQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:37 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-1e0a7e15-042b-45cf-933d-186e1b960562', 'x-compute-request-id': 'req-1e0a7e15-042b-45cf-933d-186e1b960562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-741768683", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQkKYdEsgWFtkXUOAiiEAo+q+KbVOOlUNu5/rGYKQnCNiR4rtDe0Mn0qo8ZUnRAdfXxLg2BiOTET9Nctm1+0skbYCWhK8hR481woyUpr2a2CCMNzFaubXigG4EyD1pzYQ==", "fingerprint": "c1:e6:c6:75:1b:94:70:15:f0:7f:53:4b:e7:1d:2c:79", "user_id": "b741596a72a04091be47d2c2bfdc1346"}}' 2023-07-24 11:30:37,335 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-741768683 created 2023-07-24 11:30:37,514 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.177s 2023-07-24 11:30:37,514 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--250993501", "description": "tempest-description--1585201741"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-81229adf-265a-4746-957c-2085f8f4ff37', 'date': 'Mon, 24 Jul 2023 11:30:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b5aca7cf-2c62-466c-8062-f8583b553d08", "name": "tempest-securitygroup--250993501", "stateful": true, "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "description": "tempest-description--1585201741", "shared": false, "security_group_rules": [{"id": "b57763ea-727d-4c53-8fa3-e7088fe5d8ee", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "b5aca7cf-2c62-466c-8062-f8583b553d08", "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": 895, "description": null, "tags": [], "created_at": "2023-07-24T11:30:37Z", "updated_at": "2023-07-24T11:30:37Z", "revision_number": 0}, {"id": "e208f663-fb39-45cb-8c45-fb0e5de1defe", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "b5aca7cf-2c62-466c-8062-f8583b553d08", "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": 894, "description": null, "tags": [], "created_at": "2023-07-24T11:30:37Z", "updated_at": "2023-07-24T11:30:37Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:37Z", "updated_at": "2023-07-24T11:30:37Z", "revision_number": 1, "project_id": "a29952e16f8143c8b36bda0f886afdda"}}' 2023-07-24 11:30:37,990 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.475s 2023-07-24 11:30:37,990 79624 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": "b5aca7cf-2c62-466c-8062-f8583b553d08", "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-29d58d12-52ae-4547-93ed-8f763612c479', 'date': 'Mon, 24 Jul 2023 11:30: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": "dc23e5ac-eabc-470d-9abb-2e45053555bc", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "b5aca7cf-2c62-466c-8062-f8583b553d08", "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-24T11:30:37Z", "updated_at": "2023-07-24T11:30:37Z", "revision_number": 0}}' 2023-07-24 11:30:38,707 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.716s 2023-07-24 11:30:38,709 79624 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": "b5aca7cf-2c62-466c-8062-f8583b553d08", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-997c52e5-4d2d-4c04-9955-9004ad8f7b06', 'date': 'Mon, 24 Jul 2023 11:30: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": "2df304ec-3f5b-4501-8077-53cc2a684f10", "project_id": "a29952e16f8143c8b36bda0f886afdda", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "security_group_id": "b5aca7cf-2c62-466c-8062-f8583b553d08", "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-24T11:30:38Z", "updated_at": "2023-07-24T11:30:38Z", "revision_number": 0}}' 2023-07-24 11:30:38,710 79624 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--250993501 created 2023-07-24 11:30:40,700 79624 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.989s 2023-07-24 11:30:40,700 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-93e58f7d-34f3-4699-a90e-21b4182ace1a', 'date': 'Mon, 24 Jul 2023 11:30:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "407a09ea-6ac5-4061-b110-ac8e6d1c6821", "tenant_id": "a29952e16f8143c8b36bda0f886afdda", "floating_ip_address": "172.24.4.102", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a29952e16f8143c8b36bda0f886afdda", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:39Z", "updated_at": "2023-07-24T11:30:39Z", "revision_number": 0}}' 2023-07-24 11:30:40,701 79624 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '407a09ea-6ac5-4061-b110-ac8e6d1c6821', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.102', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:39Z', 'updated_at': '2023-07-24T11:30:39Z', 'revision_number': 0, 'ip': '172.24.4.102'} created 2023-07-24 11:30:40,895 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.185s 2023-07-24 11:30:40,896 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-911c12f5-504d-44e0-930d-b933fda54422', '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": "b741596a72a04091be47d2c2bfdc1346", "name": "tempest-AttachVolumeNegativeTest-1665476171-project-member", "password_expires_at": null}, "audit_ids": ["zQVdwJXvS7CrAL4dcR7a8w"], "expires_at": "2023-07-24T12:30:40.000000Z", "issued_at": "2023-07-24T11:30:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a29952e16f8143c8b36bda0f886afdda", "name": "tempest-AttachVolumeNegativeTest-1665476171"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "reg ion": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a29952e16f8143c8b36bda0f886afdda", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:40,896 79624 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '27dffd8f-be14-4ca9-a1cb-e54c073c6339', 'name': 'tempest-AttachVolumeNegativeTest-1857643954-network', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38016, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:29:41Z', 'updated_at': '2023-07-24T11:29:41Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:40,898 79624 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-741768683', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQkKYdEsgWFtkXUOAiiEAo+q+KbVOOlUNu5/rGYKQnCNiR4rtDe0Mn0qo8ZUnRAdfXxLg2BiOTET9Nctm1+0skbYCWhK8hR481woyUpr2a2CCMNzFaubXigG4EyD1pzYQ==', 'fingerprint': 'c1:e6:c6:75:1b:94:70:15:f0:7f:53:4b:e7:1d:2c:79', 'user_id': 'b741596a72a04091be47d2c2bfdc1346', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCYAOAXGahsZGXKsk4VsQnpRR6I7aMSLn7dpgfQB+uX0IMUV0nFR7Ac\nbqxy3fYh34GgBwYFK4EEACKhZANiAAQEJCmHRLIFhbZF1DgIohAKPqvim1TjpVDb\nuf6xmCkJwjYkeK7Q3tDJ9KqPGVJ0QHX18S4NgYjkxE/TXLZtftLJG2AloSvIUePN\ncKMlKa9mtggjDcxWrm14oBuBMg9ac2E=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b5aca7cf-2c62-466c-8062-f8583b553d08', 'name': 'tempest-securitygroup--250993501', 'stateful': True, 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': 'tempest-description--1585201741', 'shared': False, 'security_group_rules': [{'id': 'b57763ea-727d-4c53-8fa3-e7088fe5d8ee', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': 'b5aca7cf-2c62-466c-8062-f8583b553d08', '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': 895, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:37Z', 'updated_at': '2023-07-24T11:30:37Z', 'revision_number': 0}, {'id': 'e208f663-fb39-45cb-8c45-fb0e5de1defe', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'security_group_id': 'b5aca7cf-2c62-466c-8062-f8583b553d08', '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': 894, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:37Z', 'updated_at': '2023-07-24T11:30:37Z', 'revision_number': 0}], 'tags': [], 'created_at' : '2023-07-24T11:30:37Z', 'updated_at': '2023-07-24T11:30:37Z', 'revision_number': 1, 'project_id': 'a29952e16f8143c8b36bda0f886afdda'}, 'floating_ip': {'id': '407a09ea-6ac5-4061-b110-ac8e6d1c6821', 'tenant_id': 'a29952e16f8143c8b36bda0f886afdda', 'floating_ip_address': '172.24.4.102', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a29952e16f8143c8b36bda0f886afdda', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:39Z', 'updated_at': '2023-07-24T11:30:39Z', 'revision_number': 0, 'ip': '172.24.4.102'}} 2023-07-24 11:30:40,928 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-24 11:30:40,928 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-889589811", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "27dffd8f-be14-4ca9-a1cb-e54c073c6339"}], "security_groups": [{"name": "tempest-securitygroup--250993501"}], "key_name": "tempest-keypair-741768683", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-9ce28762-b0d2-4c2f-a9b5-e973368025a1', 'x-compute-request-id': 'req-9ce28762-b0d2-4c2f-a9b5-e973368025a1', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:40,964 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-741768683 0.033s 2023-07-24 11:30:40,964 79624 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-1eec6f52-42e0-4a91-8111-086c599d77d1', 'x-compute-request-id': 'req-1eec6f52-42e0-4a91-8111-086c599d77d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-741768683'} Body: b'' 2023-07-24 11:30:41,770 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b5aca7cf-2c62-466c-8062-f8583b553d08 0.805s 2023-07-24 11:30:41,771 79624 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-b981eaa7-adac-45a5-935d-f01f9341934d', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b5aca7cf-2c62-466c-8062-f8583b553d08'} Body: b'' 2023-07-24 11:30:41,822 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest :_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b5aca7cf-2c62-466c-8062-f8583b553d08 0.050s 2023-07-24 11:30:41,823 79624 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-86e4268c-7c85-447e-a92b-c60214319d34', 'date': 'Mon, 24 Jul 2023 11:30:41 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b5aca7cf-2c62-466c-8062-f8583b553d08'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b5aca7cf-2c62-466c-8062-f8583b553d08 does not exist", "detail": ""}}' 2023-07-24 11:30:43,035 79624 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/407a09ea-6ac5-4061-b110-ac8e6d1c6821 1.211s 2023-07-24 11:30:43,035 79624 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-4496a08b-f9fb-4c24-949f-48e5b5df23ad', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/407a09ea-6ac5-4061-b110-ac8e6d1c6821'} Body: b'' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 56, in test_snapshot_data_integrity server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:35,819 79626 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:35,822 79626 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:36,289 79626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.462s 2023-07-24 11:30:36,290 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-672514550", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvbbRazCTpTdShw2MeYglbaTaqaeb9Dhp/OutrLz5s5q6tIAxqYKe0AKxCRL7dLsCMUoptGOEPF0AryJHa2R6+nwYKa+IfgOrebOp42nuCfriALJMZKIpp6zzbne/hmfQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:35 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-172d461d-bcb9-4a05-8060-4ff41743979c', 'x-compute-request-id': 'req-172d461d-bcb9-4a05-8060-4ff41743979c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-672514550", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvbbRazCTpTdShw2MeYglbaTaqaeb9Dhp/OutrLz5s5q6tIAxqYKe0AKxCRL7dLsCMUoptGOEPF0AryJHa2R6+nwYKa+IfgOrebOp42nuCfriALJMZKIpp6zzbne/hmfQ==", "fingerprint": "33:42:c1:10:df:74:5d:0d:ea:7e:6d:29:d4:df:13:d2", "user_id": "cf5595393f69488bbb16a24478829529"}}' 2023-07-24 11:30:36,292 79626 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-672514550 created 2023-07-24 11:30:36,865 79626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.572s 2023-07-24 11:30:36,866 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--617422300", "description": "tempest-description--2024413898"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-4827f040-0154-48a3-81b0-a87f4ea8ba9c', 'date': 'Mon, 24 Jul 2023 11:30:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "433f827f-1054-48fb-bf60-2b703f70161c", "name": "tempest-securitygroup--617422300", "stateful": true, "tenant_id": "aaabaea608484096b28de791605b42e3", "description": "tempest-description--2024413898", "shared": false, "security_group_rules": [{"id": "0a9f1491-0410-42ea-858f-ea39cf884013", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "433f827f-1054-48fb-bf60-2b703f70161c", "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": 889, "description": null, "tags": [], "created_at": "2023-07-24T11:30:36Z", "updated_at": "2023-07-24T11:30:36Z", "revision_number": 0}, {"id": "3b487796-4ca9-4230-9b09-696b8daffb3e", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "433f827f-1054-48fb-bf60-2b703f70161c", "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": 883, "description": null, "tags": [], "created_at": "2023-07-24T11:30:36Z", "updated_at": "2023-07-24T11:30:36Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:36Z", "updated_at": "2023-07-24T11:30:36Z", "revision_number": 1, "project_id": "aaabaea608484096b28de791605b42e3"}}' 2023-07-24 11:30:37,060 79626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.193s 2023-07-24 11:30:37,060 79626 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": "433f827f-1054-48fb-bf60-2b703f70161c", "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-ab04a285-c204-465f-858a-bb71d5a1e6a4', 'date': 'Mon, 24 Jul 2023 11:30: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": "12606d52-ea48-4bd1-a4d8-48d3c3a81ba3", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "433f827f-1054-48fb-bf60-2b703f70161c", "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-24T11:30:36Z", "updated_at": "2023-07-24T11:30:36Z", "revision_number": 0}}' 2023-07-24 11:30:37,450 79626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.390s 2023-07-24 11:30:37,451 79626 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": "433f827f-1054-48fb-bf60-2b703f70161c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d93e6f53-62cd-46b3-b4aa-420926792ecf', 'date': 'Mon, 24 Jul 2023 11:30: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": "d8a0e44f-6ca2-40b5-b7cc-15d77facc0ad", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "433f827f-1054-48fb-bf60-2b703f70161c", "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-24T11:30:37Z", "updated_at": "2023-07-24T11:30:37Z", "revision_number": 0}}' 2023-07-24 11:30:37,451 79626 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--617422300 created 2023-07-24 11:30:39,001 79626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.549s 2023-07-24 11:30:39,002 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-d13b2c1e-6f8a-4124-934f-133ad7477625', 'date': 'Mon, 24 Jul 2023 11:30:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "942a46d1-0fc7-40f0-9e71-494e9612e6cf", "tenant_id": "aaabaea608484096b28de791605b42e3", "floating_ip_address": "172.24.4.244", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "aaabaea608484096b28de791605b42e3", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:38Z", "updated_at": "2023-07-24T11:30:38Z", "revision_number": 0}}' 2023-07-24 11:30:39,002 79626 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '942a46d1-0fc7-40f0-9e71-494e9612e6cf', 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'floating_ip_address': '172.24.4.244', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'aaabaea608484096b28de791605b42e3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:38Z', 'updated_at': '2023-07-24T11:30:38Z', 'revision_number': 0, 'ip': '172.24.4.244'} created 2023-07-24 11:30:39,475 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.472s 2023-07-24 11:30:39,475 79626 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-845054710", "description": "tempest-secgroup-smoke-845054710 description", "project_id": "aaabaea608484096b28de791605b42e3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-899b9687-0d76-4ac6-8dc7-21d0231ca475', 'date': 'Mon, 24 Jul 2023 11:30:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b5b0c690-851d-4f98-ad2c-553704e07768", "name": "tempest-secgroup-smoke-845054710", "stateful": true, "tenant_id": "aaabaea608484096b28de791605b42e3", "description": "tempest-secgroup-smoke-845054710 description", "shared": false, "security_group_rules": [{"id": "db522a36-be94-48aa-86c8-6f27d5a784dd", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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": 904, "description": null, "tags": [], "created_at": "2023-07-24T11:30:39Z", "updated_at": "2023-07-24T11:30:39Z", "revision_number": 0}, {"id": "e55e85a5-23dd-4ef4-990c-8e671105c6cf", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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": 903, "description": null, "tags": [], "created_at": "2023-07-24T11:30:39Z", "updated_at": "2023-07-24T11:30:39Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:39Z", "updated_at": "2023-07-24T11:30:39Z", "revision_number": 1, "project_id": "aaabaea608484096b28de791605b42e3"}}' 2023-07-24 11:30:40,280 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/s ecurity-group-rules 0.804s 2023-07-24 11:30:40,280 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "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-93c58495-063b-460d-94dc-f65f9236f067', 'date': 'Mon, 24 Jul 2023 11:30:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2faac5b-3e78-4f3e-8d9f-fc4411a7387d", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:39Z", "updated_at": "2023-07-24T11:30:39Z", "revision_number": 0}}' 2023-07-24 11:30:40,847 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.566s 2023-07-24 11:30:40,848 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "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-f69230fe-fe40-4c42-ba28-ec6457188c59', 'date': 'Mon, 24 Jul 2023 11:30:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5feaf64e-db55-4e11-b18d-092ebf2290e9", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:40Z", "updated_at": "2023-07-24T11:30:40Z", "revision_number": 0}}' 2023-07-24 11:30:41,822 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.973s 2023-07-24 11:30:41,822 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-82a69c15-11e9-452b-8749-f1c4026f7921', 'date': 'Mon, 24 Jul 2023 11:30: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": "0c16a107-e894-4544-ab38-ef87ac2af4b2", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:41Z", "updated_at": "2023-07-24T11:30:41Z", "revision_number": 0}}' 2023-07-24 11:30:42,440 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.617s 2023-07-24 11:30:42,441 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-fa0d2e83-3958-471e-8b6c-caab83cbe6ad', 'date': 'Mon, 24 Jul 2023 11:30: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": "13326347-7564-43f0-8637-62a152384368", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:42Z", "updated_at": "2023-07-24T11:30:42Z", "revision_number": 0}}' 2023-07-24 11:30:42,729 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.287s 2023-07-24 11:30:42,729 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-d1fb75dd-eb65-4b47-9c7f-d337aba03104', 'date': 'Mon, 24 Jul 2023 11:30: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": "ce2dc832-d9f5-44f0-9da6-95f8beebf5b6", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:42Z", "updated_at": "2023-07-24T11:30:42Z", "revision_number": 0}}' 2023-07-24 11:30:43,074 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.344s 2023-07-24 11:30:43,075 79626 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": "b5b0c690-851d-4f98-ad2c-553704e07768", "project_id": "aaabaea608484096b28de791605b42e3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d7b96323-aeeb-4e63-adcd-db67e248b65c', 'date': 'Mon, 24 Jul 2023 11:30: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": "e6f1d99f-8771-4211-822e-7fd8fb371b05", "project_id": "aaabaea608484096b28de791605b42e3", "tenant_id": "aaabaea608484096b28de791605b42e3", "security_group_id": "b5b0c690-851d-4f98-ad2c-553704e07768", "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-24T11:30:42Z", "updated_at": "2023-07-24T11:30:42Z", "revision_number": 0}}' 2023-07-24 11:30:43,214 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.132s 2023-07-24 11:30:43,215 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:43 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-a89275ea-9490-48df-8792-23355bc8e396', '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": "cf5595393f69488bbb16a24478829529", "name": "tempest-SnapshotDataIntegrityTests-2076844374-project-member", "password_expires_at": null}, "audit_ids": ["DnMbMoR7SIuKOmCIAqS_FA"], "expires_at": "2023-07-24T12:30:43.000000Z", "issued_at": "2023-07-24T11:30:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aaabaea608484096b28de791605b42e3", "name": "tempest-SnapshotDataIntegrityTests-2076844374"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/aaabaea608484096b28de791605b42e3", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/aaabaea608484096b28de791605b42e3", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http:/ /10.0.0.210/compute/v2/aaabaea608484096b28de791605b42e3", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:43,216 79626 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'a46f49bd-de0f-43c2-b37f-8f40115760c5', 'name': 'tempest-SnapshotDataIntegrityTests-1802456368-network', 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'aaabaea608484096b28de791605b42e3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42578, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:03Z', 'updated_at': '2023-07-24T11:30:03Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:43,216 79626 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-672514550', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvbbRazCTpTdShw2MeYglbaTaqaeb9Dhp/OutrLz5s5q6tIAxqYKe0AKxCRL7dLsCMUoptGOEPF0AryJHa2R6+nwYKa+IfgOrebOp42nuCfriALJMZKIpp6zzbne/hmfQ==', 'fingerprint': '33:42:c1:10:df:74:5d:0d:ea:7e:6d:29:d4:df:13:d2', 'user_id': 'cf5595393f69488bbb16a24478829529', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCpi7wkmT3BB8fXiaFTSOOlpKKDg2Y7wsfTch1Mu30GcdBO+q0mBOLH\nts4OrKP6mxGgBwYFK4EEACKhZANiAARr220Wswk6U3UocNjHmIJW2k2qmnm/Q4af\nzrray8+bOaurSAMamCntACsQkS+3S7AjFKKbRjhDxdAK8iR2tkevp8GCmviH4Dq3\nmzqeNp7gn64gCyTGSiKaes8253v4Zn0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '433f827f-1054-48fb-bf60-2b703f70161c', 'name': 'tempest-securitygroup--617422300', 'stateful': True, 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'description': 'tempest-description--2024413898', 'shared': False, 'security_group_rules': [{'id': '0a9f1491-0410-42ea-858f-ea39cf884013', 'project_id': 'aaabaea608484096b28de791605b42e3', 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'security_group_id': '433f827f-1054-48fb-bf60-2b703f70161c', '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': 889, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:36Z', 'updated_at': '2023-07-24T11:30:36Z', 'revision_number': 0}, {'id': '3b487796-4ca9-4230-9b09-696b8daffb3e', 'project_id': 'aaabaea608484096b28de791605b42e3', 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'security_group_id': '433f827f-1054-48fb-bf60-2b703f70161c', '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': 883, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:36Z', 'updated_at': '2023-07-24T11:30:36Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:30:36Z', 'updated_at': '2023-07-24T11:30:36Z', 'revision_number': 1, 'project_id': 'aaabaea608484096b28de791605b42e3'}, 'floating_ip': {'id': '942a46d1-0fc7-40f0-9e71-494e9612e6cf', 'tenant_id': 'aaabaea608484096b28de791605b42e3', 'floating_ip_address': '172.24.4.244', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'aaabaea608484096b28de791605b42e3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:38Z', 'updated_at': '2023-07-24T11:30:38Z', 'revision_number': 0, 'ip': '172.24.4.244'}} 2023-07-24 11:30:43,245 79626 INFO [tempest.lib.common.rest_c lient] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 11:30:43,246 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1917996245", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "key_name": "tempest-keypair-672514550", "security_groups": [{"name": "tempest-secgroup-smoke-845054710"}, {"name": "tempest-securitygroup--617422300"}], "networks": [{"uuid": "a46f49bd-de0f-43c2-b37f-8f40115760c5"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-b7fe9457-1b56-4106-9c61-00cf77cbb452', 'x-compute-request-id': 'req-b7fe9457-1b56-4106-9c61-00cf77cbb452', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:43,878 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b5b0c690-851d-4f98-ad2c-553704e07768 0.629s 2023-07-24 11:30:43,879 79626 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-8bb1b70d-6d99-415e-88fa-b67a1d13aefe', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b5b0c690-851d-4f98-ad2c-553704e07768'} Body: b'' 2023-07-24 11:30:43,919 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-672514550 0.039s 2023-07-24 11:30:43,920 79626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30: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-60d2879e-75e2-492c-ac0c-3b74f53f43e0', 'x-compute-request-id': 'req-60d2879e-75e2-492c-ac0c-3b74f53f43e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-672514550'} Body: b'' 2023-07-24 11:30:44,375 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/433f827f-1054-48fb-bf60-2b703f70161c 0.455s 2023-07-24 11:30:44,375 79626 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-50ea38c3-904c-467c-bce3-de1d41e7f730', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/433f827f-1054-48fb-bf60-2b703f70161c'} Body: b'' 2023-07-24 11:30:44,414 79626 INFO [tempest.lib.com mon.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/433f827f-1054-48fb-bf60-2b703f70161c 0.038s 2023-07-24 11:30:44,414 79626 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-1dea57ed-ab3b-4439-be5a-980a7411dab8', 'date': 'Mon, 24 Jul 2023 11:30:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/433f827f-1054-48fb-bf60-2b703f70161c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 433f827f-1054-48fb-bf60-2b703f70161c does not exist", "detail": ""}}' 2023-07-24 11:30:45,167 79626 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/942a46d1-0fc7-40f0-9e71-494e9612e6cf 0.752s 2023-07-24 11:30:45,168 79626 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-08d57e32-3ba9-4d8e-a4b8-08a136e7109f', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/942a46d1-0fc7-40f0-9e71-494e9612e6cf'} 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-24 11:30:49,592 79618 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:49,592 79618 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:49,943 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.348s 2023-07-24 11:30:49,943 79618 DEBUG [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-417376496", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG5dH6ukW8UOCHDmKeDGabZNxq9HFnB1Xwjx+IBHud8S2KJjpKuro81mvXvBe7JmL8E3Iw23EnciBOLKO9wCD+w3eJ189dB0CRQi5znhvVrjsxXfLxIw5yX6QNLSUsdbTQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-854adf10-bf24-45c0-b3e5-1f119ab367e5', 'x-compute-request-id': 'req-854adf10-bf24-45c0-b3e5-1f119ab367e5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-417376496", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG5dH6ukW8UOCHDmKeDGabZNxq9HFnB1Xwjx+IBHud8S2KJjpKuro81mvXvBe7JmL8E3Iw23EnciBOLKO9wCD+w3eJ189dB0CRQi5znhvVrjsxXfLxIw5yX6QNLSUsdbTQ==", "fingerprint": "74:dc:4c:2f:e4:ba:e1:78:e3:ce:fa:fc:8d:d1:9d:98", "user_id": "015d1034dd624be28253e864311f8866"}}' 2023-07-24 11:30:49,947 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-417376496 created 2023-07-24 11:30:50,185 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.238s 2023-07-24 11:30:50,186 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1724545657", "description": "tempest-description--1627398498"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-103a7093-a199-49a8-92dd-cbec52224d2d', 'date': 'Mon, 24 Jul 2023 11:30:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "name": "tempest-securitygroup--1724545657", "stateful": true, "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "description": "tempest-description--1627398498", "shared": false, "security_group_rules": [{"id": "95b050e8-081e-49d6-832f-16768769f35e", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "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": 926, "description": null, "tags": [], "created_at": "2023-07-24T11:30:50Z", "updated_at": "2023-07-24T11:30:50Z", "revision_number": 0}, {"id": "bbdeb603-f264-4a59-b8be-57cb3ed2be94", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "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": 927, "description": null, "tags": [], "created_at": "2023-07-24T11:30:50Z", "updated_at": "2023-07-24T11:30:50Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:50Z", "updated_at": "2023-07-24T11:30:50Z", "revision_number": 1, "project_id": "b0f69257a8874d548292d7a10f7e9d08"}}' 2023-07-24 11:30:50,456 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.270s 2023-07-24 11:30:50,456 79618 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": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "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-b0e1aaae-484c-4ee7-9363-9a6d231d0565', 'date': 'Mon, 24 Jul 2023 11:30:50 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": "391d5956-2691-4d8d-9c8f-883cccd113b1", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "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-24T11:30:50Z", "updated_at": "2023-07-24T11:30:50Z", "revision_number": 0}}' 2023-07-24 11:30:50,756 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.299s 2023-07-24 11:30:50,756 79618 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": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c82bcd60-fab8-4dfa-a854-9f4a23b00c82', 'date': 'Mon, 24 Jul 2023 11:30:50 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": "b1b54888-bfa2-4988-bd42-45368b523ebc", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "aac21529-af32-413e-bd32-2ecd4d4a8db6", "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-24T11:30:50Z", "updated_at": "2023-07-24T11:30:50Z", "revision_number": 0}}' 2023-07-24 11:30:50,756 79618 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1724545657 created 2023-07-24 11:30:51,950 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.193s 2023-07-24 11:30:51,950 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-c420959f-cff7-441c-9f05-75950d553775', 'date': 'Mon, 24 Jul 2023 11:30:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b37afa88-5b8f-4028-8842-ba85e913728b", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "floating_ip_address": "172.24.4.51", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:51Z", "updated_at": "2023-07-24T11:30:51Z", "revision_number": 0}}' 2023-07-24 11:30:51,950 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b37afa88-5b8f-4028-8842-ba85e913728b', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'floating_ip_address': '172.24.4.51', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:51Z', 'updated_at': '2023-07-24T11:30:51Z', 'revision_number': 0, 'ip': '172.24.4.51'} created 2023-07-24 11:30:52,062 79618 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.105s 2023-07-24 11:30:52,062 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:51 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-e84662fe-1856-4b69-960e-20890920b63e', '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": "015d1034dd624be28253e864311f8866", "name": "tempest-AttachVolumeShelveTestJSON-673474091-project-member", "password_expires_at": null}, "audit_ids": ["UMZmCVy6S8uhZ0bg8cVp9g"], "expires_at": "2023-07-24T12:30:51.000000Z", "issued_at": "2023-07-24T11:30:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0f69257a8874d548292d7a10f7e9d08", "name": "tempest-AttachVolumeShelveTestJSON-673474091"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interfac e": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:52,063 79618 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '8e6ea4ae-800c-436b-a391-bb05f192988e', 'name': 'tempest-AttachVolumeShelveTestJSON-13990992-network', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63220, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:36Z', 'updated_at': '2023-07-24T11:30:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:52,064 79618 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-417376496', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG5dH6ukW8UOCHDmKeDGabZNxq9HFnB1Xwjx+IBHud8S2KJjpKuro81mvXvBe7JmL8E3Iw23EnciBOLKO9wCD+w3eJ189dB0CRQi5znhvVrjsxXfLxIw5yX6QNLSUsdbTQ==', 'fingerprint': '74:dc:4c:2f:e4:ba:e1:78:e3:ce:fa:fc:8d:d1:9d:98', 'user_id': '015d1034dd624be28253e864311f8866', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBjmWvOHlV+oiODvvRu5Q4tCqix7MXr1wmbu1AUVuxz9UDPzMPsyVuG\nlKsYF/3IX7CgBwYFK4EEACKhZANiAARuXR+rpFvFDghw5ingxmm2TcavRxZwdV8I\n8fiAR7nfEtiiY6Srq6PNZr17wXuyZi/BNyMNtxJ3IgTiyjvcAg/sN3idfPXQdAkU\nIuc54b1a47MV3y8SMOcl+kDS0lLHW00=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'aac21529-af32-413e-bd32-2ecd4d4a8db6', 'name': 'tempest-securitygroup--1724545657', 'stateful': True, 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': 'tempest-description--1627398498', 'shared': False, 'security_group_rules': [{'id': '95b050e8-081e-49d6-832f-16768769f35e', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'security_group_id': 'aac21529-af32-413e-bd32-2ecd4d4a8db6', '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': 926, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:50Z', 'updated_at': '2023-07-24T11:30:50Z', 'revision_number': 0}, {'id': 'bbdeb603-f264-4a59-b8be-57cb3ed2be94', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'security_group_id': 'aac21529-af32-413e-bd32-2ecd4d4a8db6', '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': 927, 'description': None, 'tags': [], 'created_at ': '2023-07-24T11:30:50Z', 'updated_at': '2023-07-24T11:30:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:30:50Z', 'updated_at': '2023-07-24T11:30:50Z', 'revision_number': 1, 'project_id': 'b0f69257a8874d548292d7a10f7e9d08'}, 'floating_ip': {'id': 'b37afa88-5b8f-4028-8842-ba85e913728b', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'floating_ip_address': '172.24.4.51', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:51Z', 'updated_at': '2023-07-24T11:30:51Z', 'revision_number': 0, 'ip': '172.24.4.51'}} 2023-07-24 11:30:52,089 79618 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.024s 2023-07-24 11:30:52,090 79618 DEBUG [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-2136026053", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "8e6ea4ae-800c-436b-a391-bb05f192988e"}], "security_groups": [{"name": "tempest-securitygroup--1724545657"}], "key_name": "tempest-keypair-417376496", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:52 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-986ca97e-1b70-41af-9cae-78e0e86f8356', 'x-compute-request-id': 'req-986ca97e-1b70-41af-9cae-78e0e86f8356', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:52,149 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-417376496 0.057s 2023-07-24 11:30:52,149 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:52 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-2f9bf29e-dd13-4bf0-8b78-a7d544f202e2', 'x-compute-request-id': 'req-2f9bf29e-dd13-4bf0-8b78-a7d544f202e2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-417376496'} Body: b'' 2023-07-24 11:30:52,702 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/aac21529-af32-413e-bd32-2ecd4d4a8db6 0.551s 2023-07-24 11:30:52,702 79618 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-3762c889-71a2-4e76-ad71-366e628deac7', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210: 9696/networking/v2.0/security-groups/aac21529-af32-413e-bd32-2ecd4d4a8db6'} Body: b'' 2023-07-24 11:30:52,739 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/aac21529-af32-413e-bd32-2ecd4d4a8db6 0.037s 2023-07-24 11:30:52,740 79618 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-b067b6ce-07aa-4e51-8bb5-f90853ee3d68', 'date': 'Mon, 24 Jul 2023 11:30:52 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/aac21529-af32-413e-bd32-2ecd4d4a8db6'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group aac21529-af32-413e-bd32-2ecd4d4a8db6 does not exist", "detail": ""}}' 2023-07-24 11:30:53,652 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b37afa88-5b8f-4028-8842-ba85e913728b 0.911s 2023-07-24 11:30:53,652 79618 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-57687f6a-261a-43ba-9fef-bb9f35684aef', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b37afa88-5b8f-4028-8842-ba85e913728b'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 299, in test_detach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:30:53,656 79618 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:30:53,656 79618 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:30:53,755 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.096s 2023-07-24 11:30:53,756 79618 DEBUG [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-62806820", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHisHaxxOfYKB2jdybehBWr4CaMkQz2ORhuqW0r2ea3woBYS7wsPhPb0KiP7jrNVEpR2/rSWkBqDToa3PQlBa3IzsTvDao8RyF+pIJ6TLe1KE0HFuCQU7FMAf0QJG+TkBw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2591af6e-66b1-4b94-8238-35250962349a', 'x-compute-request-id': 'req-2591af6e-66b1-4b94-8238-35250962349a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-62806820", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHisHaxxOfYKB2jdybehBWr4CaMkQz2ORhuqW0r2ea3woBYS7wsPhPb0KiP7jrNVEpR2/rSWkBqDToa3PQlBa3IzsTvDao8RyF+pIJ6TLe1KE0HFuCQU7FMAf0QJG+TkBw==", "fingerprint": "c0:74:ab:9d:99:f9:f6:ae:aa:b2:82:55:9f:06:91:b2", "user_id": "015d1034dd624be28253e864311f8866"}}' 2023-07-24 11:30:53,758 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-62806820 created 2023-07-24 11:30:53,950 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.191s 2023-07-24 11:30:53,951 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--511262627", "description": "tempest-description--925483494"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f5aade3d-bbaa-4d9f-bad6-da5fee0b5c51', 'date': 'Mon, 24 Jul 2023 11:30:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "473be796-f6c5-4157-ab4e-36066046cbb9", "name": "tempest-securitygroup--511262627", "stateful": true, "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "description": "tempest-description--925483494", "shared": false, "security_group_rules": [{"id": "ad0bef5a-32c5-4244-99b4-d3dcb46d3f8c", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "473be796-f6c5-4157-ab4e-36066046cbb9", "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": 962, "description": null, "tags": [], "created_at": "2023-07-24T11:30:53Z", "updated_at": "2023-07-24T11:30:53Z", "revision_number": 0}, {"id": "b5852386-0258-4595-9d90-56cce5bf6a87", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "473be796-f6c5-4157-ab4e-36066046cbb9", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_m in": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 961, "description": null, "tags": [], "created_at": "2023-07-24T11:30:53Z", "updated_at": "2023-07-24T11:30:53Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:30:53Z", "updated_at": "2023-07-24T11:30:53Z", "revision_number": 1, "project_id": "b0f69257a8874d548292d7a10f7e9d08"}}' 2023-07-24 11:30:54,213 79618 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-24 11:30:54,213 79618 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": "473be796-f6c5-4157-ab4e-36066046cbb9", "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-354bf502-d01c-4e9e-81cf-f2a0825fe9fb', 'date': 'Mon, 24 Jul 2023 11:30: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": "49c59b56-7c8e-405b-9932-9999ca40f7cb", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "473be796-f6c5-4157-ab4e-36066046cbb9", "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-24T11:30:54Z", "updated_at": "2023-07-24T11:30:54Z", "revision_number": 0}}' 2023-07-24 11:30:54,454 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.239s 2023-07-24 11:30:54,454 79618 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": "473be796-f6c5-4157-ab4e-36066046cbb9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1483ea44-f67b-4ac8-b8ec-456c018d1084', 'date': 'Mon, 24 Jul 2023 11:30: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": "f03153b4-13fc-43d1-b604-92cece78fdda", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "security_group_id": "473be796-f6c5-4157-ab4e-36066046cbb9", "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-24T11:30:54Z", "updated_at": "2023-07-24T11:30:54Z", "revision_number": 0}}' 2023-07-24 11:30:54,455 79618 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--511262627 created 2023-07-24 11:30:55,946 79618 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.490s 2023-07-24 11:30:55,946 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type' : 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-3b1c4c76-c573-4a4a-835b-8d5bb53c69be', 'date': 'Mon, 24 Jul 2023 11:30:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0c876235-7788-4ba9-9dac-51491c6c9020", "tenant_id": "b0f69257a8874d548292d7a10f7e9d08", "floating_ip_address": "172.24.4.48", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b0f69257a8874d548292d7a10f7e9d08", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:30:55Z", "updated_at": "2023-07-24T11:30:55Z", "revision_number": 0}}' 2023-07-24 11:30:55,947 79618 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0c876235-7788-4ba9-9dac-51491c6c9020', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'floating_ip_address': '172.24.4.48', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:55Z', 'updated_at': '2023-07-24T11:30:55Z', 'revision_number': 0, 'ip': '172.24.4.48'} created 2023-07-24 11:30:56,083 79618 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.129s 2023-07-24 11:30:56,083 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:55 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-e1744c33-f708-4ade-a5e8-9ec1bba3749e', '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": "015d1034dd624be28253e864311f8866", "name": "tempest-AttachVolumeShelveTestJSON-673474091-project-member", "password_expires_at": null}, "audit_ids": ["vjbAOSW7QHSmALoyfqQaZg"], "expires_at": "2023-07-24T12:30:55.000000Z", "issued_at": "2023-07-24T11:30:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0f69257a8874d548292d7a10f7e9d08", "name": "tempest-AttachVolumeShelveTestJSON-673474091"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "pub lic", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b0f69257a8874d548292d7a10f7e9d08", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:30:56,084 79618 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '8e6ea4ae-800c-436b-a391-bb05f192988e', 'name': 'tempest-AttachVolumeShelveTestJSON-13990992-network', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63220, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:36Z', 'updated_at': '2023-07-24T11:30:36Z', 'revision_number': 1} available for tenant 2023-07-24 11:30:56,084 79618 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-62806820', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHisHaxxOfYKB2jdybehBWr4CaMkQz2ORhuqW0r2ea3woBYS7wsPhPb0KiP7jrNVEpR2/rSWkBqDToa3PQlBa3IzsTvDao8RyF+pIJ6TLe1KE0HFuCQU7FMAf0QJG+TkBw==', 'fingerprint': 'c0:74:ab:9d:99:f9:f6:ae:aa:b2:82:55:9f:06:91:b2', 'user_id': '015d1034dd624be28253e864311f8866', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBBb0RuzD4DFG+hJPn1Tqg+YYiLboIgj8Pdgojxuz7cnzGCPG7I2peJ\nXZ4uY7TxfzWgBwYFK4EEACKhZANiAAR4rB2scTn2Cgdo3cm3oQVq+AmjJEM9jkYb\nqltK9nmt8KAWEu8LD4T29Coj+46zVRKUdv60lpAag06Gtz0JQWtyM7E7w2qPEchf\nqSCeky3tShNBxbgkFOxTAH9ECRvk5Ac=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '473be796-f6c5-4157-ab4e-36066046cbb9', 'name': 'tempest-securitygroup--511262627', 'stateful': True, 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': 'tempest-description--925483494', 'shared': False, 'security_group_rules': [{'id': 'ad0bef5a-32c5-4244-99b4-d3dcb46d3f8c', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'security_group_id': '473be796-f6c5-4157-ab4e-36066046cbb9', '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': 962, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 0}, {'id': 'b5852386-0258-4595-9d90-56cce5bf6a87', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'security_group_id': '473be796-f6c5-4157-ab4e-36066046cbb9', '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': 961, 'description': None, 'tags': [], 'created_at': '2023-07 -24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 1, 'project_id': 'b0f69257a8874d548292d7a10f7e9d08'}, 'floating_ip': {'id': '0c876235-7788-4ba9-9dac-51491c6c9020', 'tenant_id': 'b0f69257a8874d548292d7a10f7e9d08', 'floating_ip_address': '172.24.4.48', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b0f69257a8874d548292d7a10f7e9d08', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:30:55Z', 'updated_at': '2023-07-24T11:30:55Z', 'revision_number': 0, 'ip': '172.24.4.48'}} 2023-07-24 11:30:56,114 79618 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.029s 2023-07-24 11:30:56,115 79618 DEBUG [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-512738126", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "8e6ea4ae-800c-436b-a391-bb05f192988e"}], "security_groups": [{"name": "tempest-securitygroup--511262627"}], "key_name": "tempest-keypair-62806820", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:56 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-324439d1-bbbc-42a1-a8ad-a193c591e894', 'x-compute-request-id': 'req-324439d1-bbbc-42a1-a8ad-a193c591e894', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:30:56,229 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-62806820 0.113s 2023-07-24 11:30:56,229 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:30:56 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-792bab61-4bf3-483c-b888-aab6342ef5a4', 'x-compute-request-id': 'req-792bab61-4bf3-483c-b888-aab6342ef5a4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-62806820'} Body: b'' 2023-07-24 11:30:56,472 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/473be796-f6c5-4157-ab4e-36066046cbb9 0.242s 2023-07-24 11:30:56,473 79618 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-675353aa-5ffb-4c02-ba9b-3bf88007b052', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/ v2.0/security-groups/473be796-f6c5-4157-ab4e-36066046cbb9'} Body: b'' 2023-07-24 11:30:56,505 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/473be796-f6c5-4157-ab4e-36066046cbb9 0.032s 2023-07-24 11:30:56,506 79618 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-18c7b9ee-d64a-4b0d-af3c-e4afee0939de', 'date': 'Mon, 24 Jul 2023 11:30:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/473be796-f6c5-4157-ab4e-36066046cbb9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 473be796-f6c5-4157-ab4e-36066046cbb9 does not exist", "detail": ""}}' 2023-07-24 11:30:57,164 79618 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/0c876235-7788-4ba9-9dac-51491c6c9020 0.657s 2023-07-24 11:30:57,164 79618 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-8113ac67-f4cd-446d-836f-a25ca796f914', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:30:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0c876235-7788-4ba9-9dac-51491c6c9020'} Body: b'' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume server_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:31:25,077 79610 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.098s 2023-07-24 11:31:25,078 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:24 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-d782ee64-08a9-4040-9ce9-ad0bab818450', '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": "2e84b0afa2d94fddbd11d1ab38279db7", "name": "tempest-VolumesActionsTest-1214952395-project-member", "password_expires_at": null}, "audit_ids": ["6_dyeayhTmiBSfvITZ4ncQ"], "expires_at": "2023-07-24T12:31:25.000000Z", "issued_at": "2023-07-24T11:31:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f2af622351074363a51ca6ea8f81c4d6", "name": "tempest-VolumesActionsTest-1214952395"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f2af622351074363a51ca6ea8f81c4d6", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f2af622351074363a51ca6ea8f81c4d6", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f2af622351074363a51ca6ea8f81c4d6", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:31:25,078 79610 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '53ecdabf-e10f-4623-ac3d-e4d7ccab3c2d', 'name': 'tempest-VolumesActionsTest-1931098471-network', 'tenant_id': 'f2af622351074363a51ca6ea8f81c4d6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f2af622351074363a51ca6ea8f81c4d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63733, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:31:00Z', 'updated_at': '2023-07-24T11:31:00Z', 'revision_number': 1} available for tenant 2023-07-24 11:31:25,303 79610 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.223s 2023-07-24 11:31:25,304 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-575701913", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "53ecdabf-e10f-4623-ac3d-e4d7ccab3c2d"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-e252dc20-07a0-4bc3-a569-5d9e28e21dc0', 'x-compute-request-id': 'req-e252dc20-07a0-4bc3-a569-5d9e28e21dc0', '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 (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 09968f76-1176-4e28-8246-2a991d50bb6b failed to delete and is in error_deleting status, ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, )) tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 144, in test_create_server_from_volume_snapshot server = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:31:22,337 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985 0.383s 2023-07-24 11:31:22,337 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5897d317-831b-4e5a-92b5-961fb049c9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985'} 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": "80a68516d6bc42f2bdfd019023639925", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b529fdc1-349f-4017-9753-574081f4a985", "created_at": "2023-07-24T11:24:13Z", "updated_at": "2023-07-24T11:24:15Z", "tags": [], "self": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985", "file": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:31:23,165 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes 0.826s 2023-07-24 11:31:23,165 79606 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-1926746858", "snapshot_id": null, "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc743701-2719-4c2b-9edb-b633f1a3228f', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc743701-2719-4c2b-9edb-b633f1a3228f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.039833", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:31:23,269 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.092s 2023-07-24 11:31:23,270 79606 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c651bcf2-c497-47d4-ba6c-e68a90e3b1d3', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c651bcf2-c497-47d4-ba6c-e68a90e3b1d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:24,351 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.067s 2023-07-24 11:31:24,352 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6352f114-adaf-4a45-b37d-482d5dcd0a28', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6352f114-adaf-4a45-b37d-482d5dcd0a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:25,501 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.135s 2023-07-24 11:31:25,502 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:25 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfd5f946-7c9e-4da1-b7b6-68e1e683e401', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfd5f946-7c9e-4da1-b7b6-68e1e683e401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:26,565 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.048s 2023-07-24 11:31:26,566 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36378371-5520-461f-b02f-17fb57ebcb9c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36378371-5520-461f-b02f-17fb57ebcb9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:27,709 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.132s 2023-07-24 11:31:27,709 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59ca55c5-1afa-4bbb-b609-58f26e36972b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59ca55c5-1afa-4bbb-b609-58f26e36972b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:28,784 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.063s 2023-07-24 11:31:28,785 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce1b3086-14d9-46a5-8573-547b179f8708', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce1b3086-14d9-46a5-8573-547b179f8708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:29,873 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.072s 2023-07-24 11:31:29,874 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26fee174-5cd6-40b7-82f9-d073c2f86fa3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26fee174-5cd6-40b7-82f9-d073c2f86fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f 4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:30,931 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.045s 2023-07-24 11:31:30,931 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d35a3274-8dc0-4191-b289-3ba78c577804', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35a3274-8dc0-4191-b289-3ba78c577804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:30,948 79606 INFO [tempest.common.waiters] volume 1eefe53c-2e0f-4143-95b6-0faa64272a42 reached available after waiting for 7.948497 seconds 2023-07-24 11:31:30,995 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.046s 2023-07-24 11:31:30,996 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ec04a3-49c0-4068-9768-5e05ef51a592', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ec04a3-49c0-4068-9768-5e05ef51a592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:31,281 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots 0.273s 2023-07-24 11:31:31,281 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "metadata": null}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21858b60-026a-478d-9615-a4bf9cb58fe4', 'content-length': '308', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21858b60-026a-478d-9615-a4bf9cb58fe4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.176128", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 11:31:31,330 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.044s 2023-07-24 11:31:31,330 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23058e81-fe42-402b-9d0b-2c0f33143ee0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-23058e81-fe42-402b-9d0b-2c0f33143ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:31:32,377 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.042s 2023-07-24 11:31:32,378 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e41651a1-98ce-478c-8c67-a40a11d7dfb8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e41651a1-98ce-478c-8c67-a40a11d7dfb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:31:33,422 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.040s 2023-07-24 11:31:33,423 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91432846-f48d-49cb-a307-8a82f27e26fb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91432846-f48d-49cb-a307-8a82f27e26fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:31:34,467 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.038s 2023-07-24 11:31:34,467 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2620e7d5-3ea3-486f-ab6e-19b58a5ca8e8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2620e7d5-3ea3-486f-ab6e-19b58a5ca8e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:31:35,509 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.036s 2023-07-24 11:31:35,509 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed39845f-2677-4a3e-b267-6c052153f114', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed39845f-2677-4a3e-b267-6c052153f114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:31:36,555 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.037s 2023-07-24 11:31:36,556 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b007aab-f775-4695-91f8-acc68532be09', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b007aab-f775-4695-91f8-acc68532be09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:36.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:36,563 79606 INFO [tempest.common.waiters] snapshot 4184fa47-8c36-4 844-9df9-dfd227a52a04 reached available after waiting for 5.563054 seconds 2023-07-24 11:31:36,588 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.025s 2023-07-24 11:31:36,589 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc1fcfa0-536f-43bc-b533-3e8264bc2999', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc1fcfa0-536f-43bc-b533-3e8264bc2999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:36.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:36,682 79606 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.079s 2023-07-24 11:31:36,682 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 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-e15e270b-72c5-496c-950c-c0c8e3db3865', '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": "ef905e94ce2b43a191558a10e610c462", "name": "tempest-TestVolumeBootPattern-1590196890-project-member", "password_expires_at": null}, "audit_ids": ["-1jOsXTbROmoSTzXGPKKUQ"], "expires_at": "2023-07-24T12:31:36.000000Z", "issued_at": "2023-07-24T11:31:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84bb27a53e1f4b7f811aa314c780b14b", "name": "tempest-TestVolumeBootPattern-1590196890"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name" : "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:31:36,683 79606 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': 'ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8', 'name': 'tempest-TestVolumeBootPattern-2022399154-network', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 1} available for tenant 2023-07-24 11:31:36,738 79606 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.054s 2023-07-24 11:31:36,738 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-166731116", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "4184fa47-8c36-4844-9df9-dfd227a52a04", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-e5a8137b-c8ef-483e-939d-b674eb7e4640', 'x-compute-request-id': 'req-e5a8137b-c8ef-483e-939d-b674eb7e4640', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:31:36,827 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.087s 2023-07-24 11:31:36,827 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack- request-id': 'req-8c64fdef-efbf-492d-b904-c08de1ec69bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'' 2023-07-24 11:31:36,850 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.023s 2023-07-24 11:31:36,851 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd23dd5b-34fe-441c-90ef-b3d37843300c', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd23dd5b-34fe-441c-90ef-b3d37843300c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:37,888 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.032s 2023-07-24 11:31:37,889 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1d073bf-bcdd-4ea2-bf99-6fdf984d4c1a', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1d073bf-bcdd-4ea2-bf99-6fdf984d4c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:38,924 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.030s 2023-07-24 11:31:38,925 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65e5b14e-1ed0-4a7e-a40e-bef6f1c59593', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65e5b14e-1ed0-4a7e-a40e-bef6f1c59593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.21 0/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:39,963 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.034s 2023-07-24 11:31:39,964 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fe51eff-bd78-4825-b2ee-e0a0354ccfb0', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fe51eff-bd78-4825-b2ee-e0a0354ccfb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:40,995 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.026s 2023-07-24 11:31:40,995 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d83ab63f-b228-48ce-b1d4-de2e16eb96ac', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d83ab63f-b228-48ce-b1d4-de2e16eb96ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:42,028 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.025s 2023-07-24 11:31:42,028 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3223781a-0db2-4a3b-afeb-0c4c98e7dd26', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3223781a-0db2-4a3b-afeb-0c4c98e7dd26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"snapshot": {"id": "4184fa47-8c36-4844-9df9-dfd227a52a04", "created_at": "2023-07-24T11:31:31.000000", "updated_at": "2023-07-24T11:31:37.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1450259127", "description": null, "volume_id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "84bb27a53e1f4b7f811aa314c780b14b", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:31:43,056 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04 0.020s 2023-07-24 11:31:43,056 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:43 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-768f4bc7-f02e-40d8-a146-d327eced828b', 'x-openstack-request-id': 'req-768f4bc7-f02e-40d8-a146-d327eced828b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/snapshots/4184fa47-8c36-4844-9df9-dfd227a52a04'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 4184fa47-8c36-4844-9df9-dfd227a52a04 could not be found."}}' 2023-07-24 11:31:43,132 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.075s 2023-07-24 11:31:43,132 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:43 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-530b9ac3-acc8-49c3-ac9d-25f41b57f4c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'' 2023-07-24 11:31:43,206 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.073s 2023-07-24 11:31:43,206 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b99a2f3a-c3d2-47db-a861-91ea55886873', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b99a2f3a-c3d2-47db-a861-91ea55886873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "availability_zone": " nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:44,259 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.041s 2023-07-24 11:31:44,259 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0a8cd51-740b-440f-b400-6f674138098b', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0a8cd51-740b-440f-b400-6f674138098b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:45,322 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.046s 2023-07-24 11:31:45,322 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3397ef3e-5709-4fb7-b5be-752c6f3e0955', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3397ef3e-5709-4fb7-b5be-752c6f3e0955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:46,392 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.055s 2023-07-24 11:31:46,392 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69119ea7-7b3f-4ed4-a70a-8815ebdc92e9', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69119ea7-7b3f-4ed4-a70a-8815ebdc92e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"volume": {"id": "1eefe53c-2e0f-4143-95b6-0faa64272a42", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:23.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1926746858", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:47,427 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42 0.023s 2023-07-24 11:31:47,427 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:47 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-476abfd5-97d7-4a9f-816d-c4d099ec06c2', 'x-openstack-request-id': 'req-476abfd5-97d7-4a9f-816d-c4d099ec06c2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/1eefe53c-2e0f-4143-95b6-0faa64272a42'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1eefe53c-2e0f-4143-95b6-0faa64272a42 could not be found."}}' tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:31:40,820 79608 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.338s 2023-07-24 11:31:40,820 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1964518315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKAKOBTEMnk7NHhdX7rDUY7KpqcHr+DxYzETJfuaCFw4X6PvQTM35CAew2zJo8zyVfIMTokbp//t1OgX2GGgDVirfntlGzUQ9QZ3C1DLn3lcaprMwi5WarOW0/wo+sMRzw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-766d6b25-1c5d-4898-9b13-945435012a97', 'x-compute-request-id': 'req-766d6b25-1c5d-4898-9b13-945435012a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1964518315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKAKOBTEMnk7NHhdX7rDUY7KpqcHr+DxYzETJfuaCFw4X6PvQTM35CAew2zJo8zyVfIMTokbp//t1OgX2GGgDVirfntlGzUQ9QZ3C1DLn3lcaprMwi5WarOW0/wo+sMRzw==", "fingerprint": "4f:4d:f7:f8:74:5d:16:90:08:80:c5:ba:71:8a:76:8e", "user_id": "bffe8b10930d44caa8b657b921d02946"}}' 2023-07-24 11:31:40,984 79608 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.161s 2023-07-24 11:31:40,985 79608 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-2125577949", "description": "tempest-secgroup-smoke-2125577949 description", "project_id": "9e75e2d31609457a812e77701d06d797"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-731fec73-945d-44fd-b7fb-5cc57a046c7f', 'date': 'Mon, 24 Jul 2023 11:31:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "name": "tempest-secgroup-smoke-2125577949", "stateful": true, "tenant_id": "9e75e2d31609457a812e77701d06d797", "description": "tempest-secgroup-smoke-2125577949 description", "shared": false, "security_group_rules": [{"id": "0698e34b-3e4c-4897-8364-bce9caaf0368", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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": 1117, "description": null, "tags": [], "created_at": "2023-07-24T11:31:40Z", "updated_at": "2023-07-24T11:31:40Z", "revision_number": 0}, {"id": "c2ad232f-c2f1-4336-8eaa-6025490c1780", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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": 1116, "description": null, "tags": [], "created_at": "2023-07-24T11:31:40Z", "updated_at": "2023-07-24T11:31:40Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:31:40Z", "updated_at": "2023-07-24T1 1:31:40Z", "revision_number": 1, "project_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:41,152 79608 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.167s 2023-07-24 11:31:41,152 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "project_id": "9e75e2d31609457a812e77701d06d797", "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-a511115b-a733-4426-a980-754576d6db2c', 'date': 'Mon, 24 Jul 2023 11:31: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": "48a2df80-b7ee-4060-8ef9-f851a038bb16", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:41,354 79608 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.201s 2023-07-24 11:31:41,355 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "project_id": "9e75e2d31609457a812e77701d06d797", "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-7e14de25-7c5e-4230-b76e-454479e31ece', 'date': 'Mon, 24 Jul 2023 11:31: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": "9139d3bc-00b4-4a87-aac9-fac788d95cf7", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:41,509 79608 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.154s 2023-07-24 11:31:41,510 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "project_id": "9e75e2d31609457a812e77701d06d797", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-086e5b90-3025-480f-984a-6fc34724661b', 'date': 'Mon, 24 Jul 2023 11:31: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": "c7e695ab-22b7-460f-8f9b-dccabf172f50", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:41,667 79608 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.157s 2023-07-24 11:31:41,667 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "project_id": "9e75e2d31609457a812e77701d06d797", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7e9d8b69-d70f-47d5-acc8-3a7b856784ee', 'date': 'Mon, 24 Jul 2023 11:31: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": "a0337483-9017-4ca2-b1b9-44cbf13b4401", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:41,882 79608 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.214s 2023-07-24 11:31:41,882 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "project_id": "9e75e2d31609457a812e77701d06d797", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-05c76e87-9b69-4ee3-9183-e316869bc07c', 'date': 'Mon, 24 Jul 2023 11:31: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": "fa91e974-733b-4021-8aa2-0170127334e0", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:42,061 79608 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.178s 2023-07-24 11:31:42,062 79608 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": "e754f69b-9a00-4008-99c1-a8a5c4044 e66", "project_id": "9e75e2d31609457a812e77701d06d797", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-369f4465-3737-4043-a28b-693efe9a0a3c', 'date': 'Mon, 24 Jul 2023 11:31: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": "77831573-fd05-4371-865f-102c526222d7", "project_id": "9e75e2d31609457a812e77701d06d797", "tenant_id": "9e75e2d31609457a812e77701d06d797", "security_group_id": "e754f69b-9a00-4008-99c1-a8a5c4044e66", "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-24T11:31:41Z", "updated_at": "2023-07-24T11:31:41Z", "revision_number": 0}}' 2023-07-24 11:31:42,104 79608 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.035s 2023-07-24 11:31:42,105 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:42 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-e9e6ced7-46cf-4812-81c8-48042f0fa918', '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": "bffe8b10930d44caa8b657b921d02946", "name": "tempest-TestShelveInstance-1784281930-project-member", "password_expires_at": null}, "audit_ids": ["PL7njB8KSFmdODsFnOAb7g"], "expires_at": "2023-07-24T12:31:42.000000Z", "issued_at": "2023-07-24T11:31:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e75e2d31609457a812e77701d06d797", "name": "tempest-TestShelveInstance-1784281930"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [ {"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e75e2d31609457a812e77701d06d797", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:31:42,105 79608 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '2423b94b-62cb-4a1d-8f71-36a6ddc0d063', 'name': 'tempest-TestShelveInstance-1973639507-network', 'tenant_id': '9e75e2d31609457a812e77701d06d797', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e75e2d31609457a812e77701d06d797', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21213, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:31:23Z', 'updated_at': '2023-07-24T11:31:23Z', 'revision_number': 1} available for tenant 2023-07-24 11:31:42,474 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes 0.367s 2023-07-24 11:31:42,474 79608 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-1277074295", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a6f45f-023f-4100-9afd-791f1d195142', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a6f45f-023f-4100-9afd-791f1d195142', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.403172", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:31:42,534 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.042s 2023-07-24 11:31:42,535 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-613dc448-c68e-4f8f-a626-ba1425b287ab', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openst ack-request-id': 'req-613dc448-c68e-4f8f-a626-ba1425b287ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:43,587 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.041s 2023-07-24 11:31:43,587 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e278940e-7f99-44da-88cd-abc5363bb2c2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e278940e-7f99-44da-88cd-abc5363bb2c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:44,727 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.127s 2023-07-24 11:31:44,728 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2d7f486-5dd0-4346-ac73-da7c3e9caadb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2d7f486-5dd0-4346-ac73-da7c3e9caadb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{" volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:45,803 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.057s 2023-07-24 11:31:45,803 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48529b65-d14c-41df-a2f2-f56c1428b071', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48529b65-d14c-41df-a2f2-f56c1428b071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:46,860 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.044s 2023-07-24 11:31:46,861 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-249de8a2-72bb-4208-a6b8-c3268ee007a3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-249de8a2-72bb-4208-a6b8-c3268ee007a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-t empest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:47,921 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.048s 2023-07-24 11:31:47,922 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb7adcb-21ff-4a6c-b572-599c9bdf6fc0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adb7adcb-21ff-4a6c-b572-599c9bdf6fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:48,986 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.047s 2023-07-24 11:31:48,986 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-771f408e-5892-470f-9276-93889bcd550a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-771f408e-5892-470f-9276-93889bcd550a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31 609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:50,046 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.049s 2023-07-24 11:31:50,046 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12af687f-834f-4e19-9c8c-058ee2b94bf9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12af687f-834f-4e19-9c8c-058ee2b94bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:43.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bffe8b10930d44caa8b657b921d02946", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:51,106 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 0.047s 2023-07-24 11:31:51,107 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9fdea47-bad8-40c0-ab02-bfa3279d96a5', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9fdea47-bad8-40c0-ab02-bfa3279d96a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19'} Body: b'{"volume": {"id": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:42.000000", "updated_at": "2023-07-24T11:31:51.000000", "name": "tempest-tempest.common.compute-volume-1277074295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e75e2d31609457a812e77701d06d797/volumes/cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19"}], "user_id": "bf fe8b10930d44caa8b657b921d02946", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9e75e2d31609457a812e77701d06d797"}}' 2023-07-24 11:31:51,119 79608 INFO [tempest.common.waiters] volume cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19 reached available after waiting for 9.119862 seconds 2023-07-24 11:31:51,148 79608 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.028s 2023-07-24 11:31:51,149 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestShelveInstance-server-899631792", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-1964518315", "security_groups": [{"name": "tempest-secgroup-smoke-2125577949"}], "networks": [{"uuid": "2423b94b-62cb-4a1d-8f71-36a6ddc0d063"}], "block_device_mapping_v2": [{"uuid": "cc2fc3e1-81ba-4cc0-9ae1-71c13245fe19", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31: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-668ffab3-2c0e-4c4b-adf2-5f4ac2692d22', 'x-compute-request-id': 'req-668ffab3-2c0e-4c4b-adf2-5f4ac2692d22', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:31:51,365 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e754f69b-9a00-4008-99c1-a8a5c4044e66 0.214s 2023-07-24 11:31:51,366 79608 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-27c68f59-7d43-4ab9-a0c5-ff7c251dff3b', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:31:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e754f69b-9a00-4008-99c1-a8a5c4044e66'} Body: b'' 2023-07-24 11:31:51,396 79608 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1964518315 0.030s 2023-07-24 11:31:51,397 79608 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf31f6b8-3f57-4e3e-adfd-ee1a31b99d56', 'x-compute-request-id': 'req-bf31f6b8-3f57-4e3e-adfd-ee1a31b99d56', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempe st-TestShelveInstance-1964518315'} Body: b'' tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:32:09,073 79618 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.035s 2023-07-24 11:32:09,074 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:09 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-451848a4-a63d-47e2-a556-210a22bbe52f', '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": "0f800b9c4a194fbdb2732a981f72e9c9", "name": "tempest-VolumesActionsTest-1786966518-project-member", "password_expires_at": null}, "audit_ids": ["I3188U5MQ-SzWnpshuMJYA"], "expires_at": "2023-07-24T12:32:09.000000Z", "issued_at": "2023-07-24T11:32:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "693d6273f31b48bb98ec69e89fafc2cd", "name": "tempest-VolumesActionsTest-1786966518"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:32:09,075 79618 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '5debfa2d-431b-492f-9a7e-597f5a8fc33b', 'name': 'tempest-VolumesActionsTest-2028872928-network', 'tenant_id': '693d6273f31b48bb98ec69e89fafc2cd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '693d6273f31b48bb98ec69e89fafc2cd', 'port_security_enabled': True, 'router:external': False , 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27876, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:31:57Z', 'updated_at': '2023-07-24T11:31:57Z', 'revision_number': 1} available for tenant 2023-07-24 11:32:09,106 79618 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.030s 2023-07-24 11:32:09,107 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1740030870", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "5debfa2d-431b-492f-9a7e-597f5a8fc33b"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:09 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-a900a448-0105-4e96-916b-8e072cfdc5be', 'x-compute-request-id': 'req-a900a448-0105-4e96-916b-8e072cfdc5be', '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_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 186, in test_image_defined_boot_from_volume instance1 = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:31:47,461 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985 0.022s 2023-07-24 11:31:47,461 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f965e3f8-3fc7-4b8b-a14d-ddfa0dd83182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985'} 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": "80a68516d6bc42f2bdfd019023639925", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b529fdc1-349f-4017-9753-574081f4a985", "created_at": "2023-07-24T11:24:13Z", "updated_at": "2023-07-24T11:24:15Z", "tags": [], "self": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985", "file": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:31:47,813 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes 0.351s 2023-07-24 11:31:47,813 79606 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-934071373", "snapshot_id": null, "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b426690-0da4-422f-8a76-29096a4c5781', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b426690-0da4-422f-8a76-29096a4c5781', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:47.747902", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:31:47,865 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.040s 2023-07-24 11:31:47,865 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2926b5a1-7c8c-4683-af8a-c4eff5f579b5', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2926b5a1-7c8c-4683-af8a-c4eff5f579b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:48,916 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.039s 2023-07-24 11:31:48,916 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9836f23e-0fa3-4be5-baf0-779be838e9d9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9836f23e-0fa3-4be5-baf0-779be838e9d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:49,969 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.041s 2023-07-24 11:31:49,969 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-bf6a37e0-9fd8-4fbb-97e3-23d43bb11ace', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf6a37e0-9fd8-4fbb-97e3-23d43bb11ace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:51,032 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.046s 2023-07-24 11:31:51,033 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-852a37d9-1756-4966-b71b-b407893381e3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-852a37d9-1756-4966-b71b-b407893381e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:52,105 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.052s 2023-07-24 11:31:52,106 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2876137c-a6fc-4a18-be49-804ef9f950a2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openst ack-request-id': 'req-2876137c-a6fc-4a18-be49-804ef9f950a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:53,161 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.044s 2023-07-24 11:31:53,161 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-167ec1b8-40a6-40aa-a92f-f18692a29c12', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-167ec1b8-40a6-40aa-a92f-f18692a29c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:54,216 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.043s 2023-07-24 11:31:54,217 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f07f0f1-b94b-4964-aed1-d0351381f9fd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f07f0f1-b94b-4964-aed1-d0351381f9fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-4 77a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:55,295 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.066s 2023-07-24 11:31:55,296 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81199788-ddd2-4b47-998c-5e693f08953e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81199788-ddd2-4b47-998c-5e693f08953e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:56,383 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.072s 2023-07-24 11:31:56,383 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195a0dc3-aade-4458-8979-516cf5f970b4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195a0dc3-aade-4458-8979-516cf5f970b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "u pdated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:57,442 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.043s 2023-07-24 11:31:57,442 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f88a08a4-0485-46a0-9484-f1a77319426f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f88a08a4-0485-46a0-9484-f1a77319426f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:58,512 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.048s 2023-07-24 11:31:58,512 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c999efc8-d43d-497e-b908-b68d5a78441f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c999efc8-d43d-497e-b908-b68d5a78441f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "meta data": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:59,584 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.060s 2023-07-24 11:31:59,584 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d274bb12-fa01-4455-b6f9-947520645586', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d274bb12-fa01-4455-b6f9-947520645586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:59.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:59,597 79606 INFO [tempest.common.waiters] volume 3313246f-154d-477a-a0b2-5b022c1a5fb9 reached available after waiting for 12.597126 seconds 2023-07-24 11:31:59,719 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.121s 2023-07-24 11:31:59,719 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bab88575-c427-4090-a6b6-ee10b0207b79', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bab88575-c427-4090-a6b6-ee10b0207b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0 b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:31:59.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:31:59,893 79606 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.158s 2023-07-24 11:31:59,893 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:59 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-e0bb4108-eb9b-427c-a050-e1613a024915', '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": "ef905e94ce2b43a191558a10e610c462", "name": "tempest-TestVolumeBootPattern-1590196890-project-member", "password_expires_at": null}, "audit_ids": ["Y8kyuRjtTF6OOXmV3XQEQQ"], "expires_at": "2023-07-24T12:31:59.000000Z", "issued_at": "2023-07-24T11:31:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84bb27a53e1f4b7f811aa314c780b14b", "name": "tempest-TestVolumeBootPattern-1590196890"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], " id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:31:59,894 79606 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': 'ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8', 'name': 'tempest-TestVolumeBootPattern-2022399154-network', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 1} available for tenant 2023-07-24 11:31:59,895 79606 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:31:59,896 79606 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:31:59,959 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.059s 2023-07-24 11:31:59,959 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-651047750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKwKoZqFHDeaslE1wzE96fAYrHB+tSuzklExUn8BsVl2punobd7tdDXcLWsNX68Dnb982S0/Mt1ACKcpb0RcrFH3CAT87WAyJE5CDW4cs/hwNkGGI+rP/ax/G2F3U+HApA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-882fdd18-f6ca-49b6-aca2-49ccac01cd0b', 'x-compute-request-id': 'req-882fdd18-f6ca-49b6-aca2-49ccac01cd0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-651047750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKwKoZqFHDeaslE1wzE96fAYrHB+tSuzklExUn8BsVl2punobd7tdDXcLWsNX68Dnb982S0/Mt1ACKcpb0RcrFH3CAT87WAyJE5CDW4cs/hwNkGGI+rP/ax/G2F3U+HApA==", "fingerprint": "a1:4b:e9:c9:e8:9c:46:db:e8:37:d2:81:d7:62:d7:d9", "user_id": "ef905e94ce2b43a191558a10e610c462"}}' 2023-07-24 11:31:59,962 79606 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-651047750 created 2023-07-24 11:32:00,116 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.152s 2023-07-24 11:32:00,116 79606 DE BUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1143317399", "description": "tempest-description--1518317282"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-de8fea64-fae1-4f74-a334-f6f344e0230e', 'date': 'Mon, 24 Jul 2023 11:32:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9af1aac9-cad7-486f-8846-f84f111c5f23", "name": "tempest-securitygroup--1143317399", "stateful": true, "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "description": "tempest-description--1518317282", "shared": false, "security_group_rules": [{"id": "5c281e25-2810-407f-b34a-ded270b1bdfb", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "9af1aac9-cad7-486f-8846-f84f111c5f23", "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": 1176, "description": null, "tags": [], "created_at": "2023-07-24T11:32:00Z", "updated_at": "2023-07-24T11:32:00Z", "revision_number": 0}, {"id": "c6362529-2e2d-42e8-be83-2371f4e433a5", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "9af1aac9-cad7-486f-8846-f84f111c5f23", "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": 1175, "description": null, "tags": [], "created_at": "2023-07-24T11:32:00Z", "updated_at": "2023-07-24T11:32:00Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:32:00Z", "updated_at": "2023-07-24T11:32:00Z", "revision_number": 1, "project_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:00,496 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.380s 2023-07-24 11:32:00,496 79606 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": "9af1aac9-cad7-486f-8846-f84f111c5f23", "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-0e7e439a-9af0-41cd-876b-b107851dc941', 'date': 'Mon, 24 Jul 2023 11:32: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": "dd07e4ef-1a63-4d7b-8902-b869fa16b1df", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "9af1aac9-cad7-486f-8846-f84f111c5f23", "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-24T11:32:00Z", "updated_at": "2023-07-24T11:32:00Z", "revision_number": 0}}' 2023-07-24 11:32:00,778 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.281s 2023-07-24 11:32:00,779 79606 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": "9af1aac9-cad7-486f-8846-f84f111c5f23", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7c30992d-bf9d-4918-ac34-baeb96b28049', 'date': 'Mon, 24 Jul 2023 11:32: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": "cdf2f0c9-5bd2-445b-92c7-ea382a89d634", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "9af1aac9-cad7-486f-8846-f84f111c5f23", "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-24T11:32:00Z", "updated_at": "2023-07-24T11:32:00Z", "revision_number": 0}}' 2023-07-24 11:32:00,779 79606 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1143317399 created 2023-07-24 11:32:02,717 79606 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.936s 2023-07-24 11:32:02,717 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f1bf4545-5d3e-4c52-bb40-7ee5781f6d81', 'date': 'Mon, 24 Jul 2023 11:32:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0acd3d69-4c98-4251-b1cd-4c96b30d2e75", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "floating_ip_address": "172.24.4.185", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:32:01Z", "updated_at": "2023-07-24T11:32:01Z", "revision_number": 0}}' 2023-07-24 11:32:02,717 79606 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0acd3d69-4c98-4251-b1cd-4c96b30d2e75', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:32:01Z', 'updated_at': '2023-07-24T11:32:01Z', 'revision_number': 0, 'ip': '172.24.4.185'} created 2023-07-24 11:32:02,718 79606 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-651047750', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKwKoZqFHDeaslE1wzE96fAYrHB+tSuzklExUn8BsVl2punobd7tdDXcLWsNX68Dnb982S0/Mt1ACKcpb0RcrFH3CAT87WAyJE5CDW4cs/hwNkGGI+rP/ax/G2F3U+HApA==', 'fingerprint': 'a1:4b:e9:c9:e8:9c:46:db:e8:37:d2:81:d7:62:d7:d9', 'user_id': 'ef905e94ce2b43a191558a10e610c462', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC/ZMnBuJoSDhb8R3DQjEzncTz7P8klFrHOViaUtXEBDVXTIMUYlHK/\nUjZS2sNAFoWgBwYFK4EEACKhZANiAASsCqGahRw3mrJRNcMxPenwGKxwfrUrs5JR\nMVJ/AbFZdqbp6G3e7XQ13C1rDV+vA52/fNktPzLdQAinKW9EXKxR9wgE/O1gMiRO\nQg1uHLP4cDZBhiPqz/2sfxthd1PhwKQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9af1aac9-cad7-486f-8846-f84 f111c5f23', 'name': 'tempest-securitygroup--1143317399', 'stateful': True, 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'description': 'tempest-description--1518317282', 'shared': False, 'security_group_rules': [{'id': '5c281e25-2810-407f-b34a-ded270b1bdfb', 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'security_group_id': '9af1aac9-cad7-486f-8846-f84f111c5f23', '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': 1176, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:32:00Z', 'updated_at': '2023-07-24T11:32:00Z', 'revision_number': 0}, {'id': 'c6362529-2e2d-42e8-be83-2371f4e433a5', 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'security_group_id': '9af1aac9-cad7-486f-8846-f84f111c5f23', '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': 1175, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:32:00Z', 'updated_at': '2023-07-24T11:32:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:32:00Z', 'updated_at': '2023-07-24T11:32:00Z', 'revision_number': 1, 'project_id': '84bb27a53e1f4b7f811aa314c780b14b'}, 'floating_ip': {'id': '0acd3d69-4c98-4251-b1cd-4c96b30d2e75', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:32:01Z', 'updated_at': '2023-07-24T11:32:01Z', 'revision_number': 0, 'ip': '172.24.4.185'}} 2023-07-24 11:32:02,745 79606 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.026s 2023-07-24 11:32:02,745 79606 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-356217202", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8"}], "security_groups": [{"name": "tempest-securitygroup--1143317399"}], "key_name": "tempest-keypair-651047750", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32: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-924cf625-0d5e-475d-b0af-621b49ad5d2e', 'x-compute-request-id': 'req-924cf625-0d5e-475d-b0af-621b49ad5d2e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:32:02,781 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-651047750 0.034s 2023-07-24 11:32:02,782 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32: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-7a63160b-a846-46b1-979b-9749e4b0137c', 'x-compute-request-id': 'req-7a63160b-a846-46b1-979b-9749e4b0137c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-651047750'} Body: b'' 2023-07-24 11:32:03,140 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9af1aac9-cad7-486f-8846-f84f111c5f23 0.358s 2023-07-24 11:32:03,141 79606 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-37c6c565-1f69-4f01-9fd4-e29d3fbf86bb', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:32:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9af1aac9-cad7-486f-8846-f84f111c5f23'} Body: b'' 2023-07-24 11:32:03,396 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9af1aac9-cad7-486f-8846-f84f111c5f23 0.254s 2023-07-24 11:32:03,396 79606 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-638ce52c-e48c-4318-a80b-1cf80f267ce2', 'date': 'Mon, 24 Jul 2023 11:32:03 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9af1aac9-cad7-486f-8846-f84f111c5f23'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9af1aac9-cad7-486f-8846-f84f111c5f23 does not exist", "detail": ""}}' 2023-07-24 11:32:04,807 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/0acd3d69-4c98-4251-b1cd-4c96b30d2e75 1.410s 2023-07-24 11:32:04,807 79606 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-90396381-bcf6-419f-91b4-59b791002b95', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:32:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0acd3d69-4c98-4251-b1cd-4c96b30d2e75'} Body: b'' 2023-07-24 11:32:04,891 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.083s 2023-07-24 11:32:04,892 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:04 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-027c9656-51d8-4894-9639-e9c04a02660a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'' 2023-0 7-24 11:32:04,933 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.041s 2023-07-24 11:32:04,934 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff5241e-9a4c-4467-8b30-4a96935ad49c', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dff5241e-9a4c-4467-8b30-4a96935ad49c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:32:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:05,990 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.038s 2023-07-24 11:32:05,991 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ef0c0b-ef89-46a3-aa80-08aaf42cbb61', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ef0c0b-ef89-46a3-aa80-08aaf42cbb61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:32:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "tru e", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:07,039 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.038s 2023-07-24 11:32:07,040 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f657ab-68a7-48d9-a6cf-49badb518001', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f657ab-68a7-48d9-a6cf-49badb518001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:32:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:08,095 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.043s 2023-07-24 11:32:08,096 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0a58051-ecc3-4535-9669-a95b8bfcc794', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0a58051-ecc3-4535-9669-a95b8bfcc794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"volume": {"id": "3313246f-154d-477a-a0b2-5b022c1a5fb9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:31:48.000000", "updated_at": "2023-07-24T11:32:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-934071373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:09,152 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9 0.044s 2023-07-24 11:32:09,153 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32: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-a94c043e-5b62-48f1-84c5-a5d5b0e5c26a', 'x-openstack-request-id': 'req-a94c043e-5b62-48f1-84c5-a5d5b0e5c26a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/3313246f-154d-477a-a0b2-5b022c1a5fb9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3313246f-154d-477a-a0b2-5b022c1a5fb9 could not be found."}}' tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:32:09,151 79618 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-07-24 11:32:09,151 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:09 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-c51ffcae-436a-4e0b-996a-0b251832b99a', '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": "0f800b9c4a194fbdb2732a981f72e9c9", "name": "tempest-VolumesActionsTest-1786966518-project-member", "password_expires_at": null}, "audit_ids": ["CdRy6gX6T7Kp4AYPMP1j3A"], "expires_at": "2023-07-24T12:32:09.000000Z", "issued_at": "2023-07-24T11:32:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "693d6273f31b48bb98ec69e89fafc2cd", "name": "tempest-VolumesActionsTest-1786966518"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/693d6273f31b48bb98ec69e89fafc2cd", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:32:09,152 79618 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '5debfa2d-431b-492f-9a7e-597f5a8fc33b', 'name': 'tempest-VolumesActionsTest-2028872928-network', 'tenant_id': '693d6273f31b48bb98ec69e89fafc2cd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '693d6273f31b48bb98ec69e89fafc2cd', 'port_security_enabled': True, 'router:external': False, 'provider:network_ty pe': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27876, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:31:57Z', 'updated_at': '2023-07-24T11:31:57Z', 'revision_number': 1} available for tenant 2023-07-24 11:32:09,179 79618 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.027s 2023-07-24 11:32:09,180 79618 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-883942152", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "5debfa2d-431b-492f-9a7e-597f5a8fc33b"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:09 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-195013ed-0833-42ee-aea0-03ef9fe4f560', 'x-compute-request-id': 'req-195013ed-0833-42ee-aea0-03ef9fe4f560', '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_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 72, in test_volume_boot_pattern instance_1st = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:32:09,167 79606 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-24 11:32:09,225 79606 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.056s 2023-07-24 11:32:09,226 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1069282283", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOR/vZTJm8W3CvbzXZ8CXpCDt/ToJDlZESvtEfQ8UBcsxgkZyd3pQm5FLgdz+omVO6r1d/6Nv+qkhRYZdCxVVWaYythVrD7sm8Y/r673q/tSYYw6Fimz70diPGczxU4jGA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:09 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-8a2a4e3b-6293-4c6a-b64d-9c0ed81f0383', 'x-compute-request-id': 'req-8a2a4e3b-6293-4c6a-b64d-9c0ed81f0383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1069282283", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOR/vZTJm8W3CvbzXZ8CXpCDt/ToJDlZESvtEfQ8UBcsxgkZyd3pQm5FLgdz+omVO6r1d/6Nv+qkhRYZdCxVVWaYythVrD7sm8Y/r673q/tSYYw6Fimz70diPGczxU4jGA==", "fingerprint": "b3:7c:b2:a4:b1:1f:be:7e:63:2f:63:09:88:08:67:4a", "user_id": "ef905e94ce2b43a191558a10e610c462"}}' 2023-07-24 11:32:09,382 79606 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.153s 2023-07-24 11:32:09,382 79606 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-1692112638", "description": "tempest-secgroup-smoke-1692112638 description", "project_id": "84bb27a53e1f4b7f811aa314c780b14b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-d8f5ec8a-9a63-455c-bc86-0ff6e73921db', 'date': 'Mon, 24 Jul 2023 11:32:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "name": "tempest-secgroup-smoke-1692112638", "stateful": true, "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "description": "tempest-secgroup-smoke-1692112638 description", "shared": false, "security_group_rules": [{"id": "50af5972-9f5d-4861-8dd9-b1c22b6972cf", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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": 1184, "description": null, "tags": [], "created_at": "2023-07-24T11:32:09Z", "updated_at": "2023-07-24T11:32:09Z", "revision_number": 0}, {"id": "f1ac3473-86f0-486f-a30c-debac7cd0f52", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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": 1185, "description": null, "tags": [], "created_at": "2023-07-24T11:32:09Z", "updated_at": "2023-07-24T11 :32:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:32:09Z", "updated_at": "2023-07-24T11:32:09Z", "revision_number": 1, "project_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:09,563 79606 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.180s 2023-07-24 11:32:09,563 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "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-b29e9e82-4cac-49a3-8b7e-ad0d928a5391', 'date': 'Mon, 24 Jul 2023 11:32: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": "61911bcc-ead4-42a6-92a0-726dd5c8da2a", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:09Z", "updated_at": "2023-07-24T11:32:09Z", "revision_number": 0}}' 2023-07-24 11:32:09,839 79606 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.274s 2023-07-24 11:32:09,839 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "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-4f00d39d-1a30-4755-9958-ac20811a3281', 'date': 'Mon, 24 Jul 2023 11:32: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": "b4cfe4f8-78ad-4a10-88b0-7286c17604f4", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:09Z", "updated_at": "2023-07-24T11:32:09Z", "revision_number": 0}}' 2023-07-24 11:32:10,097 79606 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.257s 2023-07-24 11:32:10,098 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a4d93d06-9e4a-4a87-a4d0-c3b19813a5e8', 'date': 'Mon, 24 Jul 2023 11:32: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": "94b27ea9-4c87-4640-8e35-9177f72e9754", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:09Z", "updated_at": "2023-07-24T11:32:09Z", "revision_number": 0}}' 2023-07-24 11:32:10,293 79606 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.194s 2023-07-24 11:32:10,293 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ef609346-fc35-4bf9-ae1a-ac25013b7d40', 'date': 'Mon, 24 Jul 2023 11:32: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": "959b7c02-058d-4871-b5ad-ee2ce80d54ad", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:10Z", "updated_at": "2023-07-24T11:32:10Z", "revision_number": 0}}' 2023-07-24 11:32:10,470 79606 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.176s 2023-07-24 11:32:10,471 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-fbfb30ad-9827-4225-88b9-1a31b51e326f', 'date': 'Mon, 24 Jul 2023 11:32: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": "0f0d4b2a-3c99-47fd-a4de-07e115b42115", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:10Z", "updated_at": "2023-07-24T11:32:10Z", "revision_number": 0}}' 2023-07-24 11:32:10,692 79606 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.221s 2023-07-24 11:32:10,693 79606 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": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-29c00f16-1f41-44be-85e6-8f50f7bc6bb0', 'date': 'Mon, 24 Jul 2023 11:32: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": "aeca9255-87d5-49c8-bdbe-0480255f4450", "project_id": "84bb27a53e1f4b7f811aa314c780b14b", "tenant_id": "84bb27a53e1f4b7f811aa314c780b14b", "security_group_id": "7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c", "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-24T11:32:10Z", "updated_at": "2023-07-24T11:32:10Z", "revision_number": 0}}' 2023-07-24 11:32:10,693 79606 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-24 11:32:10,720 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985 0.026s 2023-07-24 11:32:10,720 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ca4d69a7-46ee-4055-8e82-13bb347054b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985'} 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": "80a68516d6bc42f2bdfd019023639925", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b529fdc1-349f-4017-9753-574081f4a985", "created_at": "2023-07-24T11:24:13Z", "updated_at": "2023-07-24T11:24:15Z", "tags": [], "self": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985", "file": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:32:11,091 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes 0.370s 2023-07-24 11:32:11,091 79606 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-468096059", "snapshot_id": null, "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c96e2cc-20d2-4f47-af19-9e7e820b91dc', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c96e2cc-20d2-4f47-af19-9e7e820b91dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/vol umes'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.026612", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:32:11,141 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.040s 2023-07-24 11:32:11,141 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88394fa6-e5bf-488a-9d28-6c85f790558e', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88394fa6-e5bf-488a-9d28-6c85f790558e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:12,196 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.043s 2023-07-24 11:32:12,197 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b97d9088-900f-44d0-9fce-972c14fc2116', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b97d9088-900f-44d0-9fce-972c14fc2116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2 ", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:13,258 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.043s 2023-07-24 11:32:13,259 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0407dc2-a248-4453-9f99-e4284bd4e22f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0407dc2-a248-4453-9f99-e4284bd4e22f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:14,326 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.045s 2023-07-24 11:32:14,326 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a4c5720-f917-4c6f-82e4-be7a9a1a5614', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a4c5720-f917-4c6f-82e4-be7a9a1a5614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "h ref": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:15,385 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.042s 2023-07-24 11:32:15,385 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1585c206-83a1-4c78-9db5-44921f428c51', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1585c206-83a1-4c78-9db5-44921f428c51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:11.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:16,449 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.044s 2023-07-24 11:32:16,450 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2fda8e0-afac-4c89-8790-502205908796', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2fda8e0-afac-4c89-8790-502205908796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "bootable": "true", "encrypted": false, "replication_status": nul l, "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:16,470 79606 INFO [tempest.common.waiters] volume 80e22bac-86ea-4574-9448-1e6785cea3b6 reached available after waiting for 5.470159 seconds 2023-07-24 11:32:16,509 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.039s 2023-07-24 11:32:16,589 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca882b5-5665-4473-b0ba-913df3af6f89', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca882b5-5665-4473-b0ba-913df3af6f89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:16,686 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.082s 2023-07-24 11:32:16,686 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 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-24205141-831b-45d0-a532-d40fb96b8d29', '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": "ef905e94ce2b43a191558a10e610c462", "name": "tempest-TestVolumeBootPattern-159019 6890-project-member", "password_expires_at": null}, "audit_ids": ["njNxJjK2QuOEPzGNKNejyQ"], "expires_at": "2023-07-24T12:32:16.000000Z", "issued_at": "2023-07-24T11:32:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84bb27a53e1f4b7f811aa314c780b14b", "name": "tempest-TestVolumeBootPattern-1590196890"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/84bb27a53e1f4b7f811aa314c780b14b", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:32:16,686 79606 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': 'ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8', 'name': 'tempest-TestVolumeBootPattern-2022399154-network', 'tenant_id': '84bb27a53e1f4b7f811aa314c780b14b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '84bb27a53e1f4b7f811aa314c780b14b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:30:53Z', 'updated_at': '2023-07-24T11:30:53Z', 'revision_number': 1} available for tenant 2023-07-24 11:32:16,714 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.026s 2023-07-24 11:32:16,714 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-412894815", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-1692112638"}], "block_device_mapping_v 2": [{"uuid": "80e22bac-86ea-4574-9448-1e6785cea3b6", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-1069282283", "networks": [{"uuid": "ffdc82ae-67ce-42c0-bc3c-fb7a0784fae8"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-17127f78-00dd-4dbf-9e16-68ab62e81339', 'x-compute-request-id': 'req-17127f78-00dd-4dbf-9e16-68ab62e81339', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:32:16,771 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.056s 2023-07-24 11:32:16,772 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 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-3cba8829-a699-4647-8017-3b947d1f5e44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'' 2023-07-24 11:32:16,812 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.039s 2023-07-24 11:32:16,812 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8edd0acf-2ba0-45f0-a2d7-45b7baa4e884', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8edd0acf-2ba0-45f0-a2d7-45b7baa4e884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bar e", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:17,866 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.042s 2023-07-24 11:32:17,866 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9411ea27-69c1-445e-990e-6f8fda5759fe', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9411ea27-69c1-445e-990e-6f8fda5759fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:18,925 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.045s 2023-07-24 11:32:18,925 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1324a72e-0d1c-411c-9e80-ed40938708ab', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1324a72e-0d1c-411c-9e80-ed40938708ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0. 0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:19,988 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.051s 2023-07-24 11:32:19,989 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c22f1dd-a705-4779-ab26-102192445632', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c22f1dd-a705-4779-ab26-102192445632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"volume": {"id": "80e22bac-86ea-4574-9448-1e6785cea3b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:32:11.000000", "updated_at": "2023-07-24T11:32:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-468096059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6"}], "user_id": "ef905e94ce2b43a191558a10e610c462", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "84bb27a53e1f4b7f811aa314c780b14b"}}' 2023-07-24 11:32:21,042 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6 0.038s 2023-07-24 11:32:21,042 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:21 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-0840cf28-4af9-406e-b765-8c60c9fe30af', 'x-openstack-request-id': 'req-0840cf28-4af9-406e-b765-8c60c9fe30af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84bb27a53e1f4b7f811 aa314c780b14b/volumes/80e22bac-86ea-4574-9448-1e6785cea3b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 80e22bac-86ea-4574-9448-1e6785cea3b6 could not be found."}}' 2023-07-24 11:32:21,292 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c 0.248s 2023-07-24 11:32:21,292 79606 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-133ef9e9-98bd-47bc-8683-a6fa49210ba0', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:32:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7f6dfd5b-6a6a-4457-96d4-83a9c8c2761c'} Body: b'' 2023-07-24 11:32:21,336 79606 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1069282283 0.042s 2023-07-24 11:32:21,336 79606 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:32:21 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-4a6d691a-1f62-4ece-9dec-3f22dd232808', 'x-compute-request-id': 'req-4a6d691a-1f62-4ece-9dec-3f22dd232808', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1069282283'} 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-24 11:33:40,946 79610 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/b529fdc1-349f-4017-9753-574081f4a985 0.018s 2023-07-24 11:33:40,947 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e69475e3-1042-4798-8436-43486ef5b428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b529fdc1-349f-4017-9753-574081f4a985'} 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": "80a68516d6bc42f2bdfd019023639925", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b529fdc1-349f-4017-9753-574081f4a985", "created_at": "2023-07-24T11:24:13Z", "updated_at": "2023-07-24T11:24:15Z", "tags": [], "self": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985", "file": "/v2/images/b529fdc1-349f-4017-9753-574081f4a985/file", "schema": "/v2/schemas/image"}' 2023-07-24 11:33:41,259 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes 0.311s 2023-07-24 11:33:41,259 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f885b79-f264-412a-ae9e-89b3ceaba566', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f885b79-f264-412a-ae9e-89b3ceaba566', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.180601", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 11:33:41,317 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.048s 2023-07-24 11:33:41,317 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef83228-1e06-48d0-bdee-0c647a840bbe', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef83228-1e06-48d0-bdee-0c647a840bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:42,370 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.039s 2023-07-24 11:33:42,371 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e77a2ff-f554-4a46-a959-18d1c8227ee5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e77a2ff-f554-4a46-a959-18d1c8227ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:43,426 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.044s 2023-07-24 11:33:43,427 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'x-compute-request-id': 'req-e91f047b-af4d-4faa-ac03-2cbe67fb569a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e91f047b-af4d-4faa-ac03-2cbe67fb569a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:44,477 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.036s 2023-07-24 11:33:44,478 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd9d029f-0bca-4586-9fa2-ceb4f097feba', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd9d029f-0bca-4586-9fa2-ceb4f097feba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:45,530 79610 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/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.040s 2023-07-24 11:33:45,530 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e281c21-a2f2-4706-ac82-3b7976f940ee', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenSta ck-API-Version', 'x-openstack-request-id': 'req-6e281c21-a2f2-4706-ac82-3b7976f940ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:45.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:45,541 79610 INFO [tempest.common.waiters] volume 0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 reached available after waiting for 4.540995 seconds 2023-07-24 11:33:45,541 79610 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:33:45,542 79610 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:33:45,608 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.063s 2023-07-24 11:33:45,608 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-467419754", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgVTb/4rHvDGaZhF5NTN8zDJQ795wkMuMIOWdhjMobVI0Q3nS3TlSno8N5aRcoXmDW6pY+u6fO9W2bxH8jJRfhUi2wSqVL7gQ9U3xvnDzX4HT+iOgSEyWSUC4EbH5fGDA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:45 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-30d01dc8-9cc5-4beb-a508-2632b1bd39ea', 'x-compute-request-id': 'req-30d01dc8-9cc5-4beb-a508-2632b1bd39ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-467419754", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgVTb/4rHvDGaZhF5NTN8zDJQ795wkMuMIOWdhjMobVI0Q3nS3TlSno8N5aRcoXmDW6pY+u6fO9W2bxH8jJRfhUi2wSqVL7gQ9U3xvnDzX4HT+iOgSEyWSUC4EbH5fGDA==", "fingerprint": "89:be:ca:8d:e8:00:04:8e:65:f9:52:f5:f4:f4:ae:38", "user_id": "6b9d35ddc0bd45eeac3f60eb17691953"}}' 2023-07-24 11:33:45,611 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-467419754 created 2023-07-24 11:33:45,773 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.161s 2023-07-24 11:33:45,773 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1424934162", "description": "tempest-description--1923117082"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-988c5e6d-a6c3-4bda-a65b-7a130db689e2', 'date': 'Mon, 24 Jul 2023 11:33:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "name": "tempest-securitygroup--1424934162", "stateful": true, "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "description": "tempest-description--1923117082", "shared": false, "security_group_rules": [{"id": "198f58e8-a03f-41b7-a3de-59f7424e06f7", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "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": 1241, "description": null, "tags": [], "created_at": "2023-07-24T11:33:45Z", "updated_at": "2023-07-24T11:33:45Z", "revision_number": 0}, {"id": "2c054c78-193a-4a5c-a7d4-7850844deae4", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "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": 1240, "description": null, "tags": [], "created_at": "2023-07-24T11:33:45Z", "updated_at": "2023-07-24T11:33:45Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:33:45Z", "updated_at": "2023-07-24T11:33:45Z", "revision_number": 1, "project_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:45,917 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.143s 2023-07-24 11:33:45,917 79610 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": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "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-a66f3d01-2224-4007-89d4-a9a0689bae01', 'date': 'Mon, 24 Jul 2023 11:33:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ccbbf0bc-93be-46c4-beb3-819df6d158d0", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "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-24T11:33:45Z", "updated_at": "2023-07-24T11:33:45Z", "revision_number": 0}}' 2023-07-24 11:33:46,117 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2023-07-24 11:33:46,117 79610 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": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b75598e9-7a30-49f8-96cc-95546309c527', 'date': 'Mon, 24 Jul 2023 11:33: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": "0fcaef7e-acd1-4ef7-a42f-bbe3dc970b9a", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "f8d4e74d-6a48-4fb6-a498-99ff7b03cce0", "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-24T11:33:45Z", "updated_at": "2023-07-24T11:33:45Z", "revision_number": 0}}' 2023-07-24 11:33:46,118 79610 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1424934162 created 2023-07-24 11:33:47,186 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.068s 2023-07-24 11:33:47,187 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-ca436174-13d4-485b-a14a-cc09c878a62d', 'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c46889e0-634b-4df9-93cd-9d7d8829aa62", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "floating_ip_address": "172.24.4.47", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:33:46Z", "updated_at": "2023-07-24T11:33:46Z", "revision_number": 0}}' 2023-07-24 11:33:47,188 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c46889e0-634b-4df9-93cd-9d7d8829aa62', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'floating_ip_address': '172.24.4.47', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:33:46Z', 'updated_at': '2023-07-24T11:33:46Z', 'revision_number': 0, 'ip': '172.24.4.47'} created 2023-07-24 11:33:47,225 79610 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.032s 2023-07-24 11:33:47,225 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33: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-aed38cbb-99f2-4b75-8e33-1f6ce5b1d8ef', '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": "6b9d35ddc0bd45eeac3f60eb17691953", "name": "tempest-VolumesSnapshotTestJSON-1782043525-project-member", "password_expires_at": null}, "audit_ids": ["s5j0j_DwTnquXldgUofflQ"], "expires_at": "2023-07-24T12:33:47.000000Z", "issued_at": "2023-07-24T11:33:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9da61731ae2940f98deeaf59cc8287bf", "name": "tempest-VolumesSnapshotTestJSON-1782043525"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:33:47,226 79610 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'c7472301-bc72-4db5-b6e0-4b1895b46834', 'name': 'tempest-VolumesSnapshotTestJSON-540669799-network', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 39382, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:33:32Z', 'updated_at': '2023-07-24T11:33:32Z', 'revision_number': 1} available for tenant 2023-07-24 11:33:47,226 79610 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-467419754', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgVTb/4rHvDGaZhF5NTN8zDJQ795wkMuMIOWdhjMobVI0Q3nS3TlSno8N5aRcoXmDW6pY+u6fO9W2bxH8jJRfhUi2wSqVL7gQ9U3xvnDzX4HT+iOgSEyWSUC4EbH5fGDA==', 'fingerprint': '89:be:ca:8d:e8:00:04:8e:65:f9:52:f5:f4:f 4:ae:38', 'user_id': '6b9d35ddc0bd45eeac3f60eb17691953', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCEdvOlIMmWef1wDoXvVvTZh71Fec8yD7kJEQVEYtWFYE+sDOjuBXt5\ntMcm93cdTPCgBwYFK4EEACKhZANiAASoFU2/+Kx7wxmmYReTUzfMwyUO/ecJDLjC\nDlnYYzKG1SNEN50t05Up6PDeWkXKF5g1uqWPrunzvVtm8R/IyUX4VItsEqlS+4EP\nVN8b5w81+B0/ojoEhMlklAuBGx+Xxgw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f8d4e74d-6a48-4fb6-a498-99ff7b03cce0', 'name': 'tempest-securitygroup--1424934162', 'stateful': True, 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': 'tempest-description--1923117082', 'shared': False, 'security_group_rules': [{'id': '198f58e8-a03f-41b7-a3de-59f7424e06f7', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'security_group_id': 'f8d4e74d-6a48-4fb6-a498-99ff7b03cce0', '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': 1241, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:33:45Z', 'updated_at': '2023-07-24T11:33:45Z', 'revision_number': 0}, {'id': '2c054c78-193a-4a5c-a7d4-7850844deae4', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'security_group_id': 'f8d4e74d-6a48-4fb6-a498-99ff7b03cce0', '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': 1240, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:33:45Z', 'updated_at': '2023-07-24T11:33:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:33:45Z', 'updated_at': '2023-07-24T11:33:45Z', 'revision_number': 1, 'project_id': '9da61731ae2940f98deeaf59cc8287bf'}, 'floating_ip': {'id': 'c46889e0-634b-4df9-93cd-9d7d8829aa62', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'floating_ip_address': '172.24.4.47', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:33:46Z', 'updated_at': '2023-07-24T11:33:46Z', 'revision_number': 0, 'ip': '172.24.4.47'}} 2023-07-24 11:33:47,250 79610 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.023s 2023-07-24 11:33:47,251 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-598510030", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "c7472301-bc72-4db5-b6e0-4b1895b46834"}], "security_groups": [{"name": "tempest-securitygroup--1424934162"}], "key_name": "tempest-keypair-467419754", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33: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-bbb212ed-56c1-45ac-a63c-f8c6a920481a', 'x-compute-request-id': 'req-bbb212ed-56c1-45ac-a63c-f8c6a920481a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:33:47,284 79610 INFO [tempest.lib.co mmon.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-467419754 0.032s 2023-07-24 11:33:47,284 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33: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-81fb80fe-4931-4d18-aa82-d6ae2677f64c', 'x-compute-request-id': 'req-81fb80fe-4931-4d18-aa82-d6ae2677f64c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-467419754'} Body: b'' 2023-07-24 11:33:47,402 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f8d4e74d-6a48-4fb6-a498-99ff7b03cce0 0.117s 2023-07-24 11:33:47,403 79610 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-900eea55-3add-4b53-891b-750d370f8a56', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f8d4e74d-6a48-4fb6-a498-99ff7b03cce0'} Body: b'' 2023-07-24 11:33:47,424 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f8d4e74d-6a48-4fb6-a498-99ff7b03cce0 0.020s 2023-07-24 11:33:47,424 79610 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-b1379564-14db-43a3-8705-984927bbc9f8', 'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f8d4e74d-6a48-4fb6-a498-99ff7b03cce0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f8d4e74d-6a48-4fb6-a498-99ff7b03cce0 does not exist", "detail": ""}}' 2023-07-24 11:33:47,847 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c46889e0-634b-4df9-93cd-9d7d8829aa62 0.421s 2023-07-24 11:33:47,847 79610 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-82b35895-c7ed-46b4-9672-132e58572d47', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c46889e0-634b-4df9-93cd-9d7d8829aa62'} Body: b'' 2023-07-24 11:33:47,888 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.040s 2023-07-24 11:33:47,888 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45425583-d73a-4ed5-b2c3-ed810a96f250', 'content-len gth': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45425583-d73a-4ed5-b2c3-ed810a96f250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:45.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:47,944 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.046s 2023-07-24 11:33:47,945 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:47 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-0c1e1159-9e22-4f40-954a-af793d469eab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'' 2023-07-24 11:33:47,984 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.039s 2023-07-24 11:33:47,985 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97325d4d-6628-436e-b86f-a3ecf1544f4d', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97325d4d-6628-436e-b86f-a3ecf1544f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volu me/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:49,044 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.043s 2023-07-24 11:33:49,045 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df7fca0-0db0-4c76-b3c0-06d86ea43abb', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df7fca0-0db0-4c76-b3c0-06d86ea43abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:50,111 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.044s 2023-07-24 11:33:50,111 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebf56604-3ade-48c4-a5e5-8eece4f40067', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebf56604-3ade-48c4 -a5e5-8eece4f40067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:51,172 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.048s 2023-07-24 11:33:51,172 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b0583d3-50d3-47ec-ae9d-c3895d9a24c0', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b0583d3-50d3-47ec-ae9d-c3895d9a24c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"volume": {"id": "0c8f3274-1c65-4f60-8d88-f5ee6086a7a2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T11:33:41.000000", "updated_at": "2023-07-24T11:33:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1023141646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2"}], "user_id": "6b9d35ddc0bd45eeac3f60eb17691953", "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": "b529fdc1-349f-4017-9753-574081f4a985", "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": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:33:52,208 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9d a61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 0.024s 2023-07-24 11:33:52,209 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:33:52 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-e624ebed-6c13-46f7-91fb-a9d3a022e5d2', 'x-openstack-request-id': 'req-e624ebed-6c13-46f7-91fb-a9d3a022e5d2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/volumes/0c8f3274-1c65-4f60-8d88-f5ee6086a7a2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0c8f3274-1c65-4f60-8d88-f5ee6086a7a2 could not be found."}}' tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 88, in test_snapshot_create_offline_delete_online server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 11:34:00,996 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots 0.131s 2023-07-24 11:34:00,996 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e79f110-0795-40b8-a325-aabffa7b2bbd', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e79f110-0795-40b8-a325-aabffa7b2bbd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:00.952156", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 11:34:01,021 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.022s 2023-07-24 11:34:01,022 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53f77da6-cb10-47a6-8936-41bfe31a1090', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53f77da6-cb10-47a6-8936-41bfe31a1090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:34:02,056 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.029s 2023-07-24 11:34:02,056 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54a70489-8b0f-4845-afee-a7efd26c3464', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54a70489-8b0f-4845-afee-a7efd26c3464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot -659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:34:03,087 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.026s 2023-07-24 11:34:03,088 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc65bc9-68c3-4b2f-b14e-154d113b1f6b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc65bc9-68c3-4b2f-b14e-154d113b1f6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:34:04,122 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.030s 2023-07-24 11:34:04,122 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cd7eb49-3c0b-4157-93e3-49563b6f9045', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cd7eb49-3c0b-4157-93e3-49563b6f9045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 11:34:05,152 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.024s 2023-07-24 11:34:05,152 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a09c816-3cfa-4092-b3cb-e9c8a6beff01', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a09c816-3cfa-4092-b3cb-e9c8a6beff01', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": "2023-07-24T11:34:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:34:05,156 79610 INFO [tempest.common.waiters] snapshot 9519abc5-30b0-41d6-a2d2-e181d07cf1d6 reached available after waiting for 4.156310 seconds 2023-07-24 11:34:05,156 79610 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 11:34:05,156 79610 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 11:34:05,211 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.052s 2023-07-24 11:34:05,211 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-943070909", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGIIy/sDHstFpJSVkdthEGWfO3QyKzaS9QMECgIi9JqX91gkCUxukhH/da7bi6xuWGwe00NBkd2N7hy9xkAaghtH0ZAQA3YBDHhHbPKr8Ve/d66i6Dm3UESQ4pERWLWg0Q=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34: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-5d6385ee-7c28-410b-a50c-0789fe1d759b', 'x-compute-request-id': 'req-5d6385ee-7c28-410b-a50c-0789fe1d759b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-943070909", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGIIy/sDHstFpJSVkdthEGWfO3QyKzaS9QMECgIi9JqX91gkCUxukhH/da7bi6xuWGwe00NBkd2N7hy9xkAaghtH0ZAQA3YBDHhHbPKr8Ve/d66i6Dm3UESQ4pERWLWg0Q==", "fingerprint": "b8:17:e2:7c:9e:56:67:6b:87:fd:a3:40:85:b3:ea:a0", "user_id": "6b9d35ddc0bd45eeac3f60eb17691953"}}' 2023-07-24 11:34:05,214 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-943070909 created 2023-07-24 11:34:05,368 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.154s 2023-07-24 11:34:05,368 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1550338369", "description": "tempest-description--1980405078"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-2441d256-9979-4627-aeba-6c134c34bb27', 'date': 'Mon, 24 Jul 2023 11:34:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "name": "tempest-securitygroup--1550338369", "stateful": true, "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "description": "tempest-description--1980405078", "shared": false, "security_group_rules": [{"id": "4edaab0d-bc94-4b99-b056-ab8b3d32745d", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_ id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "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": 1247, "description": null, "tags": [], "created_at": "2023-07-24T11:34:05Z", "updated_at": "2023-07-24T11:34:05Z", "revision_number": 0}, {"id": "99d63b4d-5c34-4112-820f-f1db13300d3f", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "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": 1248, "description": null, "tags": [], "created_at": "2023-07-24T11:34:05Z", "updated_at": "2023-07-24T11:34:05Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T11:34:05Z", "updated_at": "2023-07-24T11:34:05Z", "revision_number": 1, "project_id": "9da61731ae2940f98deeaf59cc8287bf"}}' 2023-07-24 11:34:05,571 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.202s 2023-07-24 11:34:05,571 79610 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": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "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-3b68efc4-6ff2-4236-b153-f0b636d4804e', 'date': 'Mon, 24 Jul 2023 11:34: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": "ece998a1-2230-4ceb-8f3c-f4ae58a1179b", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "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-24T11:34:05Z", "updated_at": "2023-07-24T11:34:05Z", "revision_number": 0}}' 2023-07-24 11:34:05,751 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.179s 2023-07-24 11:34:05,751 79610 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": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-10f344ea-1dec-41c2-abcc-6a71d47af4cf', 'date': 'Mon, 24 Jul 2023 11:34: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": "1f14a360-5d64-4842-8458-e41630851535", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "security_group_id": "79bdd8de-44fc-439b-8ff8-5cf825f8df95", "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-24T 11:34:05Z", "updated_at": "2023-07-24T11:34:05Z", "revision_number": 0}}' 2023-07-24 11:34:05,751 79610 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1550338369 created 2023-07-24 11:34:06,582 79610 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.830s 2023-07-24 11:34:06,583 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-068ba13d-0296-4454-a5f4-a756bdd823c6', 'date': 'Mon, 24 Jul 2023 11:34:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "265ee4da-f3e0-4506-b0a0-29aa0ea14bcc", "tenant_id": "9da61731ae2940f98deeaf59cc8287bf", "floating_ip_address": "172.24.4.103", "floating_network_id": "25a6b2f2-2196-43ff-a989-d2b611fabb7e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9da61731ae2940f98deeaf59cc8287bf", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T11:34:06Z", "updated_at": "2023-07-24T11:34:06Z", "revision_number": 0}}' 2023-07-24 11:34:06,583 79610 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '265ee4da-f3e0-4506-b0a0-29aa0ea14bcc', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'floating_ip_address': '172.24.4.103', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:34:06Z', 'updated_at': '2023-07-24T11:34:06Z', 'revision_number': 0, 'ip': '172.24.4.103'} created 2023-07-24 11:34:06,622 79610 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.033s 2023-07-24 11:34:06,622 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34: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-ef6a78ae-715d-448b-be33-666a71fb2c0f', '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": "6b9d35ddc0bd45eeac3f60eb17691953", "name": "tempest-VolumesSnapshotTestJSON-1782043525-project-member", "password_expires_at": null}, "audit_ids": ["Zez4QGPcS-6J13w_HOFr3w"], "expires_at": "2023-07-24T12:34:06.000000Z", "issued_at": "2023-07-24T11:34:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9da61731ae2940f98deeaf59cc8287bf", "name": "tempest-VolumesSnapshotTestJSON-1782043525"}, "is_domain": false, "roles": [{"id": "a99bcbb460b846dc88cb15f74e2dca5d", "name": "member"}, {"id": "ec2560a1d8b64b48920f67967ad71540", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0df4529404304182acbec475a3e5bc5e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "07e52b1061e34ceebe3a6546e325ead2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "27c84bb95c134eb886746a98a2405344", "interface": "public", "region_id": "RegionOne", "url": " http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "2bf6d261b9014720aa18339f3ac1693b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "834bd8ad0ea846b084141932695eebe3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "2df2585fac6d4f2b81b17a2fdba2361d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c2f4422c818f457fb678442c8c241f64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "489feb349d0f4dcbaebce45c9270e729", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e773f5bf8434f7ca52249dd2f133355", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "903aec961b9840e9bbc45d90f9f98d5c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6b5eaf8e495c4fd7a25a10d9fc53278b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "9bf4026888034abf80d49660894097fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "5200e8660fca4adab65bc61572355a71", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "be0c3e5de3eb479ba71ab12f8812db0d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "980ea4010a884dbd9db9f256699cc554", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9da61731ae2940f98deeaf59cc8287bf", "region": "RegionOne"}], "id": "febaccf18459454b9c46344d024cfc62", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-07-24 11:34:06,623 79610 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'c7472301-bc72-4db5-b6e0-4b1895b46834', 'name': 'tempest-VolumesSnapshotTestJSON-540669799-network', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 39382, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T11:33:32Z', 'updated_at': '2023-07-24T11:33:32Z', 'revision_number': 1} available for tenant 2023-07-24 11:34:06,624 79610 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-943070909', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGIIy/sDHstFpJSVkdthEGWfO3QyKzaS9QMECgIi9JqX91gkCUxukhH/da7bi6xuWGwe00NBkd2N7hy9xkAaghtH0ZAQA3YBDHhHbPKr8Ve/d66i6Dm3UESQ4pERWLWg0Q==', 'fingerprint': 'b8:17:e2:7c:9e:56:67:6b:87:fd:a3:40:85:b3:ea:a0', 'user_id': '6b9d35ddc0bd45eeac3f60eb17691953', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCylFFxJkXJNqRYEdYcJW99MzvfKkVlOgNY+7tJtORoAK8ueG2aNwbe\n7zBIchCcV2CgBwYFK4EEACKhZANiAARiCMv7Ax7LRaSUlZHbYRBlnzt0Mis2kvUD\nBAoCIvSal/dYJAlMbpIR/3Wu24usblhsHtNDQZHdje4cvcZAGoIbR9GQEAN2AQx4\nR2zyq/FXv3euoug5t1BEkOKREVi1oNE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '79bdd8de-44fc-439b-8ff8-5cf825f8df95', 'name': 'tempest-securitygroup--1550338369', 'stateful': True, 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': 'tempest-description--1980405078', 'shared': False, 'security_group_rules': [{'id': '4edaab0d-bc94-4b99-b056-ab8b3d32745d', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'security_group_id': '79bdd8de-44fc-439b-8ff8-5cf825f8df95', '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': 1247, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:34:05Z', 'updated_at': '2023-07-24T11:34:05Z', 'revision_number': 0}, {'id': '99d63b4d-5c34-4112-820f-f1db13300d3f', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'security_group_id': '79bdd8de-44fc-439b-8ff8-5cf825f8df95', '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': 1248, 'description': None, 'tags': [], 'created_at': '2023-07-24T11:34:05Z', 'updated_at': '2023-07-24T11:34:05Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T11:34:05Z', 'updated_at': '2023-07-24T11:34:05Z', 'revision_number': 1, 'project_id': '9da61731ae2940f98deeaf59cc8287bf'}, 'floating_ip': {'id': '265ee4da-f3e0-4506-b0a0-29aa0ea14bcc', 'tenant_id': '9da61731ae2940f98deeaf59cc8287bf', 'floating_ip_address': '172.24.4.103', 'floating_network_id': '25a6b2f2-2196-43ff-a989-d2b611fabb7e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9da61731ae2940f98deeaf59cc8287bf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T11:34:06Z', 'updated_at': '2023-07-24T11:34:06Z', 'revision_number': 0, 'ip': '172.24.4.103'}} 2023-07-24 11:34:06,647 79610 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.022s 2023-07-24 11:34:06,647 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-2036426302", "imageRef": "b529fdc1-349f-4017-9753-574081f4a985", "flavorRef": "42", "networks": [{"uuid": "c7472301-bc72-4db5-b6e0-4b1895b46834"}], "security_groups": [{"name": "tempest-securitygroup--1550338369"}], "key_name": "tempest-keypair-943070909", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34: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-9d90ca44-35b7-43c3-9191-150cd2a41c02', 'x-compute-request-id': 'req-9d90ca44-35b7-43c3-9191-150cd2a41c02', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 11:34:06,678 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-943070909 0.030s 2023-07-24 11:34:06,679 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34: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-682c8de5-6789-40cb-94c3-2b5d61169706', 'x-compute-request-id': 'req-682c8de5-6789-40cb-94c3-2b5d61169706', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-943070909'} Body: b'' 2023-07-24 11:34:06,808 79610 INFO [te mpest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/79bdd8de-44fc-439b-8ff8-5cf825f8df95 0.128s 2023-07-24 11:34:06,808 79610 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-07b1bd05-be79-4d65-83ed-6670842c7d24', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:34:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/79bdd8de-44fc-439b-8ff8-5cf825f8df95'} Body: b'' 2023-07-24 11:34:06,825 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/79bdd8de-44fc-439b-8ff8-5cf825f8df95 0.016s 2023-07-24 11:34:06,825 79610 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-ed6c8f0c-5181-4c89-a60d-46b77e70fb40', 'date': 'Mon, 24 Jul 2023 11:34:06 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/79bdd8de-44fc-439b-8ff8-5cf825f8df95'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 79bdd8de-44fc-439b-8ff8-5cf825f8df95 does not exist", "detail": ""}}' 2023-07-24 11:34:07,581 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/265ee4da-f3e0-4506-b0a0-29aa0ea14bcc 0.755s 2023-07-24 11:34:07,582 79610 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-d363b59d-a198-4bbb-a3a9-9f7943cbc9db', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 11:34:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/265ee4da-f3e0-4506-b0a0-29aa0ea14bcc'} Body: b'' 2023-07-24 11:34:07,632 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.050s 2023-07-24 11:34:07,633 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34: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-0fcd498a-591a-46cb-b896-4bd5b03de281', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'' 2023-07-24 11:34:07,655 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.022s 2023-07-24 11:34:07,655 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f58f7927-73cc-4bf8-80bc-4df34a9b1665', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f58f7927-73cc-4bf8-80bc-4df34a9b1665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": "2023-07-24T11:34:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:34:08,684 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.023s 2023-07-24 11:34:08,684 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-956635a6-7e52-4ae6-a769-91f3757c3fd5', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-956635a6-7e52-4ae6-a769-91f3757c3fd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": "2023-07-24T11:34:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:34:09,710 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.021s 2023-07-24 11:34:09,710 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f53703b7-f4f6-4fb4-93f8-9a74c2cfa63b', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f53703b7-f4f6-4fb4-93f8-9a74c2cfa63b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": "2023-07-24T11:34:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:34:10,739 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.022s 2023-07-24 11:34:10,740 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application /json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fb8b8bc-291b-4c15-92f5-63e097b0dc73', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fb8b8bc-291b-4c15-92f5-63e097b0dc73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"snapshot": {"id": "9519abc5-30b0-41d6-a2d2-e181d07cf1d6", "created_at": "2023-07-24T11:34:01.000000", "updated_at": "2023-07-24T11:34:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-659526790", "description": null, "volume_id": "e7d81fb7-0173-4a9f-810a-2caaace8cb18", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9da61731ae2940f98deeaf59cc8287bf", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 11:34:11,763 79610 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6 0.018s 2023-07-24 11:34:11,763 79610 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 11:34:11 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-f0cc7f04-e4c5-4e33-bc1c-1d949625dda1', 'x-openstack-request-id': 'req-f0cc7f04-e4c5-4e33-bc1c-1d949625dda1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9da61731ae2940f98deeaf59cc8287bf/snapshots/9519abc5-30b0-41d6-a2d2-e181d07cf1d6'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 9519abc5-30b0-41d6-a2d2-e181d07cf1d6 could not be found."}}' ====== Totals ====== Ran: 291 tests in 470.8732 sec. - Passed: 216 - Skipped: 33 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 42 Sum of execute time for each test: 1414.4110 sec. ============== Worker Balance ============== - Worker 0 (29 tests) => 0:04:14.055744 - Worker 1 (24 tests) => 0:04:47.647780 - Worker 2 (12 tests) => 0:03:45.979011 - Worker 3 (39 tests) => 0:07:50.816742 - Worker 4 (64 tests) => 0:03:11.880998 - Worker 5 (17 tests) => 0:03:09.576034 - Worker 6 (16 tests) => 0:03:27.914872 - Worker 7 (23 tests) => 0:04:40.670936 - Worker 8 (17 tests) => 0:04:17.412057 - Worker 9 (14 tests) => 0:03:42.136034 - Worker 10 (25 tests) => 0:04:46.934699 - Worker 11 (11 tests) => 0:02:31.638414 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed