all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==23.1.0,autopage==0.5.1,bcrypt==4.0.1,certifi==2023.5.7,cffi==1.15.1,charset-normalizer==3.1.0,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.3.0,cmd2==2.4.3,cryptography==40.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==6.0.1,iso8601==1.1.0,jsonschema==4.17.3,msgpack==1.0.5,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.0,oslo.serialization==5.1.1,oslo.utils==6.2.0,packaging==23.1,paramiko==3.1.0,pbr==5.11.1,prettytable==3.7.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.19.3,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2023.3,PyYAML==6.0,requests==2.28.2,rfc3986==2.0.0,six==1.16.0,stestr==4.0.1,stevedore==5.1.0,-e git+https://github.com/openstack/tempest@e13e4da77f44b24e79963d86baf95cde8cc2032c#egg=tempest,testtools==2.6.0,tzdata==2023.3,urllib3==1.26.15,voluptuous==0.13.1,wcwidth==0.2.6,wrapt==1.15.0,zipp==3.15.0 all run-test-pre: PYTHONHASHSEED='776296740' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {6} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {9} 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_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {7} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.053025s] ... ok {7} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.086902s] ... ok {7} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.049973s] ... ok {7} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.053155s] ... ok {7} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.045803s] ... ok {10} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.820190s] ... ok {10} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.199933s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.288512s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.012398s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.138814s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.030515s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.017683s] ... ok {7} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [12.932081s] ... ok {6} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [19.104001s] ... ok {7} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.434858s] ... ok {3} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [22.489139s] ... ok {10} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [8.614716s] ... ok {11} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [9.393313s] ... 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-21 15:55:50,112 79580 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:55:50,113 79580 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:55:50,394 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.277s 2023-07-21 15:55:50,395 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1118998602", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZLYvL7oWau0IA0Uum+40tX1DNpmS03m8f3W3xinsn2FTokqULkR13z1Anf3VqT4I67U2xd3R1ZK754HvSnxMXC1rzbjeKWJYMKEpQ8DBUcB5sm5zvSX1FM3VAY1yJGtg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:55:50 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-d8afe2da-29c6-4bc4-a14e-3d64840feb97', 'x-compute-request-id': 'req-d8afe2da-29c6-4bc4-a14e-3d64840feb97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1118998602", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZLYvL7oWau0IA0Uum+40tX1DNpmS03m8f3W3xinsn2FTokqULkR13z1Anf3VqT4I67U2xd3R1ZK754HvSnxMXC1rzbjeKWJYMKEpQ8DBUcB5sm5zvSX1FM3VAY1yJGtg==", "fingerprint": "dd:8a:36:e1:c7:03:27:e0:3d:a1:73:6f:90:ff:fa:63", "user_id": "267d826cf93e45548d64dc002be34ab6"}}' 2023-07-21 15:55:50,402 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1118998602 created 2023-07-21 15:55:50,748 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.345s 2023-07-21 15:55:50,748 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--564434263", "description": "tempest-description--1644650450"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-23335735-d4e1-4418-bfa6-1d65d1203483', 'date': 'Fri, 21 Jul 2023 15:55:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "name": "tempest-securitygroup--564434263", "stateful": true, "tenant_id": "714c95dde9d34692be6c48ffb211d379", "description": "tempest-description--1644650450", "shared": false, "security_group_rules": [{"id": "365a64c1-0270-4e6a-ac2c-03e5769e7084", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "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": 172, "description": null, "tags": [], "created_at": "2023-07-21T15:55:50Z", "updated_at": "2023-07-21T15:55:50Z", "revision_number": 0}, {"id": "dfdc3a8b-a671-4a3f-be3e-7bcdfc7bff5b", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pre fix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 173, "description": null, "tags": [], "created_at": "2023-07-21T15:55:50Z", "updated_at": "2023-07-21T15:55:50Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:55:50Z", "updated_at": "2023-07-21T15:55:50Z", "revision_number": 1, "project_id": "714c95dde9d34692be6c48ffb211d379"}}' 2023-07-21 15:55:52,111 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.362s 2023-07-21 15:55:52,111 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "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-e5514a64-92c3-4899-a914-4f5b5a4a9fca', 'date': 'Fri, 21 Jul 2023 15:55: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": "ea26cd01-66ee-41b9-9a02-ff0814c6dc95", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "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-21T15:55:51Z", "updated_at": "2023-07-21T15:55:51Z", "revision_number": 0}}' 2023-07-21 15:55:53,142 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.031s 2023-07-21 15:55:53,143 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-085c4c06-f4ab-478b-a573-f22541d2d043', 'date': 'Fri, 21 Jul 2023 15:55: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": "79bc7d7d-8687-4838-81a9-efa10b54199d", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "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-21T15:55:52Z", "updated_at": "2023-07-21T15:55:52Z", "revision_number": 0}}' 2023-07-21 15:55:53,143 79580 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--564434263 created 2023-07-21 15:55:56,694 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.550s 2023-07-21 15:55:56,694 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-1e87688f-85ed-482c-a4b2-dcc1918f5897', 'date': 'Fri, 21 Jul 2023 15:55:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "38f55eda-e9b8-459b-9830-84a9c837772b", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "floating_ip_address": "172.24.4.145", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "714c95dde9d34692be6c48ffb211d379", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:55:55Z", "updated_at": "2023-07-21T15:55:55Z", "revision_number": 0}}' 2023-07-21 15:55:56,694 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '38f55eda-e9b8-459b-9830-84a9c837772b', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'floating_ip_address': '172.24.4.145', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:55:55Z', 'updated_at': '2023-07-21T15:55:55Z', 'revision_number': 0, 'ip': '172.24.4.145'} created 2023-07-21 15:55:56,800 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.101s 2023-07-21 15:55:56,801 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:55:56 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-9b8470ca-9a09-4c49-ae42-9b281c5f18bf', '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": "267d826cf93e45548d64dc002be34ab6", "name": "tempest-AttachVolumeTestJSON-575421391-project-member", "password_expires_at": null}, "audit_ids": ["WHMG1X92TSaIBeWIvMg60w"], "expires_at": "2023-07-21T16:55:56.000000Z", "issued_at": "2023-07-21T15:55:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "714c95dde9d34692be6c48ffb211d379", "name": "tempest-AttachVolumeTestJSON-575421391"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "h ttp://10.0.0.210/volume/v3/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:55:56,803 79580 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'b52772bf-9c57-4e7a-8381-0688fb44dfbe', 'name': 'tempest-AttachVolumeTestJSON-1258243480-network', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '714c95dde9d34692be6c48ffb211d379', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21621, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:55:56,803 79580 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1118998602', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZLYvL7oWau0IA0Uum+40tX1DNpmS03m8f3W3xinsn2FTokqULkR13z1Anf3VqT4I67U2xd3R1ZK754HvSnxMXC1rzbjeKWJYMKEpQ8DBUcB5sm5zvSX1FM3VAY1yJGtg==', 'fingerprint': 'dd:8a:36:e1:c7:03:27:e0:3d:a1:73:6f:90:ff:fa:63', 'user_id': '267d826cf93e45548d64dc002be34ab6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBFIy1wI2ZOZ/1c7oTdpZKt/IemO19i4Dw+ew7bxG5AceWvwmbWtzRZ\n5BQ8QBLdrnugBwYFK4EEACKhZANiAAQmS2Ly+6FmrtCANFLpvuNLV9QzaZktN5vH\n91t8Yp7J9hU6JKlC5Edd89QJ391ak+COu1NsXd0dWSu+eB70p8TFwta8243iliWD\nChKUPAwVHAebJuc70l9RTN1QGNciRrY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1f8aaa29-62a7-4a71-a727-911a75247b9e', 'name': 'tempest-securitygroup--564434263', 'stateful': True, 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'description': 'tempest-description--1644650450', 'shared': False, 'security_group_rules': [{'id': '365a64c1-0270-4e6a-ac2c-03e5769e7084', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'security_group_id': '1f8aaa29-62a7-4a71-a727-911a75247b9e', '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': 172, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:55:50Z', 'updated_at': '2023-07-21T15:55:50Z', 'revision_number': 0}, {'id': 'dfdc3a8b-a671-4a3f-be3e-7bcdfc7bff5b', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'security_group_id': '1f8aaa29-62a7-4a71-a727-911a75247b9e', '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': 173, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:55:50Z', 'updated_at': '2023-07-21T15:55:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:55:50 Z', 'updated_at': '2023-07-21T15:55:50Z', 'revision_number': 1, 'project_id': '714c95dde9d34692be6c48ffb211d379'}, 'floating_ip': {'id': '38f55eda-e9b8-459b-9830-84a9c837772b', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'floating_ip_address': '172.24.4.145', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:55:55Z', 'updated_at': '2023-07-21T15:55:55Z', 'revision_number': 0, 'ip': '172.24.4.145'}} 2023-07-21 15:55:56,844 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.039s 2023-07-21 15:55:56,844 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-585250805", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "b52772bf-9c57-4e7a-8381-0688fb44dfbe"}], "security_groups": [{"name": "tempest-securitygroup--564434263"}], "key_name": "tempest-keypair-1118998602", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:55: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-c47bcd83-e906-49b7-a26a-eb4e57d38dcd', 'x-compute-request-id': 'req-c47bcd83-e906-49b7-a26a-eb4e57d38dcd', '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-21 15:55:56,887 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1118998602 0.040s 2023-07-21 15:55:56,888 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:55:56 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-04dd9670-c54b-4b83-a8a7-f44c9cdad054', 'x-compute-request-id': 'req-04dd9670-c54b-4b83-a8a7-f44c9cdad054', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1118998602'} Body: b'' 2023-07-21 15:55:57,538 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1f8aaa29-62a7-4a71-a727-911a75247b9e 0.649s 2023-07-21 15:55:57,538 79580 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-e8a313fa-cd01-4cd3-aa21-da81c2b94a21', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:55:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1f8aaa29-62a7-4a71-a727-911a75247b9e'} Body: b'' 2023-07-21 15:55:57,646 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.21 0:9696/networking/v2.0/security-groups/1f8aaa29-62a7-4a71-a727-911a75247b9e 0.107s 2023-07-21 15:55:57,647 79580 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-4e8221d4-de42-4826-9829-3636c2eb871c', 'date': 'Fri, 21 Jul 2023 15:55:57 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1f8aaa29-62a7-4a71-a727-911a75247b9e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1f8aaa29-62a7-4a71-a727-911a75247b9e does not exist", "detail": ""}}' 2023-07-21 15:55:59,504 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/38f55eda-e9b8-459b-9830-84a9c837772b 1.857s 2023-07-21 15:55:59,504 79580 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-298805a8-aa62-445c-a7e2-ca755fc6a07f', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:55:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/38f55eda-e9b8-459b-9830-84a9c837772b'} Body: b'' {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.024678s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.023658s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.068805s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.023111s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.038152s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.028946s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.020082s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.018343s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.022510s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.042594s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.097484s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.058967s] ... ok {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.034239s] ... ok {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.027487s] ... ok {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.030101s] ... ok {10} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [7.270823s] ... ok {11} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [8.444668s] ... 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-21 15:55:59,509 79580 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:55:59,509 79580 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:55:59,570 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.058s 2023-07-21 15:55:59,570 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-8891761", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIf6ohpcokzRCDbc/fSS8Ry/EaLeA9Qf9nlM6W4572xWCqP2AgPxatGeqeEUyfBnkTmn9FbjVsv7ldZtbrVDAHLFSCSLix0dwYhGuhragpXAsrH0p8+UdDT7LnxeWJP6ZA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:55:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '383', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebb6ae44-4214-4180-b8af-955134f329cc', 'x-compute-request-id': 'req-ebb6ae44-4214-4180-b8af-955134f329cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-8891761", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIf6ohpcokzRCDbc/fSS8Ry/EaLeA9Qf9nlM6W4572xWCqP2AgPxatGeqeEUyfBnkTmn9FbjVsv7ldZtbrVDAHLFSCSLix0dwYhGuhragpXAsrH0p8+UdDT7LnxeWJP6ZA==", "fingerprint": "c4:c1:7d:fe:be:e2:27:2e:08:ae:8e:27:19:7a:47:b4", "user_id": "267d826cf93e45548d64dc002be34ab6"}}' 2023-07-21 15:55:59,574 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-8891761 created 2023-07-21 15:56:00,469 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.894s 2023-07-21 15:56:00,470 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1800577081", "description": "tempest-description--2098106352"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-9b2b50d2-f865-4d09-a218-59175832bf70', 'date': 'Fri, 21 Jul 2023 15:56:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "name": "tempest-securitygroup--1800577081", "stateful": true, "tenant_id": "714c95dde9d34692be6c48ffb211d379", "description": "tempest-description--2098106352", "shared": false, "security_group_rules": [{"id": "4033db49-3d91-4b9e-bb04-cb8dcd63ac78", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "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": 248, "description": null, "tags": [], "created_at": "2023-07-21T15:56:00Z", "updated_at": "2023-07-21T15:56:00Z", "revision_number": 0}, {"id": "825d7cbc-7641-4800-9434-d33424872044", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": n ull, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 247, "description": null, "tags": [], "created_at": "2023-07-21T15:55:59Z", "updated_at": "2023-07-21T15:55:59Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:55:59Z", "updated_at": "2023-07-21T15:55:59Z", "revision_number": 1, "project_id": "714c95dde9d34692be6c48ffb211d379"}}' 2023-07-21 15:56:01,490 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.019s 2023-07-21 15:56:01,490 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "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-70c2a8b6-4a47-456d-961f-cdbb0889e8bf', 'date': 'Fri, 21 Jul 2023 15:56:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2ed0f38f-a4ac-4118-b750-c6c1115bf208", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "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-21T15:56:00Z", "updated_at": "2023-07-21T15:56:00Z", "revision_number": 0}}' 2023-07-21 15:56:02,509 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.018s 2023-07-21 15:56:02,509 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-94d4b42b-2ca1-43ac-b252-c739f72e6bd8', 'date': 'Fri, 21 Jul 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1bb18e52-b1cd-4016-ba05-a4dbccab7a48", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "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-21T15:56:01Z", "updated_at": "2023-07-21T15:56:01Z", "revision_number": 0}}' 2023-07-21 15:56:02,509 79580 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1800577081 created 2023-07-21 15:56:05,160 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.651s 2023-07-21 15:56:05,161 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-opens tack-request-id': 'req-672b9de7-8699-46c3-9b36-434ba42ec5b3', 'date': 'Fri, 21 Jul 2023 15:56:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "420a4ac8-ed27-4a19-a4d6-e82af988943b", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "floating_ip_address": "172.24.4.110", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "714c95dde9d34692be6c48ffb211d379", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:03Z", "updated_at": "2023-07-21T15:56:03Z", "revision_number": 0}}' 2023-07-21 15:56:05,161 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '420a4ac8-ed27-4a19-a4d6-e82af988943b', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'floating_ip_address': '172.24.4.110', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:03Z', 'updated_at': '2023-07-21T15:56:03Z', 'revision_number': 0, 'ip': '172.24.4.110'} created 2023-07-21 15:56:05,320 79580 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.153s 2023-07-21 15:56:05,321 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:05 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-fdb1348a-7507-4249-9864-479d3c788bbf', '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": "267d826cf93e45548d64dc002be34ab6", "name": "tempest-AttachVolumeTestJSON-575421391-project-member", "password_expires_at": null}, "audit_ids": ["8LvH4yWpTBuZt-5IhCKubw"], "expires_at": "2023-07-21T16:56:05.000000Z", "issued_at": "2023-07-21T15:56:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "714c95dde9d34692be6c48ffb211d379", "name": "tempest-AttachVolumeTestJSON-575421391"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": " http://10.0.0.210/volume/v3/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:05,321 79580 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'b52772bf-9c57-4e7a-8381-0688fb44dfbe', 'name': 'tempest-AttachVolumeTestJSON-1258243480-network', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '714c95dde9d34692be6c48ffb211d379', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21621, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:05,322 79580 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-8891761', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIf6ohpcokzRCDbc/fSS8Ry/EaLeA9Qf9nlM6W4572xWCqP2AgPxatGeqeEUyfBnkTmn9FbjVsv7ldZtbrVDAHLFSCSLix0dwYhGuhragpXAsrH0p8+UdDT7LnxeWJP6ZA==', 'fingerprint': 'c4:c1:7d:fe:be:e2:27:2e:08:ae:8e:27:19:7a:47:b4', 'user_id': '267d826cf93e45548d64dc002be34ab6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBnn9bvrOleMXpf0ellUWtjZCFHdwsrmoRafrnsLQoAI2JpYEqCYtyi\nR0L3UDiS2OCgBwYFK4EEACKhZANiAASH+qIaXKJM0Qg23P30kvEcvxGi3gPUH/Z5\nTOluOe9sVgqj9gID8WrRnqnhFMnwZ5E5p/RW41bL+5XWbW61QwByxUgki4sdHcGI\nRroa2oKVwLKx9KfPlHQ0+y58XliT+mQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'eeb155dc-59c7-41a8-986b-36cc4b374f46', 'name': 'tempest-securitygroup--1800577081', 'stateful': True, 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'description': 'tempest-description--2098106352', 'shared': False, 'security_group_rules': [{'id': '4033db49-3d91-4b9e-bb04-cb8dcd63ac78', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'security_group_id': 'eeb155dc-59c7-41a8-986b-36cc4b374f46', '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': 248, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:00Z', 'updated_at': '2023-07-21T15:56:00Z', 'revision_number': 0}, {'id': '825d7cbc-7641-4800-9434-d33424872044', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'security_group_id': 'eeb155dc-59c7-41a8-986b-36cc4b374f46', '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': 247, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:55:59Z', 'updated_at': '2023-07-21T15:55:59Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15 :55:59Z', 'updated_at': '2023-07-21T15:55:59Z', 'revision_number': 1, 'project_id': '714c95dde9d34692be6c48ffb211d379'}, 'floating_ip': {'id': '420a4ac8-ed27-4a19-a4d6-e82af988943b', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'floating_ip_address': '172.24.4.110', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:03Z', 'updated_at': '2023-07-21T15:56:03Z', 'revision_number': 0, 'ip': '172.24.4.110'}} 2023-07-21 15:56:05,359 79580 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.037s 2023-07-21 15:56:05,360 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-650912539", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "b52772bf-9c57-4e7a-8381-0688fb44dfbe"}], "security_groups": [{"name": "tempest-securitygroup--1800577081"}], "key_name": "tempest-keypair-8891761", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-76d05c00-0365-45fa-b2b6-4815c1ac2981', 'x-compute-request-id': 'req-76d05c00-0365-45fa-b2b6-4815c1ac2981', '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-21 15:56:05,395 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-8891761 0.033s 2023-07-21 15:56:05,395 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:05 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-80cfb895-2b8f-48b8-be8c-f46391ca01f5', 'x-compute-request-id': 'req-80cfb895-2b8f-48b8-be8c-f46391ca01f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-8891761'} Body: b'' 2023-07-21 15:56:06,363 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/eeb155dc-59c7-41a8-986b-36cc4b374f46 0.967s 2023-07-21 15:56:06,364 79580 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-2c9f89af-86e3-4f3c-8275-af51cffd0305', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/eeb155dc-59c7-41a8-986b-36cc4b374f46'} Body: b'' 2023-07-21 15:56:06,422 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0 .0.210:9696/networking/v2.0/security-groups/eeb155dc-59c7-41a8-986b-36cc4b374f46 0.058s 2023-07-21 15:56:06,422 79580 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-a21758de-e74a-4a04-9f7d-4399dca43263', 'date': 'Fri, 21 Jul 2023 15:56:06 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/eeb155dc-59c7-41a8-986b-36cc4b374f46'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group eeb155dc-59c7-41a8-986b-36cc4b374f46 does not exist", "detail": ""}}' 2023-07-21 15:56:07,952 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/420a4ac8-ed27-4a19-a4d6-e82af988943b 1.528s 2023-07-21 15:56:07,952 79580 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-41de5200-d231-49b5-a25d-11e88b2696f1', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/420a4ac8-ed27-4a19-a4d6-e82af988943b'} Body: b'' {7} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.188640s] ... ok {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [7.435275s] ... ok {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.038850s] ... ok {5} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 834, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True) File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {6} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [20.049112s] ... ok {9} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [15.639766s] ... 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-21 15:56:00,568 79576 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/6afd6370-0d67-45be-b652-80c24600d578 0.524s 2023-07-21 15:56:00,568 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d7559218-3051-41ea-871d-22ceb2766fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578'} 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": "26d3420081244684abfa28b0f49cbfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "6afd6370-0d67-45be-b652-80c24600d578", "created_at": "2023-07-21T15:52:11Z", "updated_at": "2023-07-21T15:52:13Z", "tags": [], "self": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578", "file": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578/file", "schema": "/v2/schemas/image"}' 2023-07-21 15:56:01,633 79576 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.029s 2023-07-21 15:56:01,634 79576 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': 'Fri, 21 Jul 2023 15:56:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-abbf188f-26fc-48e2-a676-eca692cb5986', '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": "b732e9bf010f45328190a103d5aff9f0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "171f8bcb-1a0e-4b1f-bb96-604ac49501e2", "created_at": "2023-07-21T15:56:02Z", "updated_at": "2023-07-21T15:56:02Z", "tags": [], "self": "/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2", "file": "/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2/file", "schema": "/v2/schemas/image"}' 2023-07-21 15:56:03,766 79576 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-21 15:56:03,767 79576 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/171f8bcb-1a0e-4b1f-bb96-604ac49501e2/file 2.133s 2023-07-21 15:56:03,768 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d1e023ea-53c6-4337-9f35-5a7b8bf8fec3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2/file'} Body: b'' 2023-07-21 15:56:03,768 79576 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:56:03,768 79576 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:04,191 79576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.419s 2023-07-21 15:56:04,192 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1535338500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAHUbOFSFn/1szbH9/BWmN+2fnsMBYviacEpV6OxBrQyaCBFKhbUA1aPHEbQh5J5o4o981+Yuiqp25LzgFA5mQzW8MMn3ctiEcletQWxty/qODg5zVUmHUTfZkofkWtU9Q=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:03 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-8ab6387f-97e9-4e27-9a81-202d094a8410', 'x-compute-request-id': 'req-8ab6387f-97e9-4e27-9a81-202d094a8410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1535338500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAHUbOFSFn/1szbH9/BWmN+2fnsMBYviacEpV6OxBrQyaCBFKhbUA1aPHEbQh5J5o4o981+Yuiqp25LzgFA5mQzW8MMn3ctiEcletQWxty/qODg5zVUmHUTfZkofkWtU9Q==", "fingerprint": "db:ca:78:f9:12:6a:c6:0c:12:16:64:f5:7b:58:c2:10", "user_id": "ec0167ab554041aa8d1fe470ffc1aa5d"}}' 2023-07-21 15:56:04,201 79576 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1535338500 created 2023-07-21 15:56:04,670 79576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.467s 2023-07-21 15:56:04,670 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--22443318", "description": "tempest-description--1164464739"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-198058d1-6a5e-4168-a2f4-b6ab8dad0c08', 'date': 'Fri, 21 Jul 2023 15:56:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "name": "tempest-securitygroup--22443318", "stateful": true, "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "description": "tempest-description--1164464739", "shared": false, "security_group_rules": [{"id": "7a3c9a40-d93a-4199-a2ed-d42e2c1de92a", "project_id": "9d18bb4a97444eb7bc46c2f402d038e3", "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "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": 272, "description": null, "tags": [], "created_at": "2023-07-21T15:56:04Z", "updated_at": "2023-07-21T15:56:04Z", "revision_number": 0}, {"id": "c4c3d3a0-f416-41f1-8a77-159ede24630d", "project_id": "9d18bb4a97444eb7bc46c2f402d038e3", "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "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": 273, "description": null, "tags": [], "created_at": "2023-07-21T15:56:04Z", "updated_at": "2023-07-21T15:56:04Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:04Z", "updated_at": "2023-07-21T15:56:04Z", "revision_number": 1, "project_id": "9d18bb4a97444eb7bc46c2f402d038e3"}}' 2023-07-21 15:56:06,029 79576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.357s 2023-07-21 15:56:06,029 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "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-2200deb2-a986-4401-9642-c56b90f69b75', 'date': 'Fri, 21 Jul 2023 15:56:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47ed8689-9803-4394-b723-c5d4d8ee9e98", "project_id": "9d18bb4a97444eb7bc46c2f402d038e3", "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "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-21T15:56:05Z", "updated_at": "2023-07-21T15:56:05Z", "revision_number": 0}}' 2023-07-21 15:56:07,608 79576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.578s 2023-07-21 15:56:07,608 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5976179f-18ed-4a17-84c7-3c48c2af227d', 'date': 'Fri, 21 Jul 2023 15:56:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "491ac78e-9cfe-414c-a2cc-ee9229cd14e2", "project_id": "9d18bb4a97444eb7bc46c2f402d038e3", "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "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-21T15:56:06Z", "updated_at": "2023-07-21T15:56:06Z", "revision_number": 0}}' 2023-07-21 15:56:07,608 79576 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--22443318 created 2023-07-21 15:56:11,962 79576 INFO [tempest.lib.common.rest_client] Request (Val idationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 4.353s 2023-07-21 15:56:11,962 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7be5ef6f-1515-4f35-8e9f-1dca42c96f60', 'date': 'Fri, 21 Jul 2023 15:56:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "53fca392-339b-4112-baf5-653d3ac699df", "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "floating_ip_address": "172.24.4.189", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9d18bb4a97444eb7bc46c2f402d038e3", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:10Z", "updated_at": "2023-07-21T15:56:10Z", "revision_number": 0}}' 2023-07-21 15:56:11,962 79576 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '53fca392-339b-4112-baf5-653d3ac699df', 'tenant_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:10Z', 'updated_at': '2023-07-21T15:56:10Z', 'revision_number': 0, 'ip': '172.24.4.189'} created 2023-07-21 15:56:12,111 79576 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.142s 2023-07-21 15:56:12,112 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:11 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-febb7414-5ebe-4eb1-ad4f-a03d6a88724f', '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": "ec0167ab554041aa8d1fe470ffc1aa5d", "name": "tempest-AttachSCSIVolumeTestJSON-824391187-project-member", "password_expires_at": null}, "audit_ids": ["sYa_jz9cRHydO72ft8ttzw"], "expires_at": "2023-07-21T16:56:12.000000Z", "issued_at": "2023-07-21T15:56:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d18bb4a97444eb7bc46c2f402d038e3", "name": "tempest-AttachSCSIVolumeTestJSON-824391187"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9d18bb4a97444eb7bc46c2f402d038e3", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d18bb4a97444eb7bc46c2f402d038e3", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.21 0:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d18bb4a97444eb7bc46c2f402d038e3", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:12,112 79576 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '63015b58-c7e6-4161-92bb-4560b0b1c2b8', 'name': 'tempest-AttachSCSIVolumeTestJSON-1475771114-network', 'tenant_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42901, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:12,113 79576 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1535338500', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAHUbOFSFn/1szbH9/BWmN+2fnsMBYviacEpV6OxBrQyaCBFKhbUA1aPHEbQh5J5o4o981+Yuiqp25LzgFA5mQzW8MMn3ctiEcletQWxty/qODg5zVUmHUTfZkofkWtU9Q==', 'fingerprint': 'db:ca:78:f9:12:6a:c6:0c:12:16:64:f5:7b:58:c2:10', 'user_id': 'ec0167ab554041aa8d1fe470ffc1aa5d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAqLaAsiLaQKMGP97J6Xuc/MtLIRJP1ZNqgdXWV9f3e/zt0idHLSVkX\nFFYspxoCRmWgBwYFK4EEACKhZANiAAQB1GzhUhZ/9bM2x/fwVpjftn57DAWL4mnB\nKVejsQa0MmggRSoW1ANWjxxG0IeSeaOKPfNfmLoqqduS84BQOZkM1vDDJ93LYhHJ\nXrUFsbcv6jg4Oc1VJh1E32ZKH5FrVPU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e629c05b-98cc-46c6-a4d1-e9f620c575f4', 'name': 'tempest-securitygroup--22443318', 'stateful': True, 'tenant_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'description': 'tempest-description--1164464739', 'shared': False, 'security_group_rules': [{'id': '7a3c9a40-d93a-4199-a2ed-d42e2c1de92a', 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'tenant_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'security_group_id': 'e629c05b-98cc-46c6-a4d1-e9f620c575f4', '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': 272, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:04Z', 'updated_at': '2023-07-21T15:56:04Z', 'revision_number': 0}, {'id': 'c4c3d3a0-f416-41f1-8a77-159ede24630d', 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'tenant_id': '9d18 bb4a97444eb7bc46c2f402d038e3', 'security_group_id': 'e629c05b-98cc-46c6-a4d1-e9f620c575f4', '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': 273, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:04Z', 'updated_at': '2023-07-21T15:56:04Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:04Z', 'updated_at': '2023-07-21T15:56:04Z', 'revision_number': 1, 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3'}, 'floating_ip': {'id': '53fca392-339b-4112-baf5-653d3ac699df', 'tenant_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:10Z', 'updated_at': '2023-07-21T15:56:10Z', 'revision_number': 0, 'ip': '172.24.4.189'}} 2023-07-21 15:56:12,156 79576 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.041s 2023-07-21 15:56:12,156 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1945336993", "imageRef": "171f8bcb-1a0e-4b1f-bb96-604ac49501e2", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "63015b58-c7e6-4161-92bb-4560b0b1c2b8"}], "security_groups": [{"name": "tempest-securitygroup--22443318"}], "key_name": "tempest-keypair-1535338500", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-ae60d0e6-64fc-4b8d-9f7b-c9e7130915f1', 'x-compute-request-id': 'req-ae60d0e6-64fc-4b8d-9f7b-c9e7130915f1', '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-21 15:56:12,207 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1535338500 0.048s 2023-07-21 15:56:12,208 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1885c529-4d90-4cc2-b283-f1308c73e3b5', 'x-compute-request-id': 'req-1885c529-4d90-4cc2-b283-f1308c73e3b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1535338500'} Body: b'' 2023-07-21 15:56:14,260 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e629c05b-98cc-46c6-a4d1-e9f620c575f4 2.050s 2023-07-21 15:56:14,261 79576 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-32519b47-47ac-408f-878c-d476ada3a668', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e629c05b-98cc-46c6-a4d1-e9f620c575f4'} Body: b'' 2023-07-21 15:56:14,382 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e629c05b-98cc-46c6-a4d1-e9f620c575f4 0.120s 2023-07-21 15:56:14,383 79576 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-b0049c46-5688-4567-adb7-218dff851058', 'date': 'Fri, 21 Jul 2023 15:56:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e629c05b-98cc-46c6-a4d1-e9f620c575f4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e629c05b-98cc-46c6-a4d1-e9f620c575f4 does not exist", "detail": ""}}' 2023-07-21 15:56:15,490 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/53fca392-339b-4112-baf5-653d3ac699df 1.106s 2023-07-21 15:56:15,490 79576 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-8f08622a-2b83-4189-8453-d0f0dde16e93', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/53fca392-339b-4112-baf5-653d3ac699df'} Body: b'' 2023-07-21 15:56:15,649 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2 0.158s 2023-07-21 15:56:15,650 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-64f52638-bdc1-4780-80c2-504a5feb96c6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2'} Body: b'' 2023-07-21 15:56:15,681 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2 0.031s 2023-07-21 15:56:15,682 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1996513f-ac10-4803-ac9e-634b94f1a4eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2'} Body: b'{"message": "No image found with ID 171f8bcb-1a0e-4b1f-bb96-604ac49501e2

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {5} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.458088s] ... ok {5} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.334402s] ... ok {2} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [4.292228s] ... 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-21 15:56:13,492 79562 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:13,957 79562 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.461s 2023-07-21 15:56:13,957 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-467449743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMlF2RAOMS41maQzWsM3tYc82Pajx2NZNYCT7NBuifcyinmtL0n3aFasdzaUKw8Hfik+lQdaWMI2XOSdVC/BuNGZ1d+BoskUx7ZNvcetgcxJiuUa/42dCLAnGC4NSUytw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:13 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-81f7759c-a389-4d8e-aa30-5e6d87c38ee6', 'x-compute-request-id': 'req-81f7759c-a389-4d8e-aa30-5e6d87c38ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-467449743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMlF2RAOMS41maQzWsM3tYc82Pajx2NZNYCT7NBuifcyinmtL0n3aFasdzaUKw8Hfik+lQdaWMI2XOSdVC/BuNGZ1d+BoskUx7ZNvcetgcxJiuUa/42dCLAnGC4NSUytw==", "fingerprint": "73:8e:0b:27:20:dd:0d:b3:b3:62:2f:c2:3c:a5:b5:a3", "user_id": "94f86022909c436bb18ba7b732df65ee"}}' 2023-07-21 15:56:13,964 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-467449743 created 2023-07-21 15:56:14,329 79562 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.365s 2023-07-21 15:56:14,329 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1650327581", "description": "tempest-description--443003290"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-d4ec4bca-5ecc-4369-b908-67760a02f991', 'date': 'Fri, 21 Jul 2023 15:56:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "50f10288-bbc2-491a-bc8f-996438305b86", "name": "tempest-securitygroup--1650327581", "stateful": true, "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "description": "tempest-description--443003290", "shared": false, "security_group_rules": [{"id": "0fca8eec-5a1c-4bb6-822c-16bb39bfabcb", "project_id": "2487d4802c6b44f2875d423b3b71e762", "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "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": 322, "description": null, "tags": [], "created_at": "2023-07-21T15:56:14Z", "updated_at": "2023-07-21T15:56:14Z", "revision_number": 0}, {"id": "cf422980-e2bd-4732-bead-6b9764c0bce7", "project_id": "2487d4802c6b44f2875d423b3b71e762", "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "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": 321, "description": null, "tags": [], "created_at": "2023-07-21T15:56:14Z", "updated_at": "2023-07-21T15:56:14Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:14Z", "updated_at": "2023-07-21T15:56:14Z", "revision_number": 1, "project_id": "2487d4802c6b44f2875d423b3b71e762"}}' 2023-07-21 15:56:14,931 79562 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.601s 2023-07-21 15:56:14,931 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "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-bf6435cd-080e-45bc-a71c-88afd6e97f87', 'date': 'Fri, 21 Jul 2023 15:56:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c15a7efe-00a1-4ad5-b0dd-08cdb15f1cfc", "project_id": "2487d4802c6b44f2875d423b3b71e762", "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "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-21T15:56:14Z", "updated_at": "2023-07-21T15:56:14Z", "revision_number": 0}}' 2023-07-21 15:56:15,592 79562 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.660s 2023-07-21 15:56:15,593 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-edd10362-6d3e-4310-be40-b81721bdafde', 'date': 'Fri, 21 Jul 2023 15:56:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e1c076f8-066e-4625-87ff-aa79cd6ecfdf", "project_id": "2487d4802c6b44f2875d423b3b71e762", "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "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-21T15:56:15Z", "updated_at": "2023-07-21T15:56:15Z", "revision_number": 0}}' 2023-07-21 15:56:15,593 79562 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1650327581 created 2023-07-21 15:56:17,562 79562 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.968s 2023-07-21 15:56:17,563 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-3efa8ac1-a7bf-46ef-960d-e800789a306e', 'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "52651596-55ba-4631-94de-70f95fc13014", "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "floating_ip_address": "172.24.4.199", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2487d4802c6b44f2875d423b3b71e762", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:16Z", "updated_at": "2023-07-21T15:56:16Z", "revision_number": 0}}' 2023-07-21 15:56:17,563 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '52651596-55ba-4631-94de-70f95fc13014', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2487d4802c6b44f2875d423b3b71e762', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:16Z', 'updated_at': '2023-07-21T15:56:16Z', 'revision_number': 0, 'ip': '172.24.4.199'} created 2023-07-21 15:56:17,753 79562 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.184s 2023-07-21 15:56:17,753 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 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-7fffc511-adb4-46fe-aa0a-064967ab6d45', '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": "94f86022909c436bb18ba7b732df65ee", "name": "tempest-VolumesAdminNegativeTest-919934805-project-member", "password_expires_at": null}, "audit_ids": ["kE-jsq7IQPmtNt8b2COa_Q"], "expires_at": "2023-07-21T16:56:17.000000Z", "issued_at": "2023-07-21T15:56:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2487d4802c6b44f2875d423b3b71e762", "name": "tempest-VolumesAdminNegativeTest-919934805"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name ": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:17,754 79562 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '5120e364-b2e1-4b5c-9456-776221de0f69', 'name': 'tempest-VolumesAdminNegativeTest-586160387-network', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2487d4802c6b44f2875d423b3b71e762', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11839, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:17,754 79562 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-467449743', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMlF2RAOMS41maQzWsM3tYc82Pajx2NZNYCT7NBuifcyinmtL0n3aFasdzaUKw8Hfik+lQdaWMI2XOSdVC/BuNGZ1d+BoskUx7ZNvcetgcxJiuUa/42dCLAnGC4NSUytw==', 'fingerprint': '73:8e:0b:27:20:dd:0d:b3:b3:62:2f:c2:3c:a5:b5:a3', 'user_id': '94f86022909c436bb18ba7b732df65ee', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDi8D0NlTsBmgQydKuzO64fID1nCyIG1g1kApIivnhuYVFbwGCahM/U\nzzgq/eu84IugBwYFK4EEACKhZANiAARzJRdkQDjEuNZmkM1rDN7WHPNj2o8djWTW\nAk+zQbon3Mop5rS9J92hWrHc2lCsPB34pPpUHWljCNlzknVQvwbjRmdXfgaLJFMe\n2Tb3HrYHMSYrlGv+NnQiwJxguDUlMrc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '50f10288-bbc2-491a-bc8f-996438305b86', 'name': 'tempest-securitygroup--1650327581', 'stateful': True, 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'description': 'tempest-description--443003290', 'shared': False, 'security_group_rules': [{'id': '0fca8eec-5a1c-4bb6-822c-16bb39bfabcb', 'project_id': '2487d4802c6b44f2875d423b3b71e762', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'security_group_id': '50f10288-bbc2-491a-bc8f-996438305b86', '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': 322, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:14Z', 'updated_at': '2023-07-21T15:56:14Z', 'revision_number': 0}, {'id': 'cf422980-e2bd-4732-bead-6b9764c0bce7', 'project_id': '2487d4802c6b44f2875d423b3b71e762', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'security_group_id': '50f10288-bbc2-491a-bc8f-996438305b86', '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': 321, 'descri ption': None, 'tags': [], 'created_at': '2023-07-21T15:56:14Z', 'updated_at': '2023-07-21T15:56:14Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:14Z', 'updated_at': '2023-07-21T15:56:14Z', 'revision_number': 1, 'project_id': '2487d4802c6b44f2875d423b3b71e762'}, 'floating_ip': {'id': '52651596-55ba-4631-94de-70f95fc13014', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2487d4802c6b44f2875d423b3b71e762', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:16Z', 'updated_at': '2023-07-21T15:56:16Z', 'revision_number': 0, 'ip': '172.24.4.199'}} 2023-07-21 15:56:17,781 79562 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.025s 2023-07-21 15:56:17,781 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1851237086", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "5120e364-b2e1-4b5c-9456-776221de0f69"}], "security_groups": [{"name": "tempest-securitygroup--1650327581"}], "key_name": "tempest-keypair-467449743", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-059597cb-d7c3-42b5-ae0f-94bbf08f1d91', 'x-compute-request-id': 'req-059597cb-d7c3-42b5-ae0f-94bbf08f1d91', '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-21 15:56:17,781 79562 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 {2} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [0.096569s] ... 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-21 15:56:17,852 79562 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.060s 2023-07-21 15:56:17,853 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 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-769aa35a-7c39-43f7-bef1-97aeda870582', '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": "94f86022909c436bb18ba7b732df65ee", "name": "tempest-VolumesAdminNegativeTest-919934805-project-member", "password_expires_at": null}, "audit_ids": ["ifBaCyyESRis8LapgE99Ig"], "expires_at": "2023-07-21T16:56:17.000000Z", "issued_at": "2023-07-21T15:56:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2487d4802c6b44f2875d423b3b71e762", "name": "tempest-VolumesAdminNegativeTest-919934805"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:17,853 79562 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '5120e364-b2e1-4b5c-9456-776221de0f69', 'name': 'tempest-VolumesAdminNegativeTest-586160387-network', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2487d4802c6b44f2875d4 23b3b71e762', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11839, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:17,882 79562 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-21 15:56:17,883 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1060832145", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "5120e364-b2e1-4b5c-9456-776221de0f69"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-fedaca04-c8da-422a-92f3-0e9e81532aa5', 'x-compute-request-id': 'req-fedaca04-c8da-422a-92f3-0e9e81532aa5', '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} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.149064s] ... ok {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.090721s] ... ok {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.357728s] ... ok {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.983951s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [8.617097s] ... ok {0} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [16.346022s] ... 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-21 15:56:14,954 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.442s 2023-07-21 15:56:14,955 79558 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-943910372"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-9a855e96-2cf7-4500-b6db-480b8a867e08', 'date': 'Fri, 21 Jul 2023 15:56:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"407b94b4-b47b-4ebc-9392-b4fb6d825d85","name":"tempest-tagged-attachments-test-net-943910372","tenant_id":"2d3cf0df0a4d460fa275ce8331a712c1","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"2d3cf0df0a4d460fa275ce8331a712c1","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-21T15:56:13Z","updated_at":"2023-07-21T15:56:13Z","revision_number":1}}' 2023-07-21 15:56:16,886 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.930s 2023-07-21 15:56:16,886 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "407b94b4-b47b-4ebc-9392-b4fb6d825d85", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-1b986d9e-eb52-49d5-8378-a2355efe8129', 'date': 'Fri, 21 Jul 2023 15:56:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"7293f7b2-c843-4c0d-b561-b5ebf9996bcf","name":"","tenant_id":"2d3cf0df0a4d460fa275ce8331a712c1","network_id":"407b94b4-b47b-4ebc-9392-b4fb6d825d85","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-21T15:56:15Z","updated_at":"2023-07-21T15:56:15Z","revision_number":0,"project_id":"2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:17,264 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes 0.377s 2023-07-21 15:56:17,265 79558 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-1250294238"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b79b104-d64b-406b-9dc2-a38cdd363fa5', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b79b104-d64b-406b-9dc2-a38cdd363fa5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes'} Body: b'{"volume": {"id": "f339cda9-d8b8-460e-b8c8-aac648b7dc6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:17.197468", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1250294238", "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/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}], "user_id": "cc020b89fe914ca6938272e23d27521c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:56:17,374 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d 0.097s 2023-07-21 15:56:17,375 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc6de6af-190e-473f-a44a-4ad2b48d01d9', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc6de6af-190e-473f-a44a-4ad2b48d01d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d'} Body: b'{"volume": {"id": "f339cda9-d8b8-460e-b8c8-aac648b7dc6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:17.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1250294238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}], "user_id": "cc020b89fe914ca6938272e23d27521c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:18,422 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d 0.035s 2023-07-21 15:56:18,443 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2d4b683-315a-4dbc-b2f1-7227de18ad04', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2d4b683-315a-4dbc-b2f1-7227de18ad04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d'} Body: b'{"volume": {"id": "f339cda9-d8b8-460e-b8c8-aac648b7dc6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:17.000000", "updated_at": "2023-07-21T15:56:17.000000", "name": "tempest-TaggedAttachmentsTest-volume-1250294238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8 -460e-b8c8-aac648b7dc6d"}], "user_id": "cc020b89fe914ca6938272e23d27521c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:19,524 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d 0.065s 2023-07-21 15:56:19,525 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95de957e-a1f8-4f53-8f92-4e82da8aef43', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95de957e-a1f8-4f53-8f92-4e82da8aef43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d'} Body: b'{"volume": {"id": "f339cda9-d8b8-460e-b8c8-aac648b7dc6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:17.000000", "updated_at": "2023-07-21T15:56:17.000000", "name": "tempest-TaggedAttachmentsTest-volume-1250294238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}], "user_id": "cc020b89fe914ca6938272e23d27521c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:20,589 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d 0.052s 2023-07-21 15:56:20,590 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4af01aa1-0228-41c5-a28a-a463ab9ea55b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4af01aa1-0228-41c5-a28a-a463ab9ea55b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d'} Body: b'{"volume": {"id": "f339cda9-d8b8-460e-b8c8-aac648b7dc6d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:17.000000", "updated_at": "2023-07-21T15:56:20.000000", "name": "tempest-TaggedAttachmentsTest-volume-1250294238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}], "user_id": "cc020b89fe914ca6938272e23d27521c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id ": "2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:20,603 79558 INFO [tempest.common.waiters] volume f339cda9-d8b8-460e-b8c8-aac648b7dc6d reached available after waiting for 3.603424 seconds 2023-07-21 15:56:20,604 79558 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:56:20,604 79558 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:20,666 79558 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-07-21 15:56:20,667 79558 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-295595976", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPuvgA3VdKWYwKCdA8V6QIwjKZCcFNMZAoD0RTIw9H/v47jARaWCy1gAsnT1ga5YscY6wyODRz8Bnm+bpELaRR224PfXFt6Upr9PW0IGbtAmu+XmKuwJMnuWmEbrPc/upg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', '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-aaa13ba1-c960-439b-a23f-eda2918d132d', 'x-compute-request-id': 'req-aaa13ba1-c960-439b-a23f-eda2918d132d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-295595976", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPuvgA3VdKWYwKCdA8V6QIwjKZCcFNMZAoD0RTIw9H/v47jARaWCy1gAsnT1ga5YscY6wyODRz8Bnm+bpELaRR224PfXFt6Upr9PW0IGbtAmu+XmKuwJMnuWmEbrPc/upg==", "fingerprint": "e8:37:56:8c:a5:31:71:32:d5:d9:4d:5f:db:f5:00:ad", "user_id": "cc020b89fe914ca6938272e23d27521c"}}' 2023-07-21 15:56:20,671 79558 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-295595976 created 2023-07-21 15:56:21,017 79558 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.345s 2023-07-21 15:56:21,018 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2062418889", "description": "tempest-description--1285209435"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-be7770ff-8701-487a-935e-4eab9d46c5ec', 'date': 'Fri, 21 Jul 2023 15:56:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "name": "tempest-securitygroup--2062418889", "stateful": true, "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "description": "tempest-description--1285209435", "shared": false, "security_group_rules": [{"id": "0bcab54e-c608-4745-a08c-e7817bb400ed", "project_id": "2d3cf0df0a4d460fa275ce8331a712c1", "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "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": 373, "description": null, "tags": [], "created_at": "2023-07-21T15:56:20Z", "updated_at": "2023-07-21T15:56:20Z", "revision_number": 0}, {"id": "bbbf4cde-ea46-4633-b39b-67e028fb4a34", "project_id": "2d3cf0df0a4 d460fa275ce8331a712c1", "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "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": 374, "description": null, "tags": [], "created_at": "2023-07-21T15:56:20Z", "updated_at": "2023-07-21T15:56:20Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:20Z", "updated_at": "2023-07-21T15:56:20Z", "revision_number": 1, "project_id": "2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:21,423 79558 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.405s 2023-07-21 15:56:21,423 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "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-2c64e751-a597-42b9-bbd0-0a0a3b6ea595', 'date': 'Fri, 21 Jul 2023 15:56:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f62ed5af-812c-4f81-a2ac-41fea57431f7", "project_id": "2d3cf0df0a4d460fa275ce8331a712c1", "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "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-21T15:56:21Z", "updated_at": "2023-07-21T15:56:21Z", "revision_number": 0}}' 2023-07-21 15:56:22,101 79558 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.677s 2023-07-21 15:56:22,102 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-83b6cff3-a761-41ae-b4c9-479f7d9d10d6', 'date': 'Fri, 21 Jul 2023 15:56: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": "c20c0d62-1a11-40fb-ac48-bc61eeb9d99a", "project_id": "2d3cf0df0a4d460fa275ce8331a712c1", "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "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-21T15:56:21Z", "updated_at": "2023-07-21T15:56:21Z", "revision_number": 0}}' 2023-07-21 15:56:22,102 79558 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2062418889 created 2023-07-21 15:56:23,565 79558 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.462s 2023-07-21 15:56:23,565 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-647052ed-d5c1-4917-bde0-7bb598ad3bf9', 'date': 'Fri, 21 Jul 2023 15:56:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "16537267-93b4-4e50-b4df-dde01501b36e", "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "floating_ip_address": "172.24.4.204", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2d3cf0df0a4d460fa275ce8331a712c1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:23Z", "updated_at": "2023-07-21T15:56:23Z", "revision_number": 0}}' 2023-07-21 15:56:23,566 79558 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '16537267-93b4-4e50-b4df-dde01501b36e', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'floating_ip_address': '172.24.4.204', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:23Z', 'updated_at': '2023-07-21T15:56:23Z', 'revision_number': 0, 'ip': '172.24.4.204'} created 2023-07-21 15:56:23,692 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.119s 2023-07-21 15:56:23,692 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:23 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-e95dfa39-9f0b-43bf-ac12-06abf06de371', '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": "cc020b89fe914ca6938272e23d27521c", "name": "tempest-TaggedAttachmentsTest-1381088578-project-member", "password_expires_at": null}, "audit_ids": ["UicmT6OhTwawEm1L-8Iqng"], "expires_at": "2023-07-21T16:56:23.000000Z", "issued_at": "2023-07-21T15:56:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d3cf0df0a4d460fa275ce8331a712c1", "name": "tempest-TaggedAttachmentsTest-1381088578"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:23,693 79558 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '5cd6c5c9-6b65-42e9-b9f8-feb550bfaba7', 'name': 'tempest-TaggedAttachmentsTest-1332166174-network', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42588, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:23,750 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.053s 2023-07-21 15:56:23,750 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:23 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-c95b00cf-b8de-4b8e-b597-844c044588c7', '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": "cc020b89fe914ca6938272e23d27521c", "name": "tempest-TaggedAttachmentsTest-1381088578-project-member", "password_expires_at": null}, "audit_ids": ["0pY_UxIgQIaOPghBHxENMQ"], "expires_at": "2023-07-21T16:56:23.000000Z", "issued_at": "2023-07-21T15:56:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d3cf0df0a4d460fa275ce8331a712c1", "name": "tempest-TaggedAttachmentsTest-1381088578"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:23,751 79558 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '5cd6c5c9-6b65-42e9-b9f8-feb550bfaba7', 'name': 'tempest-TaggedAttachmentsTest-1332166174-network', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42588, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:23,751 79558 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-295595976', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPuvgA3VdKWYwKCdA8V6QIwjKZCcFNMZAoD0RTIw9H/v47jARaWCy1gAsnT1ga5YscY6wyODRz8Bnm+bpELaRR224PfXFt6Upr9PW0IGbtAmu+XmKuwJMnuWmEbrPc/upg==', 'fingerprint': 'e8:37:56:8c:a5:31:71:32:d5:d9:4d:5f:db:f5:00:ad', 'user_id': 'cc020b89fe914ca6938272e23d27521c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDnb0mkGjBvdHGiY0TPsWaacxlvpXtyQS3lms8hi/hfGGpERgZw866v\nzm4aBibetdCgBwYFK4EEACKhZANiAAT7r4AN1XSlmMCgnQPFekCMIymQnBTTGQKA\n9EUyMPR/7+O4wEWlgstYALJ09YGuWLHGOsMjg0c/AZ5vm6RC2kUdtuD31xbelKa/\nT1tCBm7QJrvl5irsCTJ7lphG6z3P7qY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '13dabf1a-87c1-4541-9b83-c3249e34c348', 'name': 'tempest-securitygroup--2062418889', 'stateful': True, 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'description': 'tempest-description--1285209435', 'shared': False, 'security_group_rules': [{'id': '0bcab54e-c608-4745-a08c-e7817bb400ed', 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'security_group_id': '13dabf1a-87c1-4541-9b83-c3249e34c348', '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': 373, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:20Z', 'updated_at': '2023-07-21T15:56:20Z', 'r evision_number': 0}, {'id': 'bbbf4cde-ea46-4633-b39b-67e028fb4a34', 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'security_group_id': '13dabf1a-87c1-4541-9b83-c3249e34c348', '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': 374, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:20Z', 'updated_at': '2023-07-21T15:56:20Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:20Z', 'updated_at': '2023-07-21T15:56:20Z', 'revision_number': 1, 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1'}, 'floating_ip': {'id': '16537267-93b4-4e50-b4df-dde01501b36e', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'floating_ip_address': '172.24.4.204', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:23Z', 'updated_at': '2023-07-21T15:56:23Z', 'revision_number': 0, 'ip': '172.24.4.204'}} 2023-07-21 15:56:23,781 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-21 15:56:23,782 79558 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-1248258251", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "5cd6c5c9-6b65-42e9-b9f8-feb550bfaba7"}], "security_groups": [{"name": "tempest-securitygroup--2062418889"}], "key_name": "tempest-keypair-295595976", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:23 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-63627c07-6bab-4cba-8410-c25b2997b4ea', 'x-compute-request-id': 'req-63627c07-6bab-4cba-8410-c25b2997b4ea', '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-21 15:56:23,819 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-295595976 0.034s 2023-07-21 15:56:23,819 79558 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': 'Fri, 21 Jul 2023 15:56:23 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-ed8ce1b5-7890-4174-82ae-fec55de4c839', 'x-compute-request-id': 'req-ed8ce1b5-7890-4174-82ae-fec55de4c839', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-295595976'} Body: b'' 2023-07-21 15:56:24,562 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/13dabf1a-87c1-4541-9b8 3-c3249e34c348 0.741s 2023-07-21 15:56:24,562 79558 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-f193c38b-bd45-41ae-9e77-97f8f9109c90', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/13dabf1a-87c1-4541-9b83-c3249e34c348'} Body: b'' 2023-07-21 15:56:24,659 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/13dabf1a-87c1-4541-9b83-c3249e34c348 0.096s 2023-07-21 15:56:24,659 79558 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-785c8cd1-259c-46df-aa00-34a63ca2f4d2', 'date': 'Fri, 21 Jul 2023 15:56:24 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/13dabf1a-87c1-4541-9b83-c3249e34c348'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 13dabf1a-87c1-4541-9b83-c3249e34c348 does not exist", "detail": ""}}' 2023-07-21 15:56:25,918 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/16537267-93b4-4e50-b4df-dde01501b36e 1.257s 2023-07-21 15:56:25,918 79558 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-95a6069b-e0aa-4575-b9c9-5b07a4fd6acd', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/16537267-93b4-4e50-b4df-dde01501b36e'} Body: b'' 2023-07-21 15:56:26,628 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/7293f7b2-c843-4c0d-b561-b5ebf9996bcf 0.709s 2023-07-21 15:56:26,628 79558 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-9fb10234-d12b-474a-b089-ec1494790de1', 'date': 'Fri, 21 Jul 2023 15:56:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/7293f7b2-c843-4c0d-b561-b5ebf9996bcf'} Body: b'' 2023-07-21 15:56:28,856 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/407b94b4-b47b-4ebc-9392-b4fb6d825d85 2.227s 2023-07-21 15:56:28,857 79558 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-4139d402-39bd-4df5-83f0-119db62a05f2', 'date': 'Fri, 21 Jul 2023 15:56:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/407b94b4-b47b-4ebc-9392-b4fb6d825d85'} Body: b'' {4} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [13.924561s] ... 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-21 15:56:16,027 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes 0.766s 2023-07-21 15:56:16,027 79566 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-1202451707"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78e57098-7e5e-4942-9bd8-e84d102d9a31', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78e57098-7e5e-4942-9bd8-e84d102d9a31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes'} Body: b'{"volume": {"id": "8dc18329-bf88-42ea-8254-1ae3e893eafd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:15.815677", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1202451707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:56:16,095 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd 0.053s 2023-07-21 15:56:16,095 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cf16b03-f926-4782-a427-ea8593233f28', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cf16b03-f926-4782-a427-ea8593233f28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd'} Body: b'{"volume": {"id": "8dc18329-bf88-42ea-8254-1ae3e893eafd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:16.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1202451707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:17,199 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd 0.092s 2023-07-21 15:56:17,199 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcb75050-5008-4737-8462-bd6cea503e6d', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcb75050-5008-4737-8462-bd6cea503e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd'} Body: b'{"volume": {"id": "8dc18329-bf88-42ea-8254-1ae3e893eafd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:16.000000", "updated_at": "2023-07-21T15:56:16.000000", "name": "tempest-TestVolumeSwap-volume-1202451707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:18,262 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd 0.050s 2023-07-21 15:56:18,262 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e530b8ab-95b2-4640-a8e5-7f55983a6d11', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e530b8ab-95b2-4640-a8e5-7f55983a6d11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd'} Body: b'{"volume": {"id": "8dc18329-bf88-42ea-8254-1ae3e893eafd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:16.000000", "updated_at": "2023-07-21T15:56:16.000000", "name": "tempest-TestVolumeSwap-volume-1202451707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:19,345 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd 0.070s 2023-07-21 15:56:19,346 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2665f9c-3bdd-4033-ab22-c30184ba92aa', 'content-length': '905', 'open stack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2665f9c-3bdd-4033-ab22-c30184ba92aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd'} Body: b'{"volume": {"id": "8dc18329-bf88-42ea-8254-1ae3e893eafd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:16.000000", "updated_at": "2023-07-21T15:56:18.000000", "name": "tempest-TestVolumeSwap-volume-1202451707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:19,356 79566 INFO [tempest.common.waiters] volume 8dc18329-bf88-42ea-8254-1ae3e893eafd reached available after waiting for 3.356211 seconds 2023-07-21 15:56:19,620 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes 0.264s 2023-07-21 15:56:19,621 79566 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-1720223905"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-723f3d2a-3871-447e-8829-ca9fb7939d97', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-723f3d2a-3871-447e-8829-ca9fb7939d97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:19.549148", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:56:19,705 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721 0.075s 2023-07-21 15:56:19,706 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43991514-d6bb-45dc-b78e-1a171d953a10', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43991514-d6bb-45dc-b78e-1a171d953a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10. 0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:20.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:20,757 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721 0.040s 2023-07-21 15:56:20,758 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-256a8da2-d931-4e17-b2cf-11e0680dfbd6', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-256a8da2-d931-4e17-b2cf-11e0680dfbd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:20.000000", "updated_at": "2023-07-21T15:56:20.000000", "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:21,824 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721 0.049s 2023-07-21 15:56:21,824 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54945cdf-458f-4d4d-b3fa-441308005b7f', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54945cdf-458f-4d4d-b3fa-441308005b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:20.000000", "updated_at": "2023-07-21T15:5 6:20.000000", "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:22,925 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721 0.089s 2023-07-21 15:56:22,925 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-189dd103-845a-48db-be48-4bec25069838', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189dd103-845a-48db-be48-4bec25069838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:20.000000", "updated_at": "2023-07-21T15:56:20.000000", "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:23,994 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721 0.051s 2023-07-21 15:56:23,994 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0629b18-36cc-4f3a-a873-dc45a269bc5a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0629b18-36cc-4f3a-a873-dc45a269bc5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:20.000000", "updated_at": "2023-07-21T15:56:23.000000", "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/811 28cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:24,004 79566 INFO [tempest.common.waiters] volume 81128cf7-528c-4eed-b15d-ee63a26fa721 reached available after waiting for 5.004863 seconds 2023-07-21 15:56:24,005 79566 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:24,085 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.077s 2023-07-21 15:56:24,085 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1538768454", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCTr6CaF9hCCMEQFdE2eOoTUwLp0F0emoBCD4MYjNzWcie/072ar3kRM9mOGRH7pwESzkWjxe8H8Nci7aQq/OdKZvpnqI5i766kfy72QwS+g3DRhVhhdvO+JEneFN3ijoA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:24 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-ca1037a7-7716-47b4-9095-0932478150c4', 'x-compute-request-id': 'req-ca1037a7-7716-47b4-9095-0932478150c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1538768454", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCTr6CaF9hCCMEQFdE2eOoTUwLp0F0emoBCD4MYjNzWcie/072ar3kRM9mOGRH7pwESzkWjxe8H8Nci7aQq/OdKZvpnqI5i766kfy72QwS+g3DRhVhhdvO+JEneFN3ijoA==", "fingerprint": "f1:ca:3e:ad:ad:08:2b:44:c8:7d:ed:26:e8:dc:22:e2", "user_id": "6db266e128904ca5b6255eda9f1a05ca"}}' 2023-07-21 15:56:24,089 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1538768454 created 2023-07-21 15:56:24,617 79566 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.527s 2023-07-21 15:56:24,618 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1013042663", "description": "tempest-description--774555867"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-46150f03-41b4-4065-a32e-edcbcade7c10', 'date': 'Fri, 21 Jul 2023 15:56:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "name": "tempest-securitygroup--1013042663", "stateful": true, "tenant_id": "230ed57afa264958b8162e5dc0f15793", "description": "tempest-description--774555867", "shared": false, "security_group_rules": [{"id": "39e5ef87-8a0b-4cd0-9430-d8fea1c69a47", "project_id": "230ed57afa264958b8162e5dc0f15793", "tenant_id": "230ed57afa264958b8162e5dc0f15793", "security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "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": 394, "description": null, "tags": [], "created_at": "2023-07-21T15:56:24Z", "updated_at": "2023-07-21T15:56:24Z", "revision_number": 0}, {"id": "b50d9615-a2af-47c7-973e-64cad19a9aa4", "project_id": "230ed57afa264958b8162e5dc0f15793", "tenant_id": "230ed57afa264958b8162e5dc0f15793", "security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "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": 393, "description": null, "tags": [], "created_at": "2023-07-21T15:56:24Z", "updated_at": "2023-07-21T15:56:24Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:24Z", "updated_at": "2023-07-21T15:56:24Z", "revision_number": 1, "project_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:25,416 79566 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.797s 2023-07-21 15:56:25,416 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "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-3945da7b-1cf4-4070-aada-0ffc6296dccc', 'date': 'Fri, 21 Jul 2023 15:56: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": "4ed9b317-a5b0-407b-9b93-03df926d8ceb", "project_id": "230ed57afa264958b8162e5dc0f15793", "tenant_id": "230ed57afa264958b8162e5dc0f15793", "security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "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-21T15:56:24Z", "updated_at": "2023-07-21T15:56:24Z", "revision_number": 0}}' 2023-07-21 15:56:25,915 79566 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.498s 2023-07-21 15:56:25,915 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1a058281-1529-450f-9b9c-6adb7693d266', 'date': 'Fri, 21 Jul 2023 15:56: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": "0699d3ce-c0d5-45cf-829d-8872b7f3a8b4", "project_id": "230ed57afa264958b8162e5dc0f15793", "tenant_id": "230ed57afa264958b8162e5dc0f15793", "security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "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-21T15:56:25Z", "updated_at": "2023-07-21T15:56:25Z", "revision_number": 0}}' 2023-07-21 15:56:25,916 79566 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1013042663 created 2023-07-21 15:56:28,967 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0 .210:9696/networking/v2.0/floatingips 3.051s 2023-07-21 15:56:28,967 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5bc9e5e6-f613-4878-a406-982066813649', 'date': 'Fri, 21 Jul 2023 15:56:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "00ff8b21-003a-4eeb-9889-9dfb59733d07", "tenant_id": "230ed57afa264958b8162e5dc0f15793", "floating_ip_address": "172.24.4.75", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "230ed57afa264958b8162e5dc0f15793", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:27Z", "updated_at": "2023-07-21T15:56:27Z", "revision_number": 0}}' 2023-07-21 15:56:28,968 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '00ff8b21-003a-4eeb-9889-9dfb59733d07', 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'floating_ip_address': '172.24.4.75', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '230ed57afa264958b8162e5dc0f15793', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:27Z', 'updated_at': '2023-07-21T15:56:27Z', 'revision_number': 0, 'ip': '172.24.4.75'} created 2023-07-21 15:56:29,142 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.169s 2023-07-21 15:56:29,143 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2801', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a0862bb6-0482-4efa-ac5d-a9c8c64c7806', '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": "6db266e128904ca5b6255eda9f1a05ca", "name": "tempest-TestVolumeSwap-2076584473-project-member", "password_expires_at": null}, "audit_ids": ["M72YD6EMRA2n1eoNJZd5Pw"], "expires_at": "2023-07-21T16:56:29.000000Z", "issued_at": "2023-07-21T15:56:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "230ed57afa264958b8162e5dc0f15793", "name": "tempest-TestVolumeSwap-2076584473"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/230ed57afa264958b8162e5dc0f15793", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "n ame": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:29,144 79566 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': '264f7863-d2d6-4bb0-a731-1f5b0e0edd69', 'name': 'tempest-TestVolumeSwap-979231890-network', 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '230ed57afa264958b8162e5dc0f15793', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50972, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:29,144 79566 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1538768454', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCTr6CaF9hCCMEQFdE2eOoTUwLp0F0emoBCD4MYjNzWcie/072ar3kRM9mOGRH7pwESzkWjxe8H8Nci7aQq/OdKZvpnqI5i766kfy72QwS+g3DRhVhhdvO+JEneFN3ijoA==', 'fingerprint': 'f1:ca:3e:ad:ad:08:2b:44:c8:7d:ed:26:e8:dc:22:e2', 'user_id': '6db266e128904ca5b6255eda9f1a05ca', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCoc6p6OQRPA1LjM5ou6wtgDMICihvlG6AtOIIXGySPRRQBXU6KgQHp\nC4alWmEcfqWgBwYFK4EEACKhZANiAAQk6+gmhfYQgjBEBXRNnjqE1MC6dBdHpqAQ\ng+DGIzc1nInv9O9mq95ETPZjhkR+6cBEs5Fo8XvB/DXIu2kKvznSmb6Z6iOYu+up\nH8u9kMEvoNw0YVYYXbzviRJ3hTd4o6A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8e233a4b-bf46-4893-b0e8-0ea425b971c3', 'name': 'tempest-securitygroup--1013042663', 'stateful': True, 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'description': 'tempest-description--774555867', 'shared': False, 'security_group_rules': [{'id': '39e5ef87-8a0b-4cd0-9430-d8fea1c69a47', 'project_id': '230ed57afa264958b8162e5dc0f15793', 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'security_group_id': '8e233a4b-bf46-4893-b0e8-0ea425b971c3', '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': 394, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:24Z', 'updated_at': '2023-07-21T15:56:24Z', 'revision_number': 0}, {'id': 'b50d9615-a2af-47c7-973e-64cad19a9aa4', 'project_id': '230ed57afa264958b8162e5dc0f15793', 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'security_group_id': '8e233a4b-bf46-4893-b0e8-0ea425b971c3', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': Non e, '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': 393, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:24Z', 'updated_at': '2023-07-21T15:56:24Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:24Z', 'updated_at': '2023-07-21T15:56:24Z', 'revision_number': 1, 'project_id': '230ed57afa264958b8162e5dc0f15793'}, 'floating_ip': {'id': '00ff8b21-003a-4eeb-9889-9dfb59733d07', 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'floating_ip_address': '172.24.4.75', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '230ed57afa264958b8162e5dc0f15793', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:27Z', 'updated_at': '2023-07-21T15:56:27Z', 'revision_number': 0, 'ip': '172.24.4.75'}} 2023-07-21 15:56:29,181 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.036s 2023-07-21 15:56:29,182 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-452281", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "264f7863-d2d6-4bb0-a731-1f5b0e0edd69"}], "security_groups": [{"name": "tempest-securitygroup--1013042663"}], "key_name": "tempest-keypair-1538768454", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56: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-b5157202-af11-47ec-a27b-eb084b4b2f14', 'x-compute-request-id': 'req-b5157202-af11-47ec-a27b-eb084b4b2f14', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {5} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {9} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [0.200701s] ... 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-21 15:56:32,425 79578 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.155s 2023-07-21 15:56:32,425 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:32 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-7b0ab145-ccd3-4fdf-b28b-d366604f1053', '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": "076dc5fceba64805a35168db169b19c0", "name": "tempest-VolumesActionsTest-1218026027-project-member", "password_expires_at": null}, "audit_ids": ["f4Dal9EpRyGpWtq_Cwt5Tw"], "expires_at": "2023-07-21T16:56:32.000000Z", "issued_at": "2023-07-21T15:56:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd0afb4d8750434ebdeff25feab105e0", "name": "tempest-VolumesActionsTest-1218026027"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:32,426 79578 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': 'bf0decbc-7454-409f-bb6b-20c5b1187c1e', 'name': 'tempest-VolumesActionsTest-1868256586-network', 'tenant_id': 'cd0afb4d8750434ebdeff25feab105e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cd0afb4d8750434ebdeff25feab105e0', 'port_security_enabled': True, 'router:external': False , 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59961, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:16Z', 'updated_at': '2023-07-21T15:56:16Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:32,460 79578 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.033s 2023-07-21 15:56:32,461 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-411185343", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "bf0decbc-7454-409f-bb6b-20c5b1187c1e"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56: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-6a4626a6-33cd-4cb1-a556-e158604c56a2', 'x-compute-request-id': 'req-6a4626a6-33cd-4cb1-a556-e158604c56a2', '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."}}' {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [0.085648s] ... 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-21 15:56:32,520 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.044s 2023-07-21 15:56:32,520 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:32 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-4e9d4257-c330-46b9-bd3a-31302e7b6cc4', '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": "076dc5fceba64805a35168db169b19c0", "name": "tempest-VolumesActionsTest-1218026027-project-member", "password_expires_at": null}, "audit_ids": ["2JK_-fycTxi4Eg2EdGKBNw"], "expires_at": "2023-07-21T16:56:32.000000Z", "issued_at": "2023-07-21T15:56:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd0afb4d8750434ebdeff25feab105e0", "name": "tempest-VolumesActionsTest-1218026027"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:32,521 79578 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': 'bf0decbc-7454-409f-bb6b-20c5b1187c1e', 'name': 'tempest-VolumesActionsTest-1868256586-network', 'tenant_id': 'cd0afb4d8750434ebdeff25feab105e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cd0afb4d8750434ebdeff25feab105e0', 'port_security_enabled': True, 'router:external': False, 'provider:network_ty pe': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59961, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:16Z', 'updated_at': '2023-07-21T15:56:16Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:32,552 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-21 15:56:32,552 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1607675830", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "bf0decbc-7454-409f-bb6b-20c5b1187c1e"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56: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-5f4f7996-3f54-42bb-8cb0-6fcd631519af', 'x-compute-request-id': 'req-5f4f7996-3f54-42bb-8cb0-6fcd631519af', '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."}}' {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.236542s] ... ok {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.245673s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.311877s] ... ok {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.269762s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.102848s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.346710s] ... ok {11} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [3.742161s] ... 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-21 15:56:31,780 79580 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:56:31,780 79580 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:32,163 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.380s 2023-07-21 15:56:32,163 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2096493219", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNY8F+UYo4BEfaHHt85cpxupbNtG/DbhKhbxGoHOwtfUAioFbSOdf3X8zqMBCPSsKqsGbejJ7kt2+sZ7xz8hRsL58JYeaBETGC0ie7ZXHJfbbOXFBul+0b1EM1HJ6BEgJw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:31 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-ed5a1303-1c04-40fc-96a9-f2902deaf6c2', 'x-compute-request-id': 'req-ed5a1303-1c04-40fc-96a9-f2902deaf6c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2096493219", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNY8F+UYo4BEfaHHt85cpxupbNtG/DbhKhbxGoHOwtfUAioFbSOdf3X8zqMBCPSsKqsGbejJ7kt2+sZ7xz8hRsL58JYeaBETGC0ie7ZXHJfbbOXFBul+0b1EM1HJ6BEgJw==", "fingerprint": "31:7e:8f:43:2e:e4:74:e3:1f:36:ae:07:f9:be:e5:e1", "user_id": "60fe2baa6894420b935d6a7b45951cfc"}}' 2023-07-21 15:56:32,167 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2096493219 created 2023-07-21 15:56:32,461 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.293s 2023-07-21 15:56:32,462 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--504018566", "description": "tempest-description--300410877"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-1cc5c5e3-f51c-4a99-9ad0-2abde64e47c6', 'date': 'Fri, 21 Jul 2023 15:56:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "name": "tempest-securitygroup--504018566", "stateful": true, "tenant_id": "606aca04fa104fb58dd3e52990381993", "description": "tempest-description--300410877", "shared": false, "security_group_rules": [{"id": "267cced9-809c-432e-ac1d-0298093e1c31", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "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": 413, "description": null, "tags": [], "created_at": "2023-07-21T15:56:32Z", "updated_at": "2023-07-21T15:56:32Z", "revision_number": 0}, {"id": "86973931-1f01-4d3c-9f1f-604b75491a10", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefi x": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 414, "description": null, "tags": [], "created_at": "2023-07-21T15:56:32Z", "updated_at": "2023-07-21T15:56:32Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:32Z", "updated_at": "2023-07-21T15:56:32Z", "revision_number": 1, "project_id": "606aca04fa104fb58dd3e52990381993"}}' 2023-07-21 15:56:32,681 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.219s 2023-07-21 15:56:32,682 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "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-48c3884e-b81d-4298-a753-f2fd7cf18f1c', 'date': 'Fri, 21 Jul 2023 15:56: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": "b06683dd-0c7a-496e-a1db-73432d9684c0", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "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-21T15:56:32Z", "updated_at": "2023-07-21T15:56:32Z", "revision_number": 0}}' 2023-07-21 15:56:32,874 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.192s 2023-07-21 15:56:32,875 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e3c3da15-b663-4c03-ab5a-f1195bd23407', 'date': 'Fri, 21 Jul 2023 15:56: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": "7c85c8df-65d2-4f71-9e16-5dd4c13405ab", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "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-21T15:56:32Z", "updated_at": "2023-07-21T15:56:32Z", "revision_number": 0}}' 2023-07-21 15:56:32,875 79580 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--504018566 created 2023-07-21 15:56:33,885 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.009s 2023-07-21 15:56:33,886 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-e8be8da2-0250-4b88-aa86-86c00850ed76', 'date': 'Fri, 21 Jul 2023 15:56:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e5b13912-5904-42a3-bfb8-4192f536a003", "tenant_id": "606aca04fa104fb58dd3e52990381993", "floating_ip_address": "172.24.4.13", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "606aca04fa104fb58dd3e52990381993", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:33Z", "updated_at": "2023-07-21T15:56:33Z", "revision_number": 0}}' 2023-07-21 15:56:33,886 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e5b13912-5904-42a3-bfb8-4192f536a003', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.13', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:33Z', 'updated_at': '2023-07-21T15:56:33Z', 'revision_number': 0, 'ip': '172.24.4.13'} created 2023-07-21 15:56:33,994 79580 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.101s 2023-07-21 15:56:33,994 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:33 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-9363c537-c141-4c87-86c2-dde8d1b8502c', '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": "60fe2baa6894420b935d6a7b45951cfc", "name": "tempest-AttachVolumeNegativeTest-681302846-project-member", "password_expires_at": null}, "audit_ids": ["XfVjws8xQYWjbz9gZigNXQ"], "expires_at": "2023-07-21T16:56:33.000000Z", "issued_at": "2023-07-21T15:56:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "606aca04fa104fb58dd3e52990381993", "name": "tempest-AttachVolumeNegativeTest-681302846"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "regio n_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:33,995 79580 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '40550b12-80de-4ea2-bacc-32e3f376cbf8', 'name': 'tempest-AttachVolumeNegativeTest-1539720109-network', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '606aca04fa104fb58dd3e52990381993', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7901, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:19Z', 'updated_at': '2023-07-21T15:56:19Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:33,996 79580 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2096493219', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNY8F+UYo4BEfaHHt85cpxupbNtG/DbhKhbxGoHOwtfUAioFbSOdf3X8zqMBCPSsKqsGbejJ7kt2+sZ7xz8hRsL58JYeaBETGC0ie7ZXHJfbbOXFBul+0b1EM1HJ6BEgJw==', 'fingerprint': '31:7e:8f:43:2e:e4:74:e3:1f:36:ae:07:f9:be:e5:e1', 'user_id': '60fe2baa6894420b935d6a7b45951cfc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDGMCDf0zyx61/5jVBS6USbpqitatVGH/vyJsiaPSLFhAKt+VvFQFfN\nYjQ5hGc7d1egBwYFK4EEACKhZANiAATWPBflGKOARH2hx7fOXKcbqWzbRvw24SoW\n8RqBzsLX1AIqBW0jnX91/M6jAQj0rCqrBm3oye5LdvrGe8c/IUbC+fCWHmgRExgt\nInu2VxyX22zlxQbpftG9RDNRyegRICc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8c92e30c-2e3a-445b-ab70-bfb57b44cd66', 'name': 'tempest-securitygroup--504018566', 'stateful': True, 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'description': 'tempest-description--300410877', 'shared': False, 'security_group_rules': [{'id': '267cced9-809c-432e-ac1d-0298093e1c31', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '8c92e30c-2e3a-445b-ab70-bfb57b44cd66', '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': 413, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:32Z', 'updated_at': '2023-07-21T15:56:32Z', 'revision_number': 0}, {'id': '86973931-1f01-4d3c-9f1f-604b75491a10', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '8c92e30c-2e3a-445b-ab70-bfb57b44cd66', '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': 414, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:32Z', 'updated_at': '2023-07-21T15:56:32Z', 'revision_num ber': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:32Z', 'updated_at': '2023-07-21T15:56:32Z', 'revision_number': 1, 'project_id': '606aca04fa104fb58dd3e52990381993'}, 'floating_ip': {'id': 'e5b13912-5904-42a3-bfb8-4192f536a003', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.13', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:33Z', 'updated_at': '2023-07-21T15:56:33Z', 'revision_number': 0, 'ip': '172.24.4.13'}} 2023-07-21 15:56:34,021 79580 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.024s 2023-07-21 15:56:34,022 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1320989471", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "40550b12-80de-4ea2-bacc-32e3f376cbf8"}], "security_groups": [{"name": "tempest-securitygroup--504018566"}], "key_name": "tempest-keypair-2096493219", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56: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-c781e71a-78e7-40d5-83b9-28927cff6e76', 'x-compute-request-id': 'req-c781e71a-78e7-40d5-83b9-28927cff6e76', '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-21 15:56:34,069 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2096493219 0.046s 2023-07-21 15:56:34,069 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c28612ed-16a5-4841-8038-41d9301b82ba', 'x-compute-request-id': 'req-c28612ed-16a5-4841-8038-41d9301b82ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2096493219'} Body: b'' 2023-07-21 15:56:34,267 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8c92e30c-2e3a-445b-ab70-bfb57b44cd66 0.197s 2023-07-21 15:56:34,267 79580 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-e0e11276-977e-443c-869e-a4caf208b485', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8c92e30c-2e3a-445b-ab70-bfb57b44cd66'} Body: b'' 2023-07-21 15:56:34,299 79580 INFO [tempest. lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8c92e30c-2e3a-445b-ab70-bfb57b44cd66 0.030s 2023-07-21 15:56:34,299 79580 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-5e093fab-8c99-4017-b13f-98bc66f523ea', 'date': 'Fri, 21 Jul 2023 15:56:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8c92e30c-2e3a-445b-ab70-bfb57b44cd66'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8c92e30c-2e3a-445b-ab70-bfb57b44cd66 does not exist", "detail": ""}}' 2023-07-21 15:56:35,520 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e5b13912-5904-42a3-bfb8-4192f536a003 1.220s 2023-07-21 15:56:35,520 79580 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-a2f7c901-9667-4855-b787-7a50f4ea4de9', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e5b13912-5904-42a3-bfb8-4192f536a003'} Body: b'' {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [8.509580s] ... ok {6} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [3.030793s] ... ok {11} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [5.517292s] ... 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-21 15:56:35,525 79580 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:56:35,525 79580 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:35,626 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.096s 2023-07-21 15:56:35,626 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1483835421", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJPBK0RsJGbCqW5UYbtsOZJyZLsrUCxPaGvYt2wFo/WA8AvF83K9ukQpAMVRsaikNQ9XsXWLLaWgyTAUPK4nk28US/BPNUt/yUorWphW5u0eTeJ0pQ3ZNlw5jTrxCoCrJg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a0040ec-c69e-4e0c-8aae-2866a1d728f7', 'x-compute-request-id': 'req-2a0040ec-c69e-4e0c-8aae-2866a1d728f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1483835421", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJPBK0RsJGbCqW5UYbtsOZJyZLsrUCxPaGvYt2wFo/WA8AvF83K9ukQpAMVRsaikNQ9XsXWLLaWgyTAUPK4nk28US/BPNUt/yUorWphW5u0eTeJ0pQ3ZNlw5jTrxCoCrJg==", "fingerprint": "55:c9:89:8c:c7:12:f8:75:73:70:5d:6b:16:01:94:6c", "user_id": "60fe2baa6894420b935d6a7b45951cfc"}}' 2023-07-21 15:56:35,629 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1483835421 created 2023-07-21 15:56:36,046 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.416s 2023-07-21 15:56:36,046 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--499506305", "description": "tempest-description--782137368"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-0f30d441-b271-471c-aeab-807f9aff50df', 'date': 'Fri, 21 Jul 2023 15:56:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "name": "tempest-securitygroup--499506305", "stateful": true, "tenant_id": "606aca04fa104fb58dd3e52990381993", "description": "tempest-description--782137368", "shared": false, "security_group_rules": [{"id": "144e94ff-c305-493a-a38b-e8c8c9d3abac", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "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": 437, "description": null, "tags": [], "created_at": "2023-07-21T15:56:35Z", "updated_at": "2023-07-21T15:56:35Z", "revision_number": 0}, {"id": "88414bcf-285c-417e-9db7-a11558648b50", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefi x": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 439, "description": null, "tags": [], "created_at": "2023-07-21T15:56:35Z", "updated_at": "2023-07-21T15:56:35Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:35Z", "updated_at": "2023-07-21T15:56:35Z", "revision_number": 1, "project_id": "606aca04fa104fb58dd3e52990381993"}}' 2023-07-21 15:56:36,534 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.487s 2023-07-21 15:56:36,534 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "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-2ddf6591-93e3-40b6-a3c5-51dcf66aa96b', 'date': 'Fri, 21 Jul 2023 15:56:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9c1f7f35-5c21-4429-b7da-e1adef9fefdd", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "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-21T15:56:36Z", "updated_at": "2023-07-21T15:56:36Z", "revision_number": 0}}' 2023-07-21 15:56:36,754 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.219s 2023-07-21 15:56:36,754 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-48850364-192b-4a8a-aaef-fd1adf5fc70c', 'date': 'Fri, 21 Jul 2023 15:56:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4ca87e99-edca-4e31-b2ae-f01ed2cbf6fd", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "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-21T15:56:36Z", "updated_at": "2023-07-21T15:56:36Z", "revision_number": 0}}' 2023-07-21 15:56:36,755 79580 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--499506305 created 2023-07-21 15:56:39,433 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.678s 2023-07-21 15:56:39,433 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-778405d3-559a-486c-b443-51f52881c444', 'date': 'Fri, 21 Jul 2023 15:56:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a1ade483-b961-4d72-b79b-d8d3279169bf", "tenant_id": "606aca04fa104fb58dd3e52990381993", "floating_ip_address": "172.24.4.24", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "606aca04fa104fb58dd3e52990381993", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:38Z", "updated_at": "2023-07-21T15:56:38Z", "revision_number": 0}}' 2023-07-21 15:56:39,434 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a1ade483-b961-4d72-b79b-d8d3279169bf', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:38Z', 'updated_at': '2023-07-21T15:56:38Z', 'revision_number': 0, 'ip': '172.24.4.24'} created 2023-07-21 15:56:39,657 79580 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.218s 2023-07-21 15:56:39,657 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:39 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-7c9d7027-bed8-419a-9988-5ef8e76a016b', '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": "60fe2baa6894420b935d6a7b45951cfc", "name": "tempest-AttachVolumeNegativeTest-681302846-project-member", "password_expires_at": null}, "audit_ids": ["IUNuHQSoQxidegF_E9npQg"], "expires_at": "2023-07-21T16:56:39.000000Z", "issued_at": "2023-07-21T15:56:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "606aca04fa104fb58dd3e52990381993", "name": "tempest-AttachVolumeNegativeTest-681302846"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id" : "RegionOne", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:39,658 79580 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '40550b12-80de-4ea2-bacc-32e3f376cbf8', 'name': 'tempest-AttachVolumeNegativeTest-1539720109-network', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '606aca04fa104fb58dd3e52990381993', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7901, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:19Z', 'updated_at': '2023-07-21T15:56:19Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:39,658 79580 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1483835421', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJPBK0RsJGbCqW5UYbtsOZJyZLsrUCxPaGvYt2wFo/WA8AvF83K9ukQpAMVRsaikNQ9XsXWLLaWgyTAUPK4nk28US/BPNUt/yUorWphW5u0eTeJ0pQ3ZNlw5jTrxCoCrJg==', 'fingerprint': '55:c9:89:8c:c7:12:f8:75:73:70:5d:6b:16:01:94:6c', 'user_id': '60fe2baa6894420b935d6a7b45951cfc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAgbVyE5EYYm1d8dgThf+pGzqdCWPHSzKpbRvC/eqEpwTQiz/eQ3/82\njmUMApaXPpmgBwYFK4EEACKhZANiAASTwStEbCRmwqluVGG7bDmScmS7K1AsT2hr\n2LdsBaP1gPALxfNyvbpEKQDFUbGopDUPV7F1iy2loMkwFDyuJ5NvFEvwTzVLf8lK\nK1qYVubtHk3idKUN2TZcOY068QqAqyY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1ae59d2f-184c-4856-b0dd-d5aef996e563', 'name': 'tempest-securitygroup--499506305', 'stateful': True, 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'description': 'tempest-description--782137368', 'shared': False, 'security_group_rules': [{'id': '144e94ff-c305-493a-a38b-e8c8c9d3abac', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '1ae59d2f-184c-4856-b0dd-d5aef996e563', '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': 437, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:35Z', 'updated_at': '2023-07-21T15:56:35Z', 'revision_number': 0}, {'id': '88414bcf-285c-417e-9db7-a11558648b50', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '1ae59d2f-184c-4856-b0dd-d5aef996e563', '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': 439, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:35Z', 'updated_at': '2023-07-21T15:56:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:35Z', 'updated_at': '2023-07-21T15:56:35Z', 'revision_number': 1, 'project_id': '606aca04fa104fb58dd3e52990381993'}, 'floating_ip': {'id': 'a1ade483-b961-4d72-b79b-d8d3279169bf', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:38Z', 'updated_at': '2023-07-21T15:56:38Z', 'revision_number': 0, 'ip': '172.24.4.24'}} 2023-07-21 15:56:39,698 79580 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.039s 2023-07-21 15:56:39,699 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1448980641", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "40550b12-80de-4ea2-bacc-32e3f376cbf8"}], "security_groups": [{"name": "tempest-securitygroup--499506305"}], "key_name": "tempest-keypair-1483835421", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:39 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-d7e104f0-5f8a-4873-ab8c-8772da6585fa', 'x-compute-request-id': 'req-d7e104f0-5f8a-4873-ab8c-8772da6585fa', '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-21 15:56:39,756 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1483835421 0.057s 2023-07-21 15:56:39,756 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7556e1f2-8755-4485-bcc5-ec7280a2e9fc', 'x-compute-request-id': 'req-7556e1f2-8755-4485-bcc5-ec7280a2e9fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1483835421'} Body: b'' 2023-07-21 15:56:40,070 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1ae59d2f-184c-4856-b0dd-d5aef996e563 0.313s 2023-07-21 15:56:40,070 79580 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-e993c438-f3cf-4232-8542-fd59ad3db831', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1ae59d2f-184c-4856-b0dd-d5aef996e563'} Body: b'' 2023-07-21 15:56:40,107 79580 INFO [tempest.lib.common.rest _client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1ae59d2f-184c-4856-b0dd-d5aef996e563 0.035s 2023-07-21 15:56:40,107 79580 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-01aa96c1-18d7-4965-94d9-8bd06c46a7e0', 'date': 'Fri, 21 Jul 2023 15:56:40 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1ae59d2f-184c-4856-b0dd-d5aef996e563'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1ae59d2f-184c-4856-b0dd-d5aef996e563 does not exist", "detail": ""}}' 2023-07-21 15:56:41,041 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a1ade483-b961-4d72-b79b-d8d3279169bf 0.933s 2023-07-21 15:56:41,041 79580 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-875058d9-20e7-4f54-956f-bc0a9e1a4cdc', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a1ade483-b961-4d72-b79b-d8d3279169bf'} Body: b'' {3} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {9} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [0.406217s] ... 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-21 15:56:44,462 79576 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.053s 2023-07-21 15:56:44,462 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1c3e072c-c40b-49bb-bd3f-169cfb618d18', '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": "47f57193df4c4c25823cf9d92bf769b8", "name": "tempest-ServerBootFromVolumeStableRescueTest-1590947513-project-member", "password_expires_at": null}, "audit_ids": ["frLasA30Ryu-rVfm3VaQ3g"], "expires_at": "2023-07-21T16:56:44.000000Z", "issued_at": "2023-07-21T15:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29c38aa61e1940e885adf3f723067b05", "name": "tempest-ServerBootFromVolumeStableRescueTest-1590947513"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:44,463 79576 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '82327dba-51e5-423e-b88f-62fa37e5e79b', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1244825646-network', 'tenant_id': '29c38aa61e1940e885adf3f723067b05', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '29c38aa61e1940e885adf3f723067b05', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48703, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:32Z', 'updated_at': '2023-07-21T15:56:32Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:44,803 79576 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.339s 2023-07-21 15:56:44,807 79576 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-416030337", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "82327dba-51e5-423e-b88f-62fa37e5e79b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 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-53a8d131-730c-4e3c-a1c4-c1bf3aae4e37', 'x-compute-request-id': 'req-53a8d131-730c-4e3c-a1c4-c1bf3aae4e37', '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} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [0.078591s] ... 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-21 15:56:44,866 79576 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.044s 2023-07-21 15:56:44,866 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-49a35de8-4e03-425d-a20b-5cddd793c450', '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": "47f57193df4c4c25823cf9d92bf769b8", "name": "tempest-ServerBootFromVolumeStableRescueTest-1590947513-project-member", "password_expires_at": null}, "audit_ids": ["lBctS7toS1agCZ1L8HCHgA"], "expires_at": "2023-07-21T16:56:44.000000Z", "issued_at": "2023-07-21T15:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29c38aa61e1940e885adf3f723067b05", "name": "tempest-ServerBootFromVolumeStableRescueTest-1590947513"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:44,867 79576 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '82327dba-51e5-423e-b88f-62fa37e5e79b', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1244825646-network', 'tenant_id': '29c38aa61e1940e885adf3f723067b05', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '29c38aa61e1940e885adf3f723067b05', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48703, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:32Z', 'updated_at': '2023-07-21T15:56:32Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:44,890 79576 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.022s 2023-07-21 15:56:44,890 79576 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-1033951329", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "82327dba-51e5-423e-b88f-62fa37e5e79b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 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-0512431a-456d-4cc7-b9a0-a41be02be372', 'x-compute-request-id': 'req-0512431a-456d-4cc7-b9a0-a41be02be372', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {11} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [5.432945s] ... 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-21 15:56:41,046 79580 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:56:41,046 79580 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:41,116 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.066s 2023-07-21 15:56:41,116 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1085442301", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGyaC7HIr++QPLxCGBANYjBuTaXeaNo2HeRWXR3ErWdDSygq2KynBS5axNgpopv0BzBAcJZ88tSoFRElatxTXRl9ZrEAvNxLT7BfUlyDCwEg+6NM2xCAmxjQqtnL21mehw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:41 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-db5336f7-fc0a-4474-ade6-7dfdd2d64696', 'x-compute-request-id': 'req-db5336f7-fc0a-4474-ade6-7dfdd2d64696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1085442301", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGyaC7HIr++QPLxCGBANYjBuTaXeaNo2HeRWXR3ErWdDSygq2KynBS5axNgpopv0BzBAcJZ88tSoFRElatxTXRl9ZrEAvNxLT7BfUlyDCwEg+6NM2xCAmxjQqtnL21mehw==", "fingerprint": "23:d6:b1:d6:00:4d:2d:66:d5:f5:62:ae:80:1c:0f:08", "user_id": "60fe2baa6894420b935d6a7b45951cfc"}}' 2023-07-21 15:56:41,121 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1085442301 created 2023-07-21 15:56:41,665 79580 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-21 15:56:41,666 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1076403768", "description": "tempest-description--526517617"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-3543b73b-6a32-4795-80a7-632c88d5febd', 'date': 'Fri, 21 Jul 2023 15:56:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "name": "tempest-securitygroup--1076403768", "stateful": true, "tenant_id": "606aca04fa104fb58dd3e52990381993", "description": "tempest-description--526517617", "shared": false, "security_group_rules": [{"id": "350a9475-3d5d-43a8-892f-c5e616c6ba89", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "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": 473, "description": null, "tags": [], "created_at": "2023-07-21T15:56:41Z", "updated_at": "2023-07-21T15:56:41Z", "revision_number": 0}, {"id": "7011a687-5e6d-4445-a263-9bb5e4b40852", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pre fix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 472, "description": null, "tags": [], "created_at": "2023-07-21T15:56:41Z", "updated_at": "2023-07-21T15:56:41Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:41Z", "updated_at": "2023-07-21T15:56:41Z", "revision_number": 1, "project_id": "606aca04fa104fb58dd3e52990381993"}}' 2023-07-21 15:56:41,927 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.260s 2023-07-21 15:56:41,928 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "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-d567e510-5630-4637-8caf-11fc01152540', 'date': 'Fri, 21 Jul 2023 15:56: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": "a57399d8-b959-44ad-b76c-dd9a369f4e97", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "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-21T15:56:41Z", "updated_at": "2023-07-21T15:56:41Z", "revision_number": 0}}' 2023-07-21 15:56:42,357 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.428s 2023-07-21 15:56:42,357 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f82d42af-ae2c-478e-a588-659d878cb988', 'date': 'Fri, 21 Jul 2023 15:56: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": "6cf7c3e1-ffff-469f-bed7-b072558c08ad", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "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-21T15:56:42Z", "updated_at": "2023-07-21T15:56:42Z", "revision_number": 0}}' 2023-07-21 15:56:42,357 79580 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1076403768 created 2023-07-21 15:56:44,281 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.923s 2023-07-21 15:56:44,282 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', ' x-openstack-request-id': 'req-a6b8f308-b6d5-4221-bdf3-302d540286af', 'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "88144a8c-d46f-47ba-b0ae-6c9fda9ea032", "tenant_id": "606aca04fa104fb58dd3e52990381993", "floating_ip_address": "172.24.4.66", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "606aca04fa104fb58dd3e52990381993", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:43Z", "updated_at": "2023-07-21T15:56:43Z", "revision_number": 0}}' 2023-07-21 15:56:44,282 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '88144a8c-d46f-47ba-b0ae-6c9fda9ea032', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:43Z', 'updated_at': '2023-07-21T15:56:43Z', 'revision_number': 0, 'ip': '172.24.4.66'} created 2023-07-21 15:56:44,441 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.150s 2023-07-21 15:56:44,442 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 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-ee3e0c7b-6f3a-4d3f-acfb-3617b93975d9', '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": "60fe2baa6894420b935d6a7b45951cfc", "name": "tempest-AttachVolumeNegativeTest-681302846-project-member", "password_expires_at": null}, "audit_ids": ["23LE9pdaRXKVSN7onGOCJg"], "expires_at": "2023-07-21T16:56:44.000000Z", "issued_at": "2023-07-21T15:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "606aca04fa104fb58dd3e52990381993", "name": "tempest-AttachVolumeNegativeTest-681302846"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne ", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:44,442 79580 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '40550b12-80de-4ea2-bacc-32e3f376cbf8', 'name': 'tempest-AttachVolumeNegativeTest-1539720109-network', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '606aca04fa104fb58dd3e52990381993', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7901, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:19Z', 'updated_at': '2023-07-21T15:56:19Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:44,443 79580 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1085442301', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGyaC7HIr++QPLxCGBANYjBuTaXeaNo2HeRWXR3ErWdDSygq2KynBS5axNgpopv0BzBAcJZ88tSoFRElatxTXRl9ZrEAvNxLT7BfUlyDCwEg+6NM2xCAmxjQqtnL21mehw==', 'fingerprint': '23:d6:b1:d6:00:4d:2d:66:d5:f5:62:ae:80:1c:0f:08', 'user_id': '60fe2baa6894420b935d6a7b45951cfc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCYbhzYcVdAIm/Mja1+iXmGUqiV3nD8tUeOv4EeSpp/oF/froJKHDsx\nDDq0/G9tLxegBwYFK4EEACKhZANiAARsmguxyK/vkDy8QhgQDWIwbk2l3mjaNh3k\nVl0dxK1nQ0soKtispwUuWsTYKaKb9AcwQHCWfPLUqBURJWrcU10ZfWaxALzcS0+w\nX1JcgwsBIPujTNsQgJsY0KrZy9tZnoc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1aaad0f0-368a-4c1e-a92c-bddd0560524a', 'name': 'tempest-securitygroup--1076403768', 'stateful': True, 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'description': 'tempest-description--526517617', 'shared': False, 'security_group_rules': [{'id': '350a9475-3d5d-43a8-892f-c5e616c6ba89', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '1aaad0f0-368a-4c1e-a92c-bddd0560524a', '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': 473, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:41Z', 'updated_at': '2023-07-21T15:56:41Z', 'revision_number': 0}, {'id': '7011a687-5e6d-4445-a263-9bb5e4b40852', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '1aaad0f0-368a-4c1e-a92c-bddd0560524a', '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': 472, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:41Z', 'updated_at': '2023-07-21T15:56:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:41Z', 'updated_at': '2023-07-21T15:56:41Z', 'revision_number': 1, 'project_id': '606aca04fa104fb58dd3e52990381993'}, 'floating_ip': {'id': '88144a8c-d46f-47ba-b0ae-6c9fda9ea032', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:43Z', 'updated_at': '2023-07-21T15:56:43Z', 'revision_number': 0, 'ip': '172.24.4.66'}} 2023-07-21 15:56:44,486 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.043s 2023-07-21 15:56:44,487 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1337390", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "40550b12-80de-4ea2-bacc-32e3f376cbf8"}], "security_groups": [{"name": "tempest-securitygroup--1076403768"}], "key_name": "tempest-keypair-1085442301", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-4187ae12-4436-4d86-96df-890d3e1d854c', 'x-compute-request-id': 'req-4187ae12-4436-4d86-96df-890d3e1d854c', '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-21 15:56:44,537 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1085442301 0.048s 2023-07-21 15:56:44,537 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe892882-f9fd-4720-b21b-ae32f4f58936', 'x-compute-request-id': 'req-fe892882-f9fd-4720-b21b-ae32f4f58936', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1085442301'} Body: b'' 2023-07-21 15:56:44,891 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1aaad0f0-368a-4c1e-a92c-bddd0560524a 0.353s 2023-07-21 15:56:44,892 79580 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-59d98852-7fda-4c91-a615-4825f63938f9', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1aaad0f0-368a-4c1e-a92c-bddd0560524a'} Body: b'' 2023-07-21 15:56:44,979 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest: _run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1aaad0f0-368a-4c1e-a92c-bddd0560524a 0.086s 2023-07-21 15:56:44,980 79580 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-4744b6b8-c316-4394-8fac-f30337ff4c0c', 'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1aaad0f0-368a-4c1e-a92c-bddd0560524a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1aaad0f0-368a-4c1e-a92c-bddd0560524a does not exist", "detail": ""}}' 2023-07-21 15:56:46,477 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/88144a8c-d46f-47ba-b0ae-6c9fda9ea032 1.496s 2023-07-21 15:56:46,477 79580 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-aced720c-5f73-49d0-9f20-09f3c046bf80', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/88144a8c-d46f-47ba-b0ae-6c9fda9ea032'} Body: b'' {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [28.808212s] ... ok {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [0.525442s] ... 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-21 15:56:49,141 79562 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.049s 2023-07-21 15:56:49,142 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:49 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-95e15849-db89-4cd2-a701-301658bce9dd', '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": "cdb6379ba9a844208c957ee4250ae44e", "name": "tempest-DeleteServersTestJSON-1533867142-project-member", "password_expires_at": null}, "audit_ids": ["9ykyqJZSQ8Warw04UpUwUg"], "expires_at": "2023-07-21T16:56:49.000000Z", "issued_at": "2023-07-21T15:56:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21b522ec450145f89522aab2797e0be5", "name": "tempest-DeleteServersTestJSON-1533867142"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/21b522ec450145f89522aab2797e0be5", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/21b522ec450145f89522aab2797e0be5", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/21b522ec450145f89522aab2797e0be5", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:49,143 79562 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '6d3a4cf6-9d8c-46b7-94dc-7bb12e807433', 'name': 'tempest-DeleteServersTestJSON-833774786-network', 'tenant_id': '21b522ec450145f89522aab2797e0be5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '21b522ec450145f89522aab2797e0be5', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 15950, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:37Z', 'updated_at': '2023-07-21T15:56:37Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:49,608 79562 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.464s 2023-07-21 15:56:49,608 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1873738164", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "6d3a4cf6-9d8c-46b7-94dc-7bb12e807433"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:49 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-2859151f-a808-495e-a7db-b0ef2b2a3b1e', 'x-compute-request-id': 'req-2859151f-a808-495e-a7db-b0ef2b2a3b1e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {3} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [9.363206s] ... ok {7} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.483293s] ... ok {1} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {9} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {7} tearDownClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) [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 4058b401-7c8d-4ea6-bca6-505c2047872c failed to delete and is in error_deleting status, ) {7} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {0} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [4.614092s] ... ok {11} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.390061s] ... ok {11} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.858188s] ... ok {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.461238s] ... ok {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [33.673041s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.405548s] ... ok {5} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [31.959377s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.521493s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.263931s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.102804s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.061586s] ... ok {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [10.134875s] ... ok {9} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [20.398942s] ... ok {9} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {9} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.218477s] ... ok {9} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.258604s] ... ok {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [9.058672s] ... ok {4} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [6.217238s] ... 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-21 15:57:19,003 79566 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:57:19,418 79566 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.412s 2023-07-21 15:57:19,418 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1329908952", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKLbLmlVQJSJ2d0c+yjUMqhTbOCdTnhtPKK3rseqi74O0T1YKRBSNUri9Kb9F+DiLnQakqXcrWGOfsahhg9L37ciWtDt6WNsiGYVSrauQA+MIU+MlMjpXJSqBbXEZ2P2kw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1539ac95-289a-40e1-adb2-17626d447392', 'x-compute-request-id': 'req-1539ac95-289a-40e1-adb2-17626d447392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1329908952", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKLbLmlVQJSJ2d0c+yjUMqhTbOCdTnhtPKK3rseqi74O0T1YKRBSNUri9Kb9F+DiLnQakqXcrWGOfsahhg9L37ciWtDt6WNsiGYVSrauQA+MIU+MlMjpXJSqBbXEZ2P2kw==", "fingerprint": "45:26:74:a1:c4:a4:8c:50:33:fb:9e:b4:a6:ea:f0:a6", "user_id": "64bded180ab74272bca14abfca20b2ad"}}' 2023-07-21 15:57:19,421 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1329908952 created 2023-07-21 15:57:20,060 79566 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.637s 2023-07-21 15:57:20,060 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2121104054", "description": "tempest-description--810756846"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-9e8a8fb6-c624-48dc-adb6-9bb094459c83', 'date': 'Fri, 21 Jul 2023 15:57:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "name": "tempest-securitygroup--2121104054", "stateful": true, "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "description": "tempest-description--810756846", "shared": false, "security_group_rules": [{"id": "5e1bc868-c887-4c08-b2dc-12854a893240", "project_id": "194a28149f7e4348ae9ec75fb2fd3228", "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "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": 635, "description": null, "tags": [], "created_at": "2023-07-21T15:57:19Z", "updated_at": "2023-07-21T15:57:19Z", "revision_number": 0}, {"id": "a398f7aa-d29a-4acb-8c62-2062da1f3e2f", "project_id": "194a28149f7e4348ae9ec75fb2fd3228", "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "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": 633, "description": null, "tags": [], "created_at": "2023-07-21T15:57:19Z", "updated_at": "2023-07-21T15:57:19Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:57:19Z", "updated_at": "2023-07-21T15:57:19Z", "revision_number": 1, "project_id": "194a28149f7e4348ae9ec75fb2fd3228"}}' 2023-07-21 15:57:20,734 79566 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.672s 2023-07-21 15:57:20,734 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "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-86fe1fdd-446a-43eb-819b-45f1862cdc42', 'date': 'Fri, 21 Jul 2023 15:57:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6f472441-5cbf-467d-9f2f-6db0841b15e5", "project_id": "194a28149f7e4348ae9ec75fb2fd3228", "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "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-21T15:57:20Z", "updated_at": "2023-07-21T15:57:20Z", "revision_number": 0}}' 2023-07-21 15:57:21,750 79566 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 1.015s 2023-07-21 15:57:21,751 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f6a142f4-0b55-4c03-b4a6-bfd8f28a1d28', 'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4c45451b-50e5-47d9-b543-02f97b268cd6", "project_id": "194a28149f7e4348ae9ec75fb2fd3228", "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "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-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 0}}' 2023-07-21 15:57:21,752 79566 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2121104054 created 2023-07-21 15:57:25,060 79566 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 3.307s 2023-07-21 15:57:25,061 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86- c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-3d572d85-99fe-4788-a5ea-be87a5998472', 'date': 'Fri, 21 Jul 2023 15:57:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "aec861e7-b239-40c8-9db5-fc3df60af1d3", "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "floating_ip_address": "172.24.4.161", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "194a28149f7e4348ae9ec75fb2fd3228", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:57:23Z", "updated_at": "2023-07-21T15:57:23Z", "revision_number": 0}}' 2023-07-21 15:57:25,061 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'aec861e7-b239-40c8-9db5-fc3df60af1d3', 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'floating_ip_address': '172.24.4.161', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '194a28149f7e4348ae9ec75fb2fd3228', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:23Z', 'updated_at': '2023-07-21T15:57:23Z', 'revision_number': 0, 'ip': '172.24.4.161'} created 2023-07-21 15:57:25,157 79566 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.084s 2023-07-21 15:57:25,158 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:25 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-965abe37-c821-4da8-ac6e-58118f7d8628', '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": "64bded180ab74272bca14abfca20b2ad", "name": "tempest-ServerStableDeviceRescueTest-411297642-project-member", "password_expires_at": null}, "audit_ids": ["pKDgX6F9RoWeMg1EIHtX-w"], "expires_at": "2023-07-21T16:57:25.000000Z", "issued_at": "2023-07-21T15:57:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "194a28149f7e4348ae9ec75fb2fd3228", "name": "tempest-ServerStableDeviceRescueTest-411297642"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/194a28149f7e4348ae9ec75fb2fd3228", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/194a28149f7e4348ae9ec75fb2fd3228", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429 f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/194a28149f7e4348ae9ec75fb2fd3228", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:25,171 79566 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'cf6aad95-0751-4a47-b51a-4b79ae80406c', 'name': 'tempest-ServerStableDeviceRescueTest-20307910-network', 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '194a28149f7e4348ae9ec75fb2fd3228', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37665, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:57:04Z', 'updated_at': '2023-07-21T15:57:04Z', 'revision_number': 1} available for tenant 2023-07-21 15:57:25,180 79566 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1329908952', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKLbLmlVQJSJ2d0c+yjUMqhTbOCdTnhtPKK3rseqi74O0T1YKRBSNUri9Kb9F+DiLnQakqXcrWGOfsahhg9L37ciWtDt6WNsiGYVSrauQA+MIU+MlMjpXJSqBbXEZ2P2kw==', 'fingerprint': '45:26:74:a1:c4:a4:8c:50:33:fb:9e:b4:a6:ea:f0:a6', 'user_id': '64bded180ab74272bca14abfca20b2ad', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBbSzOJPIqKVGSLe4SeSvJren1GMjaj3z9uUUZh/sUSwxSgI8hMhMj6\nPsu4a7ULLgugBwYFK4EEACKhZANiAASi2y5pVUCUidndHPso1DKoU2zgnU54bTyi\nt67Hqou+DtE9WCkQUjVK4vSm/Rfg4i50GpKl3K1hjn7GoYYPS9+3IlrQ7eljbIhm\nFUq2rkAPjCFPjJTI6VyUqgW1xGdj9pM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '74191bb1-82b8-48f6-b04a-68c1ae678068', 'name': 'tempest-securitygroup--2121104054', 'stateful': True, 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'description': 'tempest-description--810756846', 'shared': False, 'security_group_rules': [{'id': '5e1bc868-c887-4c08-b2dc-12854a893240', 'project_id': '194a28149f7e4348ae9ec75fb2fd3228', 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'security_group_id': '74191bb1-82b8-48f6-b04a-68c1ae678068', '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': 635, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:19Z', 'updated_at': '2023-07-21T15:57:19Z', 'revision_number': 0}, {'id': 'a398f7aa-d29a-4acb-8c62-2062da1f3e2f', 'project_id': '194a28149f7e4348ae9ec75fb2fd3228', 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'security_group_id': '74191bb1-82b8-48f6-b04a-68c1ae678068', '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': No ne, 'standard_attr_id': 633, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:19Z', 'updated_at': '2023-07-21T15:57:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:57:19Z', 'updated_at': '2023-07-21T15:57:19Z', 'revision_number': 1, 'project_id': '194a28149f7e4348ae9ec75fb2fd3228'}, 'floating_ip': {'id': 'aec861e7-b239-40c8-9db5-fc3df60af1d3', 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'floating_ip_address': '172.24.4.161', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '194a28149f7e4348ae9ec75fb2fd3228', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:23Z', 'updated_at': '2023-07-21T15:57:23Z', 'revision_number': 0, 'ip': '172.24.4.161'}} 2023-07-21 15:57:25,213 79566 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.028s 2023-07-21 15:57:25,213 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1892157830", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "cf6aad95-0751-4a47-b51a-4b79ae80406c"}], "security_groups": [{"name": "tempest-securitygroup--2121104054"}], "key_name": "tempest-keypair-1329908952", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57: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-6ab13d8a-00aa-4256-a304-2100175b95d3', 'x-compute-request-id': 'req-6ab13d8a-00aa-4256-a304-2100175b95d3', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {5} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [19.452614s] ... 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 d9228352-e74c-4658-90c1-c6110217cff1 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-21 15:57:09,685 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes 0.357s 2023-07-21 15:57:09,685 79568 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-469402616"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfcc0877-6f30-44c9-ba0a-86cec813f59f', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfcc0877-6f30-44c9-ba0a-86cec813f59f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:09.571561", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:09,771 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.076s 2023-07-21 15:57:09,772 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25ac6d4e-b6c2-46cd-b274-bdd7a3f1e3b1', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25ac6d4e-b6c2-46cd-b274-bdd7a3f1e3b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:10,885 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.096s 2023-07-21 15:57:10,886 79568 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2be95dc3-1261-4316-827b-82d07dd9f7cf', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2be95dc3-1261-4316-827b-82d07dd9f7cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:10.000000", "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:11,961 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.063s 2023-07-21 15:57:11,962 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33414437-b81b-4001-aaf4-58a0d2458ce5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33414437-b81b-4001-aaf4-58a0d2458ce5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:12.000000", "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:11,972 79568 INFO [tempest.common.waiters] volume d9228352-e74c-4658-90c1-c6110217cff1 reached available after waiting for 2.972725 seconds 2023-07-21 15:57:12,141 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots 0.168s 2023-07-21 15:57:12,142 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applicat ion/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a7763f8-860b-4deb-8651-ad3b398b1a22', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a7763f8-860b-4deb-8651-ad3b398b1a22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.069544", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 15:57:12,200 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.050s 2023-07-21 15:57:12,200 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-553ea8b7-040a-4269-aafb-4a9d68a7c043', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-553ea8b7-040a-4269-aafb-4a9d68a7c043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d70f23d32cbd4048844beb75afcc8d1f", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:13,237 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.032s 2023-07-21 15:57:13,238 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f0b30d7-2c50-4ffe-a0c6-0396147c2558', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f0b30d7-2c50-4ffe-a0c6-0396147c2558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d70f23d32cbd4048844beb75afcc8d1f", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:14,297 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_casc ade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.054s 2023-07-21 15:57:14,298 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a71b30e4-837d-49f4-9ced-22a351f05d69', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a71b30e4-837d-49f4-9ced-22a351f05d69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d70f23d32cbd4048844beb75afcc8d1f", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:15,340 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.034s 2023-07-21 15:57:15,341 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d4f9e0-a416-4c5d-b222-6ceedb9d940e', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d4f9e0-a416-4c5d-b222-6ceedb9d940e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d70f23d32cbd4048844beb75afcc8d1f", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:16,374 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.028s 2023-07-21 15:57:16,375 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5436f237-4fa1-4f6b-bf76-a464487e1558', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5436f237-4fa1-4f6b-bf76-a464487e1558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.000000", "updated_at": "2023-07-21T15:57:16.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d 9228352-e74c-4658-90c1-c6110217cff1", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d70f23d32cbd4048844beb75afcc8d1f", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:16,379 79568 INFO [tempest.common.waiters] snapshot 77cc3882-b17d-40bf-b4b1-030db5cf6dff reached available after waiting for 4.379224 seconds 2023-07-21 15:57:16,792 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes 0.412s 2023-07-21 15:57:16,792 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1850599110"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9aa57c-81bf-47a6-be5a-adeed09f694f', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9aa57c-81bf-47a6-be5a-adeed09f694f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.678273", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:16,860 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.058s 2023-07-21 15:57:16,861 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ddcb25b-e520-4690-bfa0-167960933226', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ddcb25b-e520-4690-bfa0-167960933226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "e ncrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:17,938 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.056s 2023-07-21 15:57:17,939 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbc88a97-0c5f-4749-b747-ac92441c2de7', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbc88a97-0c5f-4749-b747-ac92441c2de7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:19,039 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.084s 2023-07-21 15:57:19,040 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f402ff37-adb0-4937-b135-4023d7d10b71', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f402ff37-adb0-4937-b135-4023d7d10b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_i d": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:20,145 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.091s 2023-07-21 15:57:20,146 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34a241ef-a849-4808-b7e5-f05ca4cd580c', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34a241ef-a849-4808-b7e5-f05ca4cd580c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:21,227 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.067s 2023-07-21 15:57:21,227 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55f75a94-99bb-4dec-a0fb-68b5a9962ab1', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55f75a94-99bb-4dec-a0fb-68b5a9962ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:21,249 79568 INFO [tempest.common.waiters] volume 60078954-0a63-463b-9179-b62c35 a86760 reached available after waiting for 5.248985 seconds 2023-07-21 15:57:21,345 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.095s 2023-07-21 15:57:21,345 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55968d73-ccba-4e69-a336-9512ce2a3873', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55968d73-ccba-4e69-a336-9512ce2a3873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:21,703 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1?cascade=True 0.346s 2023-07-21 15:57:21,703 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba4d753c-91a6-4e22-88bb-0e23f81fc401', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1?cascade=True'} Body: b'' 2023-07-21 15:57:21,765 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.061s 2023-07-21 15:57:21,766 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa6d83c7-6a1b-4e0c-8aab-975c47cb4e75', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa6d83c7-6a1b-4e0c-8aab-975c47cb4e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e7 4c-4658-90c1-c6110217cff1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:22,902 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.074s 2023-07-21 15:57:22,903 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94d62e89-7bee-4e00-8fd5-aaa0b4da6d12', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94d62e89-7bee-4e00-8fd5-aaa0b4da6d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:23,973 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.054s 2023-07-21 15:57:23,974 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-124b5cfa-dd2f-4fa2-9a0e-9a0bee2f534c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-124b5cfa-dd2f-4fa2-9a0e-9a0bee2f534c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:23.000000", "name": "tempest-VolumesDelete Cascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:24,038 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.046s 2023-07-21 15:57:24,039 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb64f9a-b191-4432-9a63-9225698681f1', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb64f9a-b191-4432-9a63-9225698681f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:24,146 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.096s 2023-07-21 15:57:24,147 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9d0881-a88b-4c3e-a6b0-4280d697a374', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'' 2023-07-21 15:57:24,221 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.073s 2023-07-21 15:57:24,221 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:24 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c0a4432-9583-41cf-8178-836ec64fdd8b', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c0a4432-9583-41cf-8178-836ec64fdd8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:25,294 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.059s 2023-07-21 15:57:25,294 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c9b7282-a48a-4148-9117-31869a48c197', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9b7282-a48a-4148-9117-31869a48c197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:26,362 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.049s 2023-07-21 15:57:26,363 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-497805d6-b1de-4c34-8d82-031b00faca7e', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'O penStack-API-Version', 'x-openstack-request-id': 'req-497805d6-b1de-4c34-8d82-031b00faca7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:27,509 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.132s 2023-07-21 15:57:27,510 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea963dc-770d-4fe0-a012-dfdc0bca148c', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea963dc-770d-4fe0-a012-dfdc0bca148c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:28,558 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.027s 2023-07-21 15:57:28,559 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:28 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-3dac55c8-7fe3-42f2-ac85-2a8b3cee128a', 'x-openstack-request-id': 'req-3dac55c8-7fe3-42f2-ac85-2a8b3cee128a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048 844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 60078954-0a63-463b-9179-b62c35a86760 could not be found."}}' 2023-07-21 15:57:28,619 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.059s 2023-07-21 15:57:28,619 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:28 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-461bfc31-cb53-45fe-8dfb-6eacaf41f70c', 'x-openstack-request-id': 'req-461bfc31-cb53-45fe-8dfb-6eacaf41f70c', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} 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-21 15:57:28,690 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.069s 2023-07-21 15:57:28,691 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-200be894-5f1e-46ea-91f4-7a6c341a23da', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-200be894-5f1e-46ea-91f4-7a6c341a23da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:23.000000", "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:28,778 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.073s 2023-07-21 15:57:28,778 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:28 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-1ede1f7c-d405-449b-986e-969358868dd1', 'x-openstack-request-id': 'req-1ede1f7c-d405-449b-986e-969358868dd1', 'connection': ' close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} 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.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.176963s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.074934s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.016432s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.036958s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.016728s] ... ok {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [15.962668s] ... 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-21 15:57:15,063 79570 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/6afd6370-0d67-45be-b652-80c24600d578 0.030s 2023-07-21 15:57:15,063 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d64cc0b1-87d7-44f3-958a-16af96b4b2ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578'} 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": "26d3420081244684abfa28b0f49cbfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "6afd6370-0d67-45be-b652-80c24600d578", "created_at": "2023-07-21T15:52:11Z", "updated_at": "2023-07-21T15:52:13Z", "tags": [], "self": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578", "file": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578/file", "schema": "/v2/schemas/image"}' 2023-07-21 15:57:15,628 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes 0.563s 2023-07-21 15:57:15,628 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120f0f07-b74b-402b-9d57-9bcd5a0470f3', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120f0f07-b74b-402b-9d57-9bcd5a0470f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:15.525333", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:15,711 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.067s 2023-07-21 15:57:15,712 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4c4f615-5097-4226-8df2-7f9405398542', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4c4f615-5097-4226-8df2-7f9405398542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:16,808 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.085s 2023-07-21 15:57:16,809 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6108f3c7-9358-47bf-83f0-9dfd42dbf492', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6108f3c7-9358-47bf-83f0-9dfd42dbf492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:17,879 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.048s 2023-07-21 15:57:17,879 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'x-compute-request-id': 'req-376af713-29f2-4d9d-9e50-b6c943e7643a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-376af713-29f2-4d9d-9e50-b6c943e7643a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:18,956 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.065s 2023-07-21 15:57:18,957 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1318ef0d-c802-4d1e-8539-af2fbc7cd853', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1318ef0d-c802-4d1e-8539-af2fbc7cd853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:20,045 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.076s 2023-07-21 15:57:20,045 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3177da89-6db2-4216-8e9c-6f1ac788450c', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenSta ck-API-Version', 'x-openstack-request-id': 'req-3177da89-6db2-4216-8e9c-6f1ac788450c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:20.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:20,060 79570 INFO [tempest.common.waiters] volume b76edbe0-f754-43f5-a966-9489520bae47 reached available after waiting for 5.060000 seconds 2023-07-21 15:57:20,061 79570 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:57:20,062 79570 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:57:20,181 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.113s 2023-07-21 15:57:20,181 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1192703570", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC9wxWbvxhecRY043HbqEorlH+Q5v+0IRxULqOYSjahtGIGHZ90bH8XUpjELxYzf8HQwiBl8ibFYkjOhsDbsfzBNfMlsPi/mVtAGNEHClY9PtPVpjlqww4B+HdJFDEGRTw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57: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-074af1de-708e-409b-a068-9db9aeda1da8', 'x-compute-request-id': 'req-074af1de-708e-409b-a068-9db9aeda1da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1192703570", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC9wxWbvxhecRY043HbqEorlH+Q5v+0IRxULqOYSjahtGIGHZ90bH8XUpjELxYzf8HQwiBl8ibFYkjOhsDbsfzBNfMlsPi/mVtAGNEHClY9PtPVpjlqww4B+HdJFDEGRTw==", "fingerprint": "23:5f:9d:28:a0:25:e5:03:e6:ce:9d:7d:1b:26:62:6b", "user_id": "86920b315b644b0684832a7484cfb935"}}' 2023-07-21 15:57:20,184 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1192703570 created 2023-07-21 15:57:20,676 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.491s 2023-07-21 15:57:20,677 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--747711089", "description": "tempest-description--1100737742"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-fd765a0e-f726-4bf5-99bd-8e58dd79d95a', 'date': 'Fri, 21 Jul 2023 15:57:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "name": "tempest-securitygroup--747711089", "stateful": true, "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "description": "tempest-description--1100737742", "shared": false, "security_group_rules": [{"id": "7b3e55b5-b4fc-4eaa-8bfe-deaec3bf94c7", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "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": 639, "description": null, "tags": [], "created_at": "2023-07-21T15:57:20Z", "updated_at": "2023-07-21T15:57:20Z", "revision_number": 0}, {"id": "9be8eefa-31a7-44cf-811b-52745205a14e", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "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": 638, "description": null, "tags": [], "created_at": "2023-07-21T15:57:20Z", "updated_at": "2023-07-21T15:57:20Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:57:20Z", "updated_at": "2023-07-21T15:57:20Z", "revision_number": 1, "project_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:21,159 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.481s 2023-07-21 15:57:21,159 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "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-b25d150e-6990-4579-a937-2692d7d3db4c', 'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d08d6c1e-1b74-47d6-bde1-85f9b7cfbbd3", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "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-21T15:57:20Z", "updated_at": "2023-07-21T15:57:20Z", "revision_number": 0}}' 2023-07-21 15:57:21,580 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.421s 2023-07-21 15:57:21,583 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: { "security_group_rule": {"security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7a1fd0e7-9241-42b0-b4c0-60ffc936ecee', 'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1d06c0f0-a292-4f67-a075-ad06b45cfa3c", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "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-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 0}}' 2023-07-21 15:57:21,583 79570 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--747711089 created 2023-07-21 15:57:24,060 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.476s 2023-07-21 15:57:24,060 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-667be27e-4e0c-44ce-ada5-51b52648a1fe', 'date': 'Fri, 21 Jul 2023 15:57:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5855d759-5d1a-4d09-9f6d-4f8f33818b9d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "floating_ip_address": "172.24.4.107", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "57d462fdfd384df78decce2ff2ca899d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:57:23Z", "updated_at": "2023-07-21T15:57:23Z", "revision_number": 0}}' 2023-07-21 15:57:24,061 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5855d759-5d1a-4d09-9f6d-4f8f33818b9d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:23Z', 'updated_at': '2023-07-21T15:57:23Z', 'revision_number': 0, 'ip': '172.24.4.107'} created 2023-07-21 15:57:24,172 79570 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.106s 2023-07-21 15:57:24,173 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57: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-438f3fa3-6155-45ec-9c13-231ee9e62791', '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": "86920b315b644b0684832a7484cfb935", "name": "tempest-VolumesSnapshotTestJSON-1541530386-project-member", "password_expires_at": null}, "audit_ids": ["y_yZrUC8SwGgcgvRYC0YUg"], "expires_at": "2023-07-21T16:57:24.000000Z", "issued_at": "2023-07-21T15:57:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57d462fdfd384df78decce2ff2ca899d", "name": "tempest-VolumesSnapshotTestJSON-1541530386"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:24,174 79570 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '3a70f161-206f-4234-8414-c29e9a627bfd', 'name': 'tempest-VolumesSnapshotTestJSON-126957559-network', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19770, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:57:02Z', 'updated_at': '2023-07-21T15:57:02Z', 'revision_number': 1} available for tenant 2023-07-21 15:57:24,175 79570 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1192703570', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC9wxWbvxhecRY043HbqEorlH+Q5v+0IRxULqOYSjahtGIGHZ90bH8XUpjELxYzf8HQwiBl8ibFYkjOhsDbsfzBNfMlsPi/mVtAGNEHClY9PtPVpjlqww4B+HdJFDEGRTw==', 'fingerprint': '23:5f:9d:28:a0:25:e5:03:e6:ce:9d:7d:1b :26:62:6b', 'user_id': '86920b315b644b0684832a7484cfb935', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDApAgHGLQVfCwVHJNKbrxkG6/INdgyoeT205FefSObn+xIMELf/Ihqa\nItsoB4lsb+SgBwYFK4EEACKhZANiAAQvcMVm78YXnEWNONx26hKK5R/kOb/tCEcV\nC6jmEo2obRiBh2fdGx/F1KYxC8WM3/B0MIgZfImxWJIzobA27H8wTXzJbD4v5lbQ\nBjRBwpWPT7T1aY5asMOAfh3SRQxBkU8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3c2b2c6f-a7df-4358-8ec9-68bedbe12428', 'name': 'tempest-securitygroup--747711089', 'stateful': True, 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'description': 'tempest-description--1100737742', 'shared': False, 'security_group_rules': [{'id': '7b3e55b5-b4fc-4eaa-8bfe-deaec3bf94c7', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'security_group_id': '3c2b2c6f-a7df-4358-8ec9-68bedbe12428', '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': 639, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:20Z', 'updated_at': '2023-07-21T15:57:20Z', 'revision_number': 0}, {'id': '9be8eefa-31a7-44cf-811b-52745205a14e', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'security_group_id': '3c2b2c6f-a7df-4358-8ec9-68bedbe12428', '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': 638, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:20Z', 'updated_at': '2023-07-21T15:57:20Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:57:20Z', 'updated_at': '2023-07-21T15:57:20Z', 'revision_number': 1, 'project_id': '57d462fdfd384df78decce2ff2ca899d'}, 'floating_ip': {'id': '5855d759-5d1a-4d09-9f6d-4f8f33818b9d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:23Z', 'updated_at': '2023-07-21T15:57:23Z', 'revision_number': 0, 'ip': '172.24.4.107'}} 2023-07-21 15:57:24,213 79570 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.035s 2023-07-21 15:57:24,213 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-2062465252", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "3a70f161-206f-4234-8414-c29e9a627bfd"}], "security_groups": [{"name": "tempest-securitygroup--747711089"}], "key_name": "tempest-keypair-1192703570", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57: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-8414a689-de18-45c8-a446-fd3464a54f22', 'x-compute-request-id': 'req-8414a689-de18-45c8-a446-fd3464a54f22', '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-21 15:57:24,255 79570 INFO [tempest.lib. common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1192703570 0.037s 2023-07-21 15:57:24,256 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:24 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-9ce8e6c3-02c5-4fc4-80b0-649467ea7366', 'x-compute-request-id': 'req-9ce8e6c3-02c5-4fc4-80b0-649467ea7366', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1192703570'} Body: b'' 2023-07-21 15:57:25,293 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3c2b2c6f-a7df-4358-8ec9-68bedbe12428 1.036s 2023-07-21 15:57:25,294 79570 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-ee24a47f-df82-42c3-abe7-f8f89b33e70f', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3c2b2c6f-a7df-4358-8ec9-68bedbe12428'} Body: b'' 2023-07-21 15:57:25,355 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3c2b2c6f-a7df-4358-8ec9-68bedbe12428 0.061s 2023-07-21 15:57:25,356 79570 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-cd2796e0-7b52-476b-9fb5-0991d1dd6dbf', 'date': 'Fri, 21 Jul 2023 15:57:25 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3c2b2c6f-a7df-4358-8ec9-68bedbe12428'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3c2b2c6f-a7df-4358-8ec9-68bedbe12428 does not exist", "detail": ""}}' 2023-07-21 15:57:26,456 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5855d759-5d1a-4d09-9f6d-4f8f33818b9d 1.100s 2023-07-21 15:57:26,457 79570 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-8a5cce30-4ea5-4297-813b-fe160099d4e8', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5855d759-5d1a-4d09-9f6d-4f8f33818b9d'} Body: b'' 2023-07-21 15:57:26,514 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.057s 2023-07-21 15:57:26,515 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76702181-0f0a-4896-9dc7-02861bd5553c', 'content -length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76702181-0f0a-4896-9dc7-02861bd5553c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:20.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:26,587 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.062s 2023-07-21 15:57:26,588 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 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-daf993b9-da3e-4954-a867-c09f59d963ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'' 2023-07-21 15:57:26,656 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.067s 2023-07-21 15:57:26,656 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c17af1a0-454d-4ae5-ba15-048dd13786dd', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c17af1a0-454d-4ae5-ba15-048dd13786dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/ volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:27,769 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.096s 2023-07-21 15:57:27,770 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cab2f43-6d08-47a0-b8a0-9fa11ed3394b', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cab2f43-6d08-47a0-b8a0-9fa11ed3394b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:28,863 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.075s 2023-07-21 15:57:28,863 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b083cd-f98f-4236-8110-7207be2eb1c0', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b083cd-f98f- 4236-8110-7207be2eb1c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:29,942 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.059s 2023-07-21 15:57:29,943 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11834e94-9ada-487f-88ce-9a919b4e6f8f', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11834e94-9ada-487f-88ce-9a919b4e6f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:30,993 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v 3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.031s 2023-07-21 15:57:30,993 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:30 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-02cfb281-9bf3-417c-b011-8348bd3097d8', 'x-openstack-request-id': 'req-02cfb281-9bf3-417c-b011-8348bd3097d8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b76edbe0-f754-43f5-a966-9489520bae47 could not be found."}}' {11} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [11.227112s] ... ok {10} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [9.042999s] ... ok {7} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {3} 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`. {3} 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`. {3} 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`. {5} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.921131s] ... ok {5} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.467022s] ... ok {8} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [80.004656s] ... 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-21 15:56:18,567 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes 1.120s 2023-07-21 15:56:18,568 79574 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-2099053978", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea4f0b92-199c-4466-8504-39f74baff0b6', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea4f0b92-199c-4466-8504-39f74baff0b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.468812", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:56:18,625 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.044s 2023-07-21 15:56:18,626 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e835147-ece1-46ba-a586-9251c5b959b1', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e835147-ece1-46ba-a586-9251c5b959b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:19,693 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.053s 2023-07-21 15:56:19,694 79574 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ff6b72a-7727-48fa-a876-c77d062d248d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ff6b72a-7727-48fa-a876-c77d062d248d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:20,759 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.053s 2023-07-21 15:56:20,759 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-784c2586-d970-40ec-9d9a-dd0a0947d387', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-784c2586-d970-40ec-9d9a-dd0a0947d387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:21,838 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.068s 2023-07-21 15:56:21,839 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:21 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebc8264e-f312-4452-b9cf-bba146717a40', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebc8264e-f312-4452-b9cf-bba146717a40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:22,895 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.045s 2023-07-21 15:56:22,895 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1dc7789-65b7-4726-bed5-58ed37cb1e23', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1dc7789-65b7-4726-bed5-58ed37cb1e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:23,966 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.060s 2023-07-21 15:56:23,967 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf5ea152-b3fa-4fd3-878d-1b477789db95', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-cf5ea152-b3fa-4fd3-878d-1b477789db95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:25,029 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.044s 2023-07-21 15:56:25,029 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc3227c3-ae2e-425d-a52c-2f11c2c8e682', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc3227c3-ae2e-425d-a52c-2f11c2c8e682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:26,092 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.051s 2023-07-21 15:56:26,092 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74088dd4-8db4-49d4-9854-d03145841473', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74088dd4-8db4-49d4-9854-d03145841473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body : b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:27,144 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.041s 2023-07-21 15:56:27,145 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cfd89b9-ed5d-43c0-9f7d-195d33b290d2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cfd89b9-ed5d-43c0-9f7d-195d33b290d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:28,233 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.067s 2023-07-21 15:56:28,234 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c4d4ec-93a5-4a7d-ad82-7256f761cede', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c4d4ec-93a5-4a7d-ad82-7256f761cede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootD evicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:29,328 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.082s 2023-07-21 15:56:29,360 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb5345b-2cde-411f-9c4d-efec66dfe94d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb5345b-2cde-411f-9c4d-efec66dfe94d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:30,435 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.056s 2023-07-21 15:56:30,436 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c6d1f5b-ca3d-4477-89e8-f92d883d9873', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c6d1f5b-ca3d-4477-89e8-f92d883d9873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/vol umes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:31,497 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.047s 2023-07-21 15:56:31,497 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fe7539-0019-44e6-a9da-30a872606c0e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fe7539-0019-44e6-a9da-30a872606c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:32,614 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.094s 2023-07-21 15:56:32,614 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c6e645d-8ea8-4c55-b9e7-8e39f7f8ffee', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c6e645d-8ea8-4c55-b9e7-8e39f7f8ffee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:33,702 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.068s 2023-07-21 15:56:33,703 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb803eda-627e-49c3-bd52-05c027e3c366', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb803eda-627e-49c3-bd52-05c027e3c366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:34,763 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.040s 2023-07-21 15:56:34,763 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-439660f0-a558-4da6-9fa5-403b612164ba', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-439660f0-a558-4da6-9fa5-403b612164ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:35,830 79574 INFO [tem pest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.054s 2023-07-21 15:56:35,830 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6b2ddf7-6171-4e06-b0e0-1c6f77a2cc14', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6b2ddf7-6171-4e06-b0e0-1c6f77a2cc14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:36,922 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.071s 2023-07-21 15:56:36,923 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f53e11-d3d4-4dd9-862d-8c4972950919', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10f53e11-d3d4-4dd9-862d-8c4972950919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:38,019 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.085s 2023-07-21 15:56:38,020 79574 DE BUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f45df19c-f8c2-4912-b1b4-55ba29dbeb6d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45df19c-f8c2-4912-b1b4-55ba29dbeb6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:39,081 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.046s 2023-07-21 15:56:39,082 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cac5932-25f7-490a-996f-902e7e298048', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cac5932-25f7-490a-996f-902e7e298048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:40,139 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.040s 2023-07-21 15:56:40,139 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b80f2f5e-fc52-40f8-bd62-be5d29b9fa71', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b80f2f5e-fc52-40f8-bd62-be5d29b9fa71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:41,213 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.060s 2023-07-21 15:56:41,214 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7108b3a4-5246-457c-9b4d-e6aafc26d9bf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7108b3a4-5246-457c-9b4d-e6aafc26d9bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:42,297 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.070s 2023-07-21 15:56:42,298 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9bbc5b4-a870-41af-9b0b-cc4997c895eb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-c9bbc5b4-a870-41af-9b0b-cc4997c895eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:43,374 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.063s 2023-07-21 15:56:43,375 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4623da1-e24c-4f24-8f1c-8c0ebb515aa3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4623da1-e24c-4f24-8f1c-8c0ebb515aa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:44,446 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.059s 2023-07-21 15:56:44,446 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367b8d56-a6a6-4568-b2e6-ccf63cf23e63', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367b8d56-a6a6-4568-b2e6-ccf63cf23e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:45,501 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.042s 2023-07-21 15:56:45,502 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc706a5-d53d-4f11-a4de-f16bd5313b92', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc706a5-d53d-4f11-a4de-f16bd5313b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:46,587 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.066s 2023-07-21 15:56:46,588 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb6eed13-3555-401a-b51d-321e71b8c45d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb6eed13-3555-401a-b51d-321e71b8c45d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-Tag gedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:47,712 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.110s 2023-07-21 15:56:47,713 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fba1e2c-e36e-4f22-acf0-2aa8dcfc0e3b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fba1e2c-e36e-4f22-acf0-2aa8dcfc0e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:49,093 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.358s 2023-07-21 15:56:49,094 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6af9ffdb-53bf-4a48-acc3-8be19992b752', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6af9ffdb-53bf-4a48-acc3-8be19992b752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d06213 6fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:50,221 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.106s 2023-07-21 15:56:50,221 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66a60496-8a72-4df8-b8e7-15945b1521d0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66a60496-8a72-4df8-b8e7-15945b1521d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:51,303 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.060s 2023-07-21 15:56:51,303 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e5c2ee2-6964-4c39-b748-771492a144be', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e5c2ee2-6964-4c39-b748-771492a144be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "boo table": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:52,362 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.046s 2023-07-21 15:56:52,362 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81044c22-506a-40a7-a1e1-f9dac86bebea', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81044c22-506a-40a7-a1e1-f9dac86bebea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:53,448 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.069s 2023-07-21 15:56:53,449 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3f07b4d-e124-43d9-8dbd-911de50075a0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3f07b4d-e124-43d9-8dbd-911de50075a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:54,521 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.051s 2023-07-21 15:56:54,522 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc43636a-7ea9-4217-8a21-7bcb7f6e715e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc43636a-7ea9-4217-8a21-7bcb7f6e715e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:55,644 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.089s 2023-07-21 15:56:55,645 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03f2106c-44ba-4a8a-a518-8b61b163e6ad', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03f2106c-44ba-4a8a-a518-8b61b163e6ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:56,765 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.099s 2023-07-21 15:56:56,765 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-effcdfae-6503-4dfe-9b3d-e128d45d599a', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-effcdfae-6503-4dfe-9b3d-e128d45d599a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:56.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:56,793 79574 INFO [tempest.common.waiters] volume f5be18f2-1098-49e4-9b5b-116e1f286d41 reached available after waiting for 38.793273 seconds 2023-07-21 15:56:57,303 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes 0.509s 2023-07-21 15:56:57,310 79574 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-1925744675"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96e7160e-0e0d-47bf-a4b4-3362914d51eb', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96e7160e-0e0d-47bf-a4b4-3362914d51eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes'} Body: b'{"volume": {"id": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:57.081289", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1925744675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "att achments": []}}' 2023-07-21 15:56:57,569 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3 0.249s 2023-07-21 15:56:57,570 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4530f79d-442d-46a6-a35e-2e40cb388093', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4530f79d-442d-46a6-a35e-2e40cb388093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3'} Body: b'{"volume": {"id": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:57.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1925744675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:58,924 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3 0.341s 2023-07-21 15:56:58,925 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a8aac95-e424-40cd-b110-6da9b4ba524d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a8aac95-e424-40cd-b110-6da9b4ba524d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3'} Body: b'{"volume": {"id": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:57.000000", "updated_at": "2023-07-21T15:56:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1925744675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:00,207 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3 0.2 68s 2023-07-21 15:57:00,208 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d97462a-ef30-46b6-ad6a-fdc1d9b24fad', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d97462a-ef30-46b6-ad6a-fdc1d9b24fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3'} Body: b'{"volume": {"id": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:57.000000", "updated_at": "2023-07-21T15:56:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1925744675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:01,298 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3 0.073s 2023-07-21 15:57:01,299 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2af8592a-f82f-47d5-a9c5-0955177eb12a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2af8592a-f82f-47d5-a9c5-0955177eb12a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3'} Body: b'{"volume": {"id": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:57.000000", "updated_at": "2023-07-21T15:57:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-1925744675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:01,317 79574 INFO [tempest.common.waiters] volume b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3 reached available after waiting for 4.317205 seconds 2023-07-21 15:57:01,740 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes 0.422s 2023-07-21 15:57:01,741 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-363378834"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01bd4125-9317-4ca1-bc5e-d24ff82c4b4f', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01bd4125-9317-4ca1-bc5e-d24ff82c4b4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes'} Body: b'{"volume": {"id": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:01.512163", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-363378834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:01,833 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438 0.075s 2023-07-21 15:57:01,834 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dee34cd-ea2b-499c-a57b-dffba84e33d3', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dee34cd-ea2b-499c-a57b-dffba84e33d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438'} Body: b'{"volume": {"id": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:02.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-363378834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:02,972 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438 0.122s 2023-07-21 15:57:02,973 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2f8f230-7169-49f7-bbe2-77d6ca7ffb13', 'content -length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2f8f230-7169-49f7-bbe2-77d6ca7ffb13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438'} Body: b'{"volume": {"id": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:02.000000", "updated_at": "2023-07-21T15:57:02.000000", "name": "tempest-TaggedBootDevicesTest-volume-363378834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:04,052 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438 0.065s 2023-07-21 15:57:04,052 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb6a3b1-2795-4609-bfe5-cd1ed8184544', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb6a3b1-2795-4609-bfe5-cd1ed8184544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438'} Body: b'{"volume": {"id": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:02.000000", "updated_at": "2023-07-21T15:57:02.000000", "name": "tempest-TaggedBootDevicesTest-volume-363378834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:05,162 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438 0.089s 2023-07-21 15:57:05,162 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1771dfa0-4ef3-4ac3-81c7-f18e059209f2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1771dfa0-4ef3-4ac3-81c7-f18e059209f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volu me/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438'} Body: b'{"volume": {"id": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:02.000000", "updated_at": "2023-07-21T15:57:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-363378834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:05,173 79574 INFO [tempest.common.waiters] volume 0b6a9f3b-313f-4086-9c8e-7a2759917438 reached available after waiting for 4.173849 seconds 2023-07-21 15:57:07,303 79574 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.129s 2023-07-21 15:57:07,304 79574 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-339640489"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c082e3ae-a016-4e89-978a-31f457216547', 'date': 'Fri, 21 Jul 2023 15:57:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"78988201-ecd8-4dca-bd7f-ed8fe58e65bf","name":"tempest-device-tagging-net1-339640489","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3","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-21T15:57:05Z","updated_at":"2023-07-21T15:57:05Z","revision_number":1}}' 2023-07-21 15:57:10,869 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.564s 2023-07-21 15:57:10,870 79574 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-143415187"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f98039f0-4b17-4037-9dd8-60d1847e1ac6', 'date': 'Fri, 21 Jul 2023 15:57:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"2021c7c7-512b-417c-b25a-3bf9a3304cd2","name":"tempest-device-tagging-net2-143415187","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3","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-21T15:57:07Z","updated_at":"2023-07-21T15:57:07Z","revision_number":1}}' 2023-07-21 15:57:12,553 79574 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.682s 2023-07-21 15:57:12,553 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "78988201-ecd8-4dca-bd7f-ed8fe58e65bf", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-6dd5421c-2337-4389-b159-c96ece65a7f1', 'date': 'Fri, 21 Jul 2023 15:57:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"47a2fd8c-6601-432a-8789-3df88b6d3d47","name":"","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","network_id":"78988201-ecd8-4dca-bd7f-ed8fe58e65bf","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-21T15:57:11Z","updated_at":"2023-07-21T15:57:11Z","revision_number":0,"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:14,438 79574 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.884s 2023-07-21 15:57:14,438 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "2021c7c7-512b-417c-b25a-3bf9a3304cd2", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-4c001598-37eb-4d85-b54c-782bfdbf5459', 'date': 'Fri, 21 Jul 2023 15:57:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"a00114b9-6f4d-457b-ac6c-00769590f5fd","name":"","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","network_id":"2021c7c7-512b-417c-b25a-3bf9a3304cd2","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-21T15:57:12Z","updated_at":"2023-07-21T15:57:12Z","revision_number":0,"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:18,561 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 4.122s 2023-07-21 15:57:18,562 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "78988201-ecd8-4dca-bd7f-ed8fe58e65bf", "name": "tempest-TaggedBootDevicesTest-1357931584", "fixed_ips": [{"subnet_id": "47a2fd8c-6601-432a-8789-3df88b6d3d47"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-a8ba403b-3c67-4bdf-9c9c-357e77e46771', 'date': 'Fri, 21 Jul 2023 15:57:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"4de47277-bf79-4194-b8fb-cdb0b59e5f70","name":"tempest-TaggedBootDevicesTest-1357931584","network_id":"78988201-ecd8-4dca-bd7f-ed8fe58e65bf","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","mac_address":"fa:16:3e:93:10:7f","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"47a2fd8c-6601-432a-8789-3df88b6d3d47","ip_address":"10.1.1.106"}],"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3","port_security_enabled":true,"security_groups":["2125b6cc-0a7a-4bde-829c-f45b57d00b93"],"binding:vnic_type":"n ormal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T15:57:14Z","updated_at":"2023-07-21T15:57:16Z","revision_number":1}}' 2023-07-21 15:57:20,737 79574 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.174s 2023-07-21 15:57:20,737 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "78988201-ecd8-4dca-bd7f-ed8fe58e65bf", "name": "tempest-TaggedBootDevicesTest-625657931", "fixed_ips": [{"subnet_id": "47a2fd8c-6601-432a-8789-3df88b6d3d47"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '731', 'x-openstack-request-id': 'req-9a0836c6-f827-4d15-9a8b-f0a53ed643ac', 'date': 'Fri, 21 Jul 2023 15:57:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"c61b4ce7-e810-45a7-a301-37b1b42f4cc9","name":"tempest-TaggedBootDevicesTest-625657931","network_id":"78988201-ecd8-4dca-bd7f-ed8fe58e65bf","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","mac_address":"fa:16:3e:c9:ec:f1","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"47a2fd8c-6601-432a-8789-3df88b6d3d47","ip_address":"10.1.1.79"}],"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3","port_security_enabled":true,"security_groups":["2125b6cc-0a7a-4bde-829c-f45b57d00b93"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T15:57:19Z","updated_at":"2023-07-21T15:57:19Z","revision_number":1}}' 2023-07-21 15:57:20,738 79574 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:57:20,739 79574 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:57:20,841 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.098s 2023-07-21 15:57:20,842 79574 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-1978861827", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGORtYBFoa50Bm3nwqj4zF6NySA+KFnwBmUiwblCcKpvktPXu5X2rKXFllnHNXBVoqjDLNbzALxredd5IkOw9xxMkp4nu79JxdLiF9GOLhUhaHUVJBHCWl0KM34pKUKN1A=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:20 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-57a9eee2-9da0-45f3-86b5-7cce4db3a2c3', 'x-compute-request-id': 'req-57a9eee2-9da0-45f3-86b5-7cce4db3a2c3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1978861827", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGORtYBFoa50Bm3nwqj4zF6NySA+KFnwBmUiwblCcKpvktPXu5X2rKXFllnHNXBVoqjDLNbzALxredd5IkOw9xxMkp4nu79JxdLiF9GOLhUhaHUVJBHCWl0KM34pKUKN1A==", "fingerprint": "8b:5d:b1:dd:6b:97:99:7a:c1:9c:b5:4a:a0:87:97:cc", "user_id": "9072c9a562a4431d95e2b83ab64f91e2"}}' 2023-07-21 15:57:20,845 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1978861827 created 2023-07-21 15:57:21,493 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/netw orking/v2.0/security-groups 0.647s 2023-07-21 15:57:21,493 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--774577855", "description": "tempest-description--1754398038"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-aa0d57c9-840f-417d-995e-2cb2975abbcb', 'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b9d80462-8edb-4199-bc65-103a91fef211", "name": "tempest-securitygroup--774577855", "stateful": true, "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "description": "tempest-description--1754398038", "shared": false, "security_group_rules": [{"id": "ecfac42c-5849-4560-85a0-2949065c1cc2", "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "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": 644, "description": null, "tags": [], "created_at": "2023-07-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 0}, {"id": "ef353dcf-555a-4567-a41f-024cd2b1b500", "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "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": 643, "description": null, "tags": [], "created_at": "2023-07-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 1, "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:22,542 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.048s 2023-07-21 15:57:22,542 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "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-d29dea35-98b0-4511-96c3-5a833bcfbd83', 'date': 'Fri, 21 Jul 2023 15:57: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": "29cdcaf0-1deb-42b9-842e-78802b2af7e7", "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "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-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 0}}' 2023-07-21 15:57:23,240 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.697s 2023-07-21 15:57:23,240 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acc ept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b4f790cd-7174-4c23-83d9-8400161992e9', 'date': 'Fri, 21 Jul 2023 15:57: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": "228b1311-6d57-4f27-8332-fa8cdf1e25eb", "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "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-21T15:57:22Z", "updated_at": "2023-07-21T15:57:22Z", "revision_number": 0}}' 2023-07-21 15:57:23,240 79574 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--774577855 created 2023-07-21 15:57:26,208 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.967s 2023-07-21 15:57:26,208 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-3f8cf1c2-960e-4edf-893e-753d0e8dd0be', 'date': 'Fri, 21 Jul 2023 15:57:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9465adce-01db-480c-8b30-d6ab24e543bf", "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "floating_ip_address": "172.24.4.35", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:57:24Z", "updated_at": "2023-07-21T15:57:24Z", "revision_number": 0}}' 2023-07-21 15:57:26,209 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9465adce-01db-480c-8b30-d6ab24e543bf', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'floating_ip_address': '172.24.4.35', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:24Z', 'updated_at': '2023-07-21T15:57:24Z', 'revision_number': 0, 'ip': '172.24.4.35'} created 2023-07-21 15:57:26,330 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.111s 2023-07-21 15:57:26,330 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 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-c4720b62-8519-440e-8fd1-75ce71fb7bb7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["pas sword"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9072c9a562a4431d95e2b83ab64f91e2", "name": "tempest-TaggedBootDevicesTest-1042370079-project-member", "password_expires_at": null}, "audit_ids": ["J4DfREbxSOS0DqNUZAqwjQ"], "expires_at": "2023-07-21T16:57:26.000000Z", "issued_at": "2023-07-21T15:57:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a6145ae2a9e4f749f9ba3d062136fc3", "name": "tempest-TaggedBootDevicesTest-1042370079"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:26,331 79574 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'db801edb-a216-42fd-80fa-96862024917c', 'name': 'tempest-TaggedBootDevicesTest-1325533403-network', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24850, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:57:26,377 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2023-07-21 15:57:26,378 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:2 6 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-98d4f4b6-26fe-420a-93e1-df1440157409', '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": "9072c9a562a4431d95e2b83ab64f91e2", "name": "tempest-TaggedBootDevicesTest-1042370079-project-member", "password_expires_at": null}, "audit_ids": ["thnIAwOlTjCrDCKM-7FM7Q"], "expires_at": "2023-07-21T16:57:26.000000Z", "issued_at": "2023-07-21T15:57:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a6145ae2a9e4f749f9ba3d062136fc3", "name": "tempest-TaggedBootDevicesTest-1042370079"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:26,378 79574 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'db801edb-a216-42fd-80fa-96862024917c', 'name': 'tempest-TaggedBootDevicesTest-1325533403-network', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24850, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:57:26,379 79574 DEBUG [tempest. common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1978861827', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGORtYBFoa50Bm3nwqj4zF6NySA+KFnwBmUiwblCcKpvktPXu5X2rKXFllnHNXBVoqjDLNbzALxredd5IkOw9xxMkp4nu79JxdLiF9GOLhUhaHUVJBHCWl0KM34pKUKN1A==', 'fingerprint': '8b:5d:b1:dd:6b:97:99:7a:c1:9c:b5:4a:a0:87:97:cc', 'user_id': '9072c9a562a4431d95e2b83ab64f91e2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBqSY4vIyjrduQKfuL2J06hHX3hQ2s/0v7KvOe3Y8ZGdcjn4xsMUgj+\nCD0EZYkjGjegBwYFK4EEACKhZANiAARjkbWARaGudAZt58Ko+MxejckgPihZ8AZl\nIsG5QnCqb5LT17uV9qylxZZZxzVwVaKowyzW8wC8a3nXeSJDsPccTJKeJ7u/ScXS\n4hfRji4VIWh1FSQRwlpdCjN+KSlCjdQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b9d80462-8edb-4199-bc65-103a91fef211', 'name': 'tempest-securitygroup--774577855', 'stateful': True, 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'description': 'tempest-description--1754398038', 'shared': False, 'security_group_rules': [{'id': 'ecfac42c-5849-4560-85a0-2949065c1cc2', 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'security_group_id': 'b9d80462-8edb-4199-bc65-103a91fef211', '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': 644, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:21Z', 'updated_at': '2023-07-21T15:57:21Z', 'revision_number': 0}, {'id': 'ef353dcf-555a-4567-a41f-024cd2b1b500', 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'security_group_id': 'b9d80462-8edb-4199-bc65-103a91fef211', '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': 643, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:21Z', 'updated_at': '2023-07-21T15:57:21Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:57:21Z', 'updated_at': '2023-07-21T15:57:21Z', 'revision_number': 1, 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3'}, 'floating_ip': {'id': '9465adce-01db-480c-8b30-d6ab24e543bf', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'floating_ip_address': '172.24.4.35', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:24Z', 'updated_at': '2023-07-21T15:57:24Z', 'revision_number': 0, 'ip': '172.24.4.35'}} 2023-07-21 15:57:26,427 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.047s 2023-07-21 15:57:26,427 79574 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-1582794094", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "db801edb-a216-42fd-80fa-96862024917c"}, {"port": "4de47277-bf79-4194-b8fb-cdb0b59e5f70", "tag": "port-1"}, {"port": "c61b4ce7-e810-45a7-a301-37b1b42f4cc9", "tag": "port-2"}, {"uuid": "78988201-ecd8-4dca-bd7f-ed8fe58e65bf", "tag": "net-1"}, {"uuid": "78988201-ecd8-4dca-bd7f-ed8fe58e65bf"}, {"uuid": "2021c7c7-512b-417c-b25a-3bf9a3304cd2", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "2021c7c7-512b-417c-b25a-3bf9a3304cd2", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "so urce_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--774577855"}], "key_name": "tempest-keypair-1978861827", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 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-a0c72410-fd86-4907-b78b-0bd4dbff018b', 'x-compute-request-id': 'req-a0c72410-fd86-4907-b78b-0bd4dbff018b', '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-21 15:57:26,469 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1978861827 0.039s 2023-07-21 15:57:26,470 79574 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': 'Fri, 21 Jul 2023 15:57:26 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-1ea746fe-e22c-4c9e-9ca6-85e1760da7b6', 'x-compute-request-id': 'req-1ea746fe-e22c-4c9e-9ca6-85e1760da7b6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1978861827'} Body: b'' 2023-07-21 15:57:27,013 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b9d80462-8edb-4199-bc65-103a91fef211 0.542s 2023-07-21 15:57:27,013 79574 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-92429d69-2c52-4642-be0c-82976ab4356d', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b9d80462-8edb-4199-bc65-103a91fef211'} Body: b'' 2023-07-21 15:57:27,070 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b9d80462-8edb-4199-bc65-103a91fef211 0.056s 2023-07-21 15:57:27,080 79574 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-f5785621-ef90-405a-9953-50453f997ae7', 'date': 'Fri, 21 Jul 2023 15:57:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b9d80462-8edb-4199-bc65-103a91fef211'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b9d80462-8edb-4199-bc65-103a91fef211 does not exist", "detail": ""}}' 2023-07-21 15:57:28,842 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_ru n_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9465adce-01db-480c-8b30-d6ab24e543bf 1.761s 2023-07-21 15:57:28,843 79574 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-fb277342-4da3-45f3-9c36-2aa04ea26ae6', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9465adce-01db-480c-8b30-d6ab24e543bf'} Body: b'' 2023-07-21 15:57:31,674 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/c61b4ce7-e810-45a7-a301-37b1b42f4cc9 2.830s 2023-07-21 15:57:31,675 79574 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-3d4886b5-6514-4178-b8d1-c8eb3214ba4b', 'date': 'Fri, 21 Jul 2023 15:57:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/c61b4ce7-e810-45a7-a301-37b1b42f4cc9'} Body: b'' 2023-07-21 15:57:32,987 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/4de47277-bf79-4194-b8fb-cdb0b59e5f70 1.312s 2023-07-21 15:57:32,988 79574 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-1a273b01-05a8-4e38-954b-132f7545bff1', 'date': 'Fri, 21 Jul 2023 15:57:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/4de47277-bf79-4194-b8fb-cdb0b59e5f70'} Body: b'' 2023-07-21 15:57:33,547 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/a00114b9-6f4d-457b-ac6c-00769590f5fd 0.558s 2023-07-21 15:57:33,547 79574 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-7d9f8848-705e-4cd1-8d03-4d3b07255550', 'date': 'Fri, 21 Jul 2023 15:57:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/a00114b9-6f4d-457b-ac6c-00769590f5fd'} Body: b'' 2023-07-21 15:57:34,212 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/47a2fd8c-6601-432a-8789-3df88b6d3d47 0.664s 2023-07-21 15:57:34,212 79574 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-03729a32-a507-49a7-a742-96dc5a92ab23', 'date': 'Fri, 21 Jul 2023 15:57:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/47a2fd8c-6601-432a-8789-3df88b6d3d47'} Body: b'' 2023-07-21 15:57:35,819 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/2021c7c7-512b-417c-b25a-3bf9a3304cd2 1.606s 2023-07-21 15:57:35,819 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Head ers: {'content-length': '0', 'x-openstack-request-id': 'req-981f7da4-d548-43b8-9257-a11ce0827ac9', 'date': 'Fri, 21 Jul 2023 15:57:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/2021c7c7-512b-417c-b25a-3bf9a3304cd2'} Body: b'' 2023-07-21 15:57:37,450 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/78988201-ecd8-4dca-bd7f-ed8fe58e65bf 1.630s 2023-07-21 15:57:37,450 79574 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-c1789dd8-3a43-4074-9cbe-1141843a0a10', 'date': 'Fri, 21 Jul 2023 15:57:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/78988201-ecd8-4dca-bd7f-ed8fe58e65bf'} Body: b'' {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [9.270989s] ... ok {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [6.547856s] ... ok {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [10.331974s] ... ok {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.350348s] ... ok {0} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {0} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {7} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {7} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {11} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.471280s] ... ok {11} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.369534s] ... ok {5} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.248131s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [22.269974s] ... ok {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [15.137733s] ... 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-21 15:57:40,448 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots 0.176s 2023-07-21 15:57:40,449 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92ccd3f-3b7c-4c4b-be95-28a8df756b90', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92ccd3f-3b7c-4c4b-be95-28a8df756b90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.373410", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 15:57:40,477 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.025s 2023-07-21 15:57:40,477 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-929b3093-260c-4a50-b524-b519d0bc5248', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-929b3093-260c-4a50-b524-b519d0bc5248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:41,516 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.033s 2023-07-21 15:57:41,516 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e2e4607-4dc9-42d4-822e-03366621958d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e2e4607-4dc9-42d4-822e-03366621958d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot -673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:42,689 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.168s 2023-07-21 15:57:42,757 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-606c72c6-35b4-4ecf-acd0-56aabe054b99', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-606c72c6-35b4-4ecf-acd0-56aabe054b99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:43,815 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.052s 2023-07-21 15:57:43,815 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dfc7fb4-f5b6-428f-a9b7-81cf28216f68', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dfc7fb4-f5b6-428f-a9b7-81cf28216f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:44,865 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.042s 2023-07-21 15:57:44,865 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c050267-1906-498f-b381-0a370b5da9bb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c050267-1906-498f-b381-0a370b5da9bb', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:45,904 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.033s 2023-07-21 15:57:45,905 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68726fce-7b80-4399-a0e4-0250adff181c', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68726fce-7b80-4399-a0e4-0250adff181c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": "2023-07-21T15:57:45.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:45,912 79570 INFO [tempest.common.waiters] snapshot 01087faf-05e2-45eb-839a-30a94758379c reached available after waiting for 5.912265 seconds 2023-07-21 15:57:45,912 79570 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:57:45,913 79570 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:57:45,992 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.074s 2023-07-21 15:57:45,992 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1800072028", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHPiK5VWMbmm1Ix0q1gPNEWmRXzVTfLpP/MBh96QEr3OScKwbIzAmAuxqANrPCPWAWWb3ROxTllwdYhTkr1sJQXqMnGoIIOuiFbDU1I1d4/b/K71M89qLPyxPdX/6mLU+Q=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:45 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-cc10e73a-1c12-4ccd-b2dd-ef9895be0c39', 'x-compute-request-id': 'req-cc10e73a-1c12-4ccd-b2dd-ef9895be0c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1800072028", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHPiK5VWMbmm1Ix0q1gPNEWmRXzVTfLpP/MBh96QEr3OScKwbIzAmAuxqANrPCPWAWWb3ROxTllwdYhTkr1sJQXqMnGoIIOuiFbDU1I1d4/b/K71M89q LPyxPdX/6mLU+Q==", "fingerprint": "32:b6:b5:98:1e:ba:54:a7:db:d8:ed:e2:1c:b8:43:fd", "user_id": "86920b315b644b0684832a7484cfb935"}}' 2023-07-21 15:57:45,996 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1800072028 created 2023-07-21 15:57:46,481 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.484s 2023-07-21 15:57:46,482 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--219185493", "description": "tempest-description--1832459317"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-47c4a6a8-559a-44fe-a5b6-2ffbb6bd8633', 'date': 'Fri, 21 Jul 2023 15:57:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "name": "tempest-securitygroup--219185493", "stateful": true, "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "description": "tempest-description--1832459317", "shared": false, "security_group_rules": [{"id": "96081494-4751-4a68-93f4-f942a9739394", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "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": 716, "description": null, "tags": [], "created_at": "2023-07-21T15:57:46Z", "updated_at": "2023-07-21T15:57:46Z", "revision_number": 0}, {"id": "a58d2ed6-24af-4434-bb45-76328038f188", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "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": 717, "description": null, "tags": [], "created_at": "2023-07-21T15:57:46Z", "updated_at": "2023-07-21T15:57:46Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:57:46Z", "updated_at": "2023-07-21T15:57:46Z", "revision_number": 1, "project_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:46,840 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.357s 2023-07-21 15:57:46,840 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "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-283aacf2-86dd-415a-9aba-80b65f9615a3', 'date': 'Fri, 21 Jul 2023 15:57: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": "f2889b90-4192-429f-8b9e-e2296c88ff5e", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "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-21T15:57:46Z", "updated_at": "2023-07-21T15:57:46Z", "revision_number": 0}}' 2023-07-21 15:57:47,422 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.581s 2023-07-21 15:57:47,423 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-73a37e1a-71c4-401c-86c7-8eb86f3bd4a6', 'date': 'Fri, 21 Jul 2023 15:57:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8d0818e8-56e5-463d-844e-a4f537b4c247", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "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-21T15:57:47Z", "updated_at": "2023-07-21T15:57:47Z", "revision_number": 0}}' 2023-07-21 15:57:47,423 79570 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--219185493 created 2023-07-21 15:57:49,997 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.573s 2023-07-21 15:57:49,998 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-086b70fb-4d00-46da-bc4b-3abb8b60f319', 'date': 'Fri, 21 Jul 2023 15:57:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b1db1768-088f-4a3c-ace1-fc04f46ceefa", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "floating_ip_address": "172.24.4.136", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "57d462fdfd384df78decce2ff2ca899d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:57:49Z", "updated_at": "2023-07-21T15:57:49Z", "revision_number": 0}}' 2023-07-21 15:57:49,998 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b1db1768-088f-4a3c-ace1-fc04f46ceefa', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'floating_ip_address': '172.24.4.136', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:49Z', 'updated_at': '2023-07-21T15:57:49Z', 'revision_number': 0, 'ip': '172.24.4.136'} created 2023-07-21 15:57:50,127 79570 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.120s 2023-07-21 15:57:50,128 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:50 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-68ce3c48-fe9e-4f60-b181-2bb224daf536', '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": "86920b315b644b0684832a7484cfb935", "name": "tempest-VolumesSnapshotTestJSON-1541530386-project-member", "password_expires_at": null}, "audit_ids": ["2YLxfEamQEKZjnD65SVMig"], "expires_at": "2023-07-21T16:57:50.000000Z", "issued_at": "2023-07-21T15:57:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57d462fdfd384df78decce2ff2ca899d", "name": "tempest-VolumesSnapshotTestJSON-1541530386"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:50,129 79570 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': '3a70f161-206f-4234-8414-c29e9a627bfd', 'name': 'tempest-VolumesSnapshotTestJSON-126957559-network', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19770, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:57:02Z', 'updated_at': '2023-07-21T15:57:02Z ', 'revision_number': 1} available for tenant 2023-07-21 15:57:50,130 79570 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1800072028', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHPiK5VWMbmm1Ix0q1gPNEWmRXzVTfLpP/MBh96QEr3OScKwbIzAmAuxqANrPCPWAWWb3ROxTllwdYhTkr1sJQXqMnGoIIOuiFbDU1I1d4/b/K71M89qLPyxPdX/6mLU+Q==', 'fingerprint': '32:b6:b5:98:1e:ba:54:a7:db:d8:ed:e2:1c:b8:43:fd', 'user_id': '86920b315b644b0684832a7484cfb935', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB55FZe22kh+yHeBgkc9Sv/voTHhK7NXp2nLeaabeJTyprHtyODLDg4\nqee+NSdLQeKgBwYFK4EEACKhZANiAARz4iuVVjG5ptSMdKtYDzRFpkV81U3y6T/z\nAYfekBK9zknCsGyMwJgLsagDazwj1gFlm90TsU5ZcHWIU5K9bCUF6jJxqCCDrohW\nw1NSNXeP2/yu9TPPaiz8sT3V/+pi1Pk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6a87ef79-b5d5-4d2e-9bba-270998fda461', 'name': 'tempest-securitygroup--219185493', 'stateful': True, 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'description': 'tempest-description--1832459317', 'shared': False, 'security_group_rules': [{'id': '96081494-4751-4a68-93f4-f942a9739394', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'security_group_id': '6a87ef79-b5d5-4d2e-9bba-270998fda461', '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': 716, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:46Z', 'updated_at': '2023-07-21T15:57:46Z', 'revision_number': 0}, {'id': 'a58d2ed6-24af-4434-bb45-76328038f188', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'security_group_id': '6a87ef79-b5d5-4d2e-9bba-270998fda461', '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': 717, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:46Z', 'updated_at': '2023-07-21T15:57:46Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:57:46Z', 'updated_at': '2023-07-21T15:57:46Z', 'revision_number': 1, 'project_id': '57d462fdfd384df78decce2ff2ca899d'}, 'floating_ip': {'id': 'b1db1768-088f-4a3c-ace1-fc04f46ceefa', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'floating_ip_address': '172.24.4.136', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:49Z', 'updated_at': '2023-07-21T15:57:49Z', 'revision_number': 0, 'ip': '172.24.4.136'}} 2023-07-21 15:57:50,167 79570 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.036s 2023-07-21 15:57:50,167 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1432956111", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "3a70f161-206f-4234-8414-c29e9a627bfd"}], "security_groups": [{"name": "tempest-securitygroup--219185493"}], "key_name": "tempest-keypair-1800072028", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-Ope nStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-76ae09fc-9d48-49b9-b365-1bfff4afe91a', 'x-compute-request-id': 'req-76ae09fc-9d48-49b9-b365-1bfff4afe91a', '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-21 15:57:50,223 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1800072028 0.054s 2023-07-21 15:57:50,224 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57ee469a-6da7-40dd-97d1-ab3007cbc20d', 'x-compute-request-id': 'req-57ee469a-6da7-40dd-97d1-ab3007cbc20d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1800072028'} Body: b'' 2023-07-21 15:57:50,470 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6a87ef79-b5d5-4d2e-9bba-270998fda461 0.245s 2023-07-21 15:57:50,471 79570 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-84660b4e-75d4-4845-bf4f-4a3240b35f70', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6a87ef79-b5d5-4d2e-9bba-270998fda461'} Body: b'' 2023-07-21 15:57:50,504 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/6a87ef79-b5d5-4d2e-9bba-270998fda461 0.033s 2023-07-21 15:57:50,504 79570 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-286c3b24-d8a3-499c-901d-e0709b27ff3d', 'date': 'Fri, 21 Jul 2023 15:57:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6a87ef79-b5d5-4d2e-9bba-270998fda461'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6a87ef79-b5d5-4d2e-9bba-270998fda461 does not exist", "detail": ""}}' 2023-07-21 15:57:51,168 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b1db1768-088f-4a3c-ace1-fc04f46ceefa 0.663s 2023-07-21 15:57:51,168 79570 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-0ce51223-5155-48da-97fa-45ae294ef486', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b1db1768-088f-4a3c-ace1-fc04f46ceefa'} Body: b'' 2023-07-21 15:57:51,218 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/57d462fdfd384df78d ecce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.050s 2023-07-21 15:57:51,219 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:51 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-9c93f482-d82a-4f8a-882d-4b0f088efe07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'' 2023-07-21 15:57:51,242 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.023s 2023-07-21 15:57:51,243 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c0e148-2cc3-44f4-8b1b-225dc585379c', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c0e148-2cc3-44f4-8b1b-225dc585379c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": "2023-07-21T15:57:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:52,278 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.028s 2023-07-21 15:57:52,278 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba2007aa-cf20-4f10-ba9f-adcf196c50fa', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba2007aa-cf20-4f10-ba9f-adcf196c50fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": "2023-07-21T15:57:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:53,319 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.036s 2023-07-21 15:57:53,319 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicatio n/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bab6d88-e09f-4f27-9857-7fe23f47c4ac', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bab6d88-e09f-4f27-9857-7fe23f47c4ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": "2023-07-21T15:57:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:54,380 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.057s 2023-07-21 15:57:54,381 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a57752ff-652b-4969-a932-5fb3da46cd25', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a57752ff-652b-4969-a932-5fb3da46cd25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": "2023-07-21T15:57:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:55,408 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.021s 2023-07-21 15:57:55,408 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:55 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-016e837b-3b8f-48ac-baa6-f6bfef186ef8', 'x-openstack-request-id': 'req-016e837b-3b8f-48ac-baa6-f6bfef186ef8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 01087faf-05e2-45eb-839a-30a94758379c could not be found."}}' {4} setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 52, in resource_setup server = cls.create_test_server(adminPass=cls.password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [0.183062s] ... 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-21 15:57:57,198 79568 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.133s 2023-07-21 15:57:57,198 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:57 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-7abcbd6f-323e-4cbc-9847-356a090114b7', '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": "a808468a93694a33b8475e3c3845df30", "name": "tempest-VolumesNegativeTest-743143467-project-member", "password_expires_at": null}, "audit_ids": ["nsndDeX8S56o_StljrYfDg"], "expires_at": "2023-07-21T16:57:57.000000Z", "issued_at": "2023-07-21T15:57:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec013381452e44aea84a3954edb2a15b", "name": "tempest-VolumesNegativeTest-743143467"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ec013381452e44aea84a3954edb2a15b", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ec013381452e44aea84a3954edb2a15b", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ec013381452e44aea84a3954edb2a15b", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:57,199 79568 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-21 15:57:57,235 79568 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.034s 2023-07-21 15:57:57,235 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Con tent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesNegativeTest-instance-1730876485", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57: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-f2641cbc-1646-45a4-93bf-433248af36ef', 'x-compute-request-id': 'req-f2641cbc-1646-45a4-93bf-433248af36ef', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.319616s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [3.940699s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [2.804702s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.062962s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.056635s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.035200s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.034362s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.015416s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.017172s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.013629s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.025618s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.017964s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.032007s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.026655s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.013753s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.106292s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.076589s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.072374s] ... ok {11} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.016903s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.124800s] ... ok {11} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.238128s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.232761s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.037334s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.035562s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.014542s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.037003s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.064552s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.030850s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.018449s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.027861s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.030623s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.023108s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.048164s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.026459s] ... ok {2} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [32.518252s] ... 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-21 15:57:37,236 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes 1.591s 2023-07-21 15:57:37,236 79562 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-1012776290", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7973858a-d71c-4483-89aa-13b2d08ac284', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7973858a-d71c-4483-89aa-13b2d08ac284', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.067330", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:37,337 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.089s 2023-07-21 15:57:37,337 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4fcd7e2-70a6-4976-9df3-ff7f63641441', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4fcd7e2-70a6-4976-9df3-ff7f63641441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:38,449 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.084s 2023-07-21 15:57:38,450 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4e5bee3-fc05-4ee4-9ec7-a3af1f8ccec1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4e5bee3-fc05-4ee4-9ec7-a3af1f8ccec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": "2023-07-21T15:57:37.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:39,536 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.064s 2023-07-21 15:57:39,537 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b27f93d3-2c4e-4c1d-8e2c-28da3a71c8b8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b27f93d3-2c4e-4c1d-8e2c-28da3a71c8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": "2023-07-21T15:57:37.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:40,628 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.069s 2023-07-21 15:57:40,629 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e2b3534-b434-4257-bd7b-2c640eb20fea', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e2b3534-b434-4257-bd7b-2c640eb20fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": "2023-07-21T15:57:37.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:41,726 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.081s 2023-07-21 15:57:41,727 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f90b61b-8663-47ed-87eb-60ffab39844e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f90b61b-8663-47ed-87eb-60ffab39844e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": "2023-07-21T15:57:37.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:42,782 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.043s 2023-07-21 15:57:42,868 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b086c56-936f-4a70-9f2e-a1cf6978b124', 'content-length': '1364', 'openstack-a pi-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b086c56-936f-4a70-9f2e-a1cf6978b124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": "2023-07-21T15:57:42.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:42,879 79562 INFO [tempest.common.waiters] volume 810e4a1e-0656-4c4f-b89d-234d467f6767 reached available after waiting for 5.879072 seconds 2023-07-21 15:57:43,371 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes 0.465s 2023-07-21 15:57:43,371 79562 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-372499432"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d48752ac-bad6-417c-91de-f951746f767c', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d48752ac-bad6-417c-91de-f951746f767c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes'} Body: b'{"volume": {"id": "a09e2abe-649d-4683-9759-c67e0428cd95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:43.250860", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-372499432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:43,454 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95 0.065s 2023-07-21 15:57:43,454 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898151b4-0a85-4481-80a7-e677c7b3faa9', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898151b4-0a85-4481-80a7-e677c7b3faa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95'} Body: b'{"volume": {"id": "a09e2abe-649d-4683-9759-c67e0428cd95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:43.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-372499432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:44,526 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95 0.052s 2023-07-21 15:57:44,526 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-263841f2-d171-48bc-b7fe-cf14968a6402', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-263841f2-d171-48bc-b7fe-cf14968a6402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95'} Body: b'{"volume": {"id": "a09e2abe-649d-4683-9759-c67e0428cd95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:43.000000", "updated_at": "2023-07-21T15:57:43.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-372499432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:45,614 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95 0.076s 2023-07-21 15:57:45,615 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-645f3914- 3c6e-463b-8b94-7036317deedd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-645f3914-3c6e-463b-8b94-7036317deedd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95'} Body: b'{"volume": {"id": "a09e2abe-649d-4683-9759-c67e0428cd95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:43.000000", "updated_at": "2023-07-21T15:57:43.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-372499432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:46,704 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95 0.066s 2023-07-21 15:57:46,705 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b103475d-4d33-41f6-9e70-023f85c93761', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b103475d-4d33-41f6-9e70-023f85c93761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95'} Body: b'{"volume": {"id": "a09e2abe-649d-4683-9759-c67e0428cd95", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:43.000000", "updated_at": "2023-07-21T15:57:46.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-372499432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:46,716 79562 INFO [tempest.common.waiters] volume a09e2abe-649d-4683-9759-c67e0428cd95 reached available after waiting for 3.716233 seconds 2023-07-21 15:57:47,085 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes 0.368s 2023-07-21 15:57:47,085 79562 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-1783706955"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71376325-5862- 4c1c-bc6d-349e16e4755f', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71376325-5862-4c1c-bc6d-349e16e4755f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes'} Body: b'{"volume": {"id": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:46.980135", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1783706955", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:47,170 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292 0.069s 2023-07-21 15:57:47,170 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-352dcf31-ee96-4e8b-8253-bfd946e37ed3', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-352dcf31-ee96-4e8b-8253-bfd946e37ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292'} Body: b'{"volume": {"id": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:47.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1783706955", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:48,239 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292 0.046s 2023-07-21 15:57:48,239 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fafa29f-0aa6-4553-92ef-59c1b7a59e6b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fafa29f-0aa6-4553-92ef-59c1b7a59e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292'} Body : b'{"volume": {"id": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:47.000000", "updated_at": "2023-07-21T15:57:47.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1783706955", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:49,316 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292 0.066s 2023-07-21 15:57:49,316 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb4c5e6-cf5a-455f-a3e4-9a73cb64d2db', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb4c5e6-cf5a-455f-a3e4-9a73cb64d2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292'} Body: b'{"volume": {"id": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:47.000000", "updated_at": "2023-07-21T15:57:47.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1783706955", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:50,388 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292 0.052s 2023-07-21 15:57:50,389 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb2b4b61-defc-424c-8a12-a04bf7937410', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb2b4b61-defc-424c-8a12-a04bf7937410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292'} Body: b'{"volume": {"id": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:47.000000", "updated_at": "2023-07-21T15:57:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1783706955", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:50,409 79562 INFO [tempest.common.waiters] volume 18b0cff6-1862-4e30-a6f3-ca71a9192292 reached available after waiting for 3.409772 seconds 2023-07-21 15:57:52,094 79562 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.684s 2023-07-21 15:57:52,094 79562 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-671182917"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-7948962e-8620-4792-8bd6-be0731b161b0', 'date': 'Fri, 21 Jul 2023 15:57:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"936e3752-5274-496e-9b72-c9bcff85514e","name":"tempest-device-tagging-net1-671182917","tenant_id":"f0920b5e5f63427dad79b054f91d5675","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"f0920b5e5f63427dad79b054f91d5675","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-21T15:57:50Z","updated_at":"2023-07-21T15:57:50Z","revision_number":1}}' 2023-07-21 15:57:53,316 79562 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.221s 2023-07-21 15:57:53,316 79562 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-1319183128"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-de828bf0-6497-4df3-8d21-6562b7b6b4c9', 'date': 'Fri, 21 Jul 2023 15:57:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa","name":"tempest-device-tagging-net2-1319183128","tenant_id":"f0920b5e5f63427dad79b054f91d5675","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"f0920b5e5f63427dad79b054f91d5675","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-21T15:57:52Z","updated_at":"2023-07-21T15:57:52Z","revision_number":1}}' 2023-07-21 15:57:55,177 79562 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 1.860s 2023-07-21 15:57:55,178 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "936e3752-5274-496e-9b72-c9bcff85514e", "cidr": "10.1.1.0/24", "ip_version": 4} } Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-a3bed4b4-955c-488b-a684-b3653e83fb7d', 'date': 'Fri, 21 Jul 2023 15:57:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"3d871601-211e-4cb7-8cd4-705340e3e874","name":"","tenant_id":"f0920b5e5f63427dad79b054f91d5675","network_id":"936e3752-5274-496e-9b72-c9bcff85514e","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-21T15:57:53Z","updated_at":"2023-07-21T15:57:53Z","revision_number":0,"project_id":"f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:56,853 79562 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 1.675s 2023-07-21 15:57:56,854 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-78aee613-cc7b-4e25-a5a4-04356e0e5530', 'date': 'Fri, 21 Jul 2023 15:57:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"9de37c46-f28c-4855-9229-c1e907ea02be","name":"","tenant_id":"f0920b5e5f63427dad79b054f91d5675","network_id":"cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa","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-21T15:57:55Z","updated_at":"2023-07-21T15:57:55Z","revision_number":0,"project_id":"f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:57,516 79562 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 0.662s 2023-07-21 15:57:57,516 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "936e3752-5274-496e-9b72-c9bcff85514e", "name": "tempest-TaggedBootDevicesTest_v242-870786035", "fixed_ips": [{"subnet_id": "3d871601-211e-4cb7-8cd4-705340e3e874"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-8d5090ae-1aa9-43dd-9887-6af8fe50c556', 'date': 'Fri, 21 Jul 2023 15:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"0ca9fa9a-5dd0-4d48-a6a0-ba8bed4ead5d","name":"tempest-TaggedBootDevicesTest_v242-870786035","network_id":"936e3752-5274-496e-9b72-c9bcff85514e","tenant_id":"f0920b5e5f63427dad79b054f91d5675","mac_address":"fa:16:3e:82:49:3e","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"3d871601-211e-4cb7-8cd4-705340e3e874","ip_address":"10.1.1.34"}],"project_id":"f0920b5e5f63427dad79b054f91d5675","port_security_enabled":true,"security_groups":["8695f913-2455-4724-a929-a4f4dbcf0411"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T15:57:56Z","updated_at":"2023-07-21T15:57:57Z","revision_number":1}}' 2023-07-21 15:57:58,314 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTes t_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.796s 2023-07-21 15:57:58,314 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "936e3752-5274-496e-9b72-c9bcff85514e", "name": "tempest-TaggedBootDevicesTest_v242-1360196088", "fixed_ips": [{"subnet_id": "3d871601-211e-4cb7-8cd4-705340e3e874"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-2a5aa5fa-211f-40ce-974c-2d8d0852afe2', 'date': 'Fri, 21 Jul 2023 15:57:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"9278a4a3-370a-4c8f-a38d-910a9f1c4b2f","name":"tempest-TaggedBootDevicesTest_v242-1360196088","network_id":"936e3752-5274-496e-9b72-c9bcff85514e","tenant_id":"f0920b5e5f63427dad79b054f91d5675","mac_address":"fa:16:3e:66:2f:6c","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"3d871601-211e-4cb7-8cd4-705340e3e874","ip_address":"10.1.1.221"}],"project_id":"f0920b5e5f63427dad79b054f91d5675","port_security_enabled":true,"security_groups":["8695f913-2455-4724-a929-a4f4dbcf0411"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T15:57:57Z","updated_at":"2023-07-21T15:57:57Z","revision_number":1}}' 2023-07-21 15:57:58,315 79562 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:57:58,315 79562 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:57:58,388 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.070s 2023-07-21 15:57:58,388 79562 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-75119072", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLUdDWrVgrgc1hzAGVPSD1iIbwhhGzpKLOygGZMHCbdEOZMEM8x/k7JeZEVFh0DzH+sTpv1ZfyYaYMD+MrgOtqL3B+iioG1B10n7C07wTgygKzOsgNteNICaK2t0vwQmyg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', '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-a79c4d2f-9271-475c-aa3c-4843d249400c', 'x-compute-request-id': 'req-a79c4d2f-9271-475c-aa3c-4843d249400c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-75119072", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLUdDWrVgrgc1hzAGVPSD1iIbwhhGzpKLOygGZMHCbdEOZMEM8x/k7JeZEVFh0DzH+sTpv1ZfyYaYMD+MrgOtqL3B+iioG1B10n7C07wTgygKzOsgNteNICaK2t0vwQmyg==", "fingerprint": "07:2a:87:b5:64:d5:5a:fa:87:44:4c:98:0d:63:2f:3d", "user_id": "ac7d23b182f141809c9020645014c679"}}' 2023-07-21 15:57:58,391 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-75119072 created 2023-07-21 15:57:58,644 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.253s 2023-07-21 15:57:58,644 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "t empest-securitygroup--1599357420", "description": "tempest-description--1942772294"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-eec941ba-14bf-4c91-87ed-837c932eb4c3', 'date': 'Fri, 21 Jul 2023 15:57:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "name": "tempest-securitygroup--1599357420", "stateful": true, "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "description": "tempest-description--1942772294", "shared": false, "security_group_rules": [{"id": "706059fe-89cd-4733-a2c0-32c018eb7211", "project_id": "f0920b5e5f63427dad79b054f91d5675", "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "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": 766, "description": null, "tags": [], "created_at": "2023-07-21T15:57:58Z", "updated_at": "2023-07-21T15:57:58Z", "revision_number": 0}, {"id": "72b03b85-5569-4b19-bb8b-df25010d7cff", "project_id": "f0920b5e5f63427dad79b054f91d5675", "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "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": 767, "description": null, "tags": [], "created_at": "2023-07-21T15:57:58Z", "updated_at": "2023-07-21T15:57:58Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:57:58Z", "updated_at": "2023-07-21T15:57:58Z", "revision_number": 1, "project_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:59,067 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.422s 2023-07-21 15:57:59,068 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "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-63260f8b-6254-4ede-be97-a311fcb5b223', 'date': 'Fri, 21 Jul 2023 15:57:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e562a12-b701-4676-a765-0d1fd6ba1d0c", "project_id": "f0920b5e5f63427dad79b054f91d5675", "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "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-21T15:57:58Z", "updated_at": "2023-07-21T15:57:58Z", "revision_number": 0}}' 2023-07-21 15:57:59,391 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.323s 2023-07-21 15:57:59,391 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'a pplication/json', 'content-length': '570', 'x-openstack-request-id': 'req-c1f11caf-e6eb-4727-b2b5-0e69dae8ed2d', 'date': 'Fri, 21 Jul 2023 15:57:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2184208-d778-4dbd-a21b-707ef15c296c", "project_id": "f0920b5e5f63427dad79b054f91d5675", "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "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-21T15:57:59Z", "updated_at": "2023-07-21T15:57:59Z", "revision_number": 0}}' 2023-07-21 15:57:59,392 79562 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1599357420 created 2023-07-21 15:58:01,521 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.129s 2023-07-21 15:58:01,522 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-db08aaaf-a803-4d35-b646-590f259fda0c', 'date': 'Fri, 21 Jul 2023 15:58:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e381e676-f56c-4c57-8a4c-cb04c44bd5f6", "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "floating_ip_address": "172.24.4.107", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f0920b5e5f63427dad79b054f91d5675", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:58:00Z", "updated_at": "2023-07-21T15:58:00Z", "revision_number": 0}}' 2023-07-21 15:58:01,522 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e381e676-f56c-4c57-8a4c-cb04c44bd5f6', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:00Z', 'updated_at': '2023-07-21T15:58:00Z', 'revision_number': 0, 'ip': '172.24.4.107'} created 2023-07-21 15:58:01,623 79562 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.094s 2023-07-21 15:58:01,624 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:01 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-034c6c03-763c-45f0-96ce-2cf7fb1ee64a', '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": "ac7d23b182f141809c9020645014c679", "name": "tempest-TaggedBootDevicesTest_v242-1013373544-project-member", "password_expires_at": null}, "audit_ids": ["-XyOuEYYSoucNClq-hlmSQ"], "exp ires_at": "2023-07-21T16:58:01.000000Z", "issued_at": "2023-07-21T15:58:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f0920b5e5f63427dad79b054f91d5675", "name": "tempest-TaggedBootDevicesTest_v242-1013373544"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:58:01,624 79562 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'cf842abe-b41b-493d-889c-9ccc0a963086', 'name': 'tempest-TaggedBootDevicesTest_v242-221307747-network', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20533, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:57:01Z', 'updated_at': '2023-07-21T15:57:01Z', 'revision_number': 1} available for tenant 2023-07-21 15:58:01,678 79562 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.049s 2023-07-21 15:58:01,678 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:01 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-34d503f1-9a66-4bad-8e4c-36cd3e59e40c', '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": "ac7d23b182f141809c9020645014c679", "name": "tempest-TaggedBootDevicesTest_v242-1013373544-project-member", "password_expires_at": null}, "audit_ids": ["YZuIjkfpTe6HJYBdjn9x6g"], "expires_at": "2023-07-21T16:58:01.000000Z", "issued_at": "2023-07-21T15:58:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f0920b5e5f63427dad79b054f91d5675", "name": "tempest-TaggedBootDevicesTest_v242-1013373544"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:58:01,678 79562 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'cf842abe-b41b-493d-889c-9ccc0a963086', 'name': 'tempest-TaggedBootDevicesTest_v242-221307747-network', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20533, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:57:01Z', 'updated_at': '2023-07-21T15:57:01Z', 'revision_number': 1} available for tenant 2023-07-21 15:58:01,679 79562 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-75119072', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzOD QAAABhBLUdDWrVgrgc1hzAGVPSD1iIbwhhGzpKLOygGZMHCbdEOZMEM8x/k7JeZEVFh0DzH+sTpv1ZfyYaYMD+MrgOtqL3B+iioG1B10n7C07wTgygKzOsgNteNICaK2t0vwQmyg==', 'fingerprint': '07:2a:87:b5:64:d5:5a:fa:87:44:4c:98:0d:63:2f:3d', 'user_id': 'ac7d23b182f141809c9020645014c679', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAccxGao/iAl1A5caiz/TwU8gL0Xque1nKTtLc1by2/1WxtuHcXc9qG\n60wuGKFs7/igBwYFK4EEACKhZANiAAS1HQ1q1YK4HNYcwBlT0g9YiG8IYRs6Sizs\noBmTBwm3RDmTBDPMf5OyXmRFRYdA8x/rE6b9WX8mGmDA/jK4Drai9wfooqBtQddJ\n+wtO8E4MoCszrIDbXjSAmitrdL8EJso=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75', 'name': 'tempest-securitygroup--1599357420', 'stateful': True, 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'description': 'tempest-description--1942772294', 'shared': False, 'security_group_rules': [{'id': '706059fe-89cd-4733-a2c0-32c018eb7211', 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'security_group_id': '2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75', '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': 766, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:58Z', 'updated_at': '2023-07-21T15:57:58Z', 'revision_number': 0}, {'id': '72b03b85-5569-4b19-bb8b-df25010d7cff', 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'security_group_id': '2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75', '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': 767, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:58Z', 'updated_at': '2023-07-21T15:57:58Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:57:58Z', 'updated_at': '2023-07-21T15:57:58Z', 'revision_number': 1, 'project_id': 'f0920b5e5f63427dad79b054f91d5675'}, 'floating_ip': {'id': 'e381e676-f56c-4c57-8a4c-cb04c44bd5f6', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:00Z', 'updated_at': '2023-07-21T15:58:00Z', 'revision_number': 0, 'ip': '172.24.4.107'}} 2023-07-21 15:58:01,724 79562 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.044s 2023-07-21 15:58:01,724 79562 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-1524976112", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "cf842abe-b41b-493d-889c-9ccc0a963086"}, {"port": "0ca9fa9a-5dd0-4d48-a6a0-ba8bed4ead5d", "tag": "port-1"}, {"port": "9278a4a3-370a-4c8f-a38d-910a9f1c4b2f", "tag": "port-2"}, {"uuid": "936e3752-5274-496e-9b72-c9bcff85514e", "tag": "net-1"}, {"uuid": "936e3752-5274-496e-9b72-c9bcff85514e"}, {"uuid": "cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "810e4a1e-0656-4c4f-b89d-234d467f6767", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "a09e2abe-649d-4683-9759-c67e0428cd95", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1599357420"}], "key_name": "tempest-keypair-75119072", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:01 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-b65f2dd2-213a-4f13-8856-f9d1f3fea035', 'x-compute-request-id': 'req-b65f2dd2-213a-4f13-8856-f9d1f3fea035', '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-21 15:58:01,767 79562 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-75119072 0.042s 2023-07-21 15:58:01,768 79562 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': 'Fri, 21 Jul 2023 15:58:01 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-66af5177-441c-4ae6-9c97-d9b3ee81c1bd', 'x-compute-request-id': 'req-66af5177-441c-4ae6-9c97-d9b3ee81c1bd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-75119072'} Body: b'' 2023-07-21 15:58:01,980 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75 0.211s 2023-07-21 15:58:01,980 79562 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-3bf43add-9246-433d-ae53-e5ed222ab1de', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75'} Body: b'' 2023-07-21 15:58:02,020 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75 0.038s 2023-07-21 15:58:02,020 79562 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-f48abad7-45a0-4bc4-9ab0-4f389e7227d6', 'date': 'Fri, 21 Jul 2023 15:58:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75 does not exist", "detail": ""}}' 2023-07-21 15:58:02,625 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e381e676-f56c-4c57-8a4c-cb04c44bd5f6 0.603s 2023-07-21 15:58:02,625 79562 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-7379cb75-7a8d-4664-8a24-aa376fa1e79e', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e381e676-f56c-4c57-8a4c-cb04c44bd5f6'} Body: b'' 2023-07-21 15:58:03,433 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/9278a4a3-370a-4c8f-a38d-910a9f1c4b2f 0.807s 2023-07-21 15:58:03,433 79562 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-747fe047-02ad-40b6-979c-d394b9eddb86', 'date': 'Fri, 21 Jul 2023 15:58:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/9278a4a3-370a-4c8f-a38d-910a9f1c4b2f'} Body: b'' 2023-07-21 15:58:03,990 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/0ca9fa9a-5dd0-4d48-a6a0-ba8bed4ead5d 0.556s 2023-07-21 15:58:03,990 79562 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-28da7ef9-1e2d-484f-be92-cd997318ce30', 'date': 'Fri, 21 Jul 2023 15:58:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/0ca9fa9a-5dd0-4d48-a6a0-ba8bed4ead5d'} Body: b'' 2023-07-21 15:58:04,446 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/9de37c46-f28c-4855-9229-c1e907ea02be 0.454s 2023-07-21 15:58:04,446 79562 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-d4cf99d4-b8b5-40be-b877-4b1ac39c9273', 'date': 'Fri, 21 Jul 2023 15:58:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/9de37c46-f28c-4855-9229-c1e907ea02be'} Body: b'' 2023-07-21 15:58:04,886 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/3d871601-211e-4cb7-8cd4-705340e3e874 0.439s 2023-07-21 15:58:04,887 79562 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-996e781b-cb12-4f7c-86a1-60fd5f9d63c8', 'date': 'Fri, 21 Jul 2023 15:58:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/3d871601-211e-4cb7-8cd4-705340e3e874'} Body: b'' 2023-07-21 15:58:07,262 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa 2.374s 2023-07-21 15:58:07,262 79562 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-0d690c58-ace9-4132-be88-1044a2f3d4ac', 'date': 'Fri, 21 Jul 2023 15:58:07 GMT', 'connection': 'close', 'st atus': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa'} Body: b'' 2023-07-21 15:58:08,160 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/936e3752-5274-496e-9b72-c9bcff85514e 0.898s 2023-07-21 15:58:08,161 79562 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-2aef87ca-75e9-438a-a372-0300a11c8a57', 'date': 'Fri, 21 Jul 2023 15:58:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/936e3752-5274-496e-9b72-c9bcff85514e'} Body: b'' {1} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [8.347147s] ... ok {4} setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {10} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.058224s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [11.411970s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.188447s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.095035s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.066361s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.100198s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.454379s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.047640s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.233205s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.519231s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.200946s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.346750s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.065473s] ... ok {4} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [3.095642s] ... 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-21 15:58:20,920 79566 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:58:20,920 79566 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:58:21,102 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.177s 2023-07-21 15:58:21,102 79566 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-1197926739", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCvrXBi07yGPdyTluoX41yHYTC6n2EL5MY67tcpEdekDJH5rx2xGGlCy+95yS3l4zLogp+SzNE0gCw4iqYSVYWtl+fitdx8Xe6DLjx84igq3/Er5BueI4/mihYEhyzZaJQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84cb2b38-fb24-464a-99c9-effc0698ffd6', 'x-compute-request-id': 'req-84cb2b38-fb24-464a-99c9-effc0698ffd6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1197926739", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCvrXBi07yGPdyTluoX41yHYTC6n2EL5MY67tcpEdekDJH5rx2xGGlCy+95yS3l4zLogp+SzNE0gCw4iqYSVYWtl+fitdx8Xe6DLjx84igq3/Er5BueI4/mihYEhyzZaJQ==", "fingerprint": "25:d0:00:e8:a8:5b:e0:6c:53:bc:52:aa:95:7c:2e:27", "user_id": "ad2dbfd25bd2439c82e82f76a38c9901"}}' 2023-07-21 15:58:21,111 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1197926739 created 2023-07-21 15:58:21,296 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.184s 2023-07-21 15:58:21,296 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1600527511", "description": "tempest-description--1754533384"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-d89aa847-7845-4c5b-82ae-e70643e281e1', 'date': 'Fri, 21 Jul 2023 15:58:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "name": "tempest-securitygroup--1600527511", "stateful": true, "tenant_id": "106d90e7546a4c73adf822d999b43c74", "description": "tempest-description--1754533384", "shared": false, "security_group_rules": [{"id": "6c599084-f91f-4370-9b23-b84e34cbdd9b", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "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": 820, "description": null, "tags": [], "created_at": "2023-07-21T15:58:21Z", "updated_at": "2023-07-21T15:58:21Z", "revision_number": 0}, {"id": "c6e9c25d-851b-457f-8e5d-2a5db91ab206", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "ethertype": "IPv4", "direction": "egress", "protocol": null, "po rt_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": 819, "description": null, "tags": [], "created_at": "2023-07-21T15:58:21Z", "updated_at": "2023-07-21T15:58:21Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:58:21Z", "updated_at": "2023-07-21T15:58:21Z", "revision_number": 1, "project_id": "106d90e7546a4c73adf822d999b43c74"}}' 2023-07-21 15:58:21,545 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.248s 2023-07-21 15:58:21,545 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "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-96a43714-8ba9-415f-859e-1c57ec45d653', 'date': 'Fri, 21 Jul 2023 15:58:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9f3f8800-badb-45eb-8886-7708bffa5036", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "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-21T15:58:21Z", "updated_at": "2023-07-21T15:58:21Z", "revision_number": 0}}' 2023-07-21 15:58:21,753 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.207s 2023-07-21 15:58:21,753 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7c820fba-758c-48e7-839c-c895b9ca3a87', 'date': 'Fri, 21 Jul 2023 15:58:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d7d67e97-ae30-4e07-b3eb-97c0c00e7b04", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "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-21T15:58:21Z", "updated_at": "2023-07-21T15:58:21Z", "revision_number": 0}}' 2023-07-21 15:58:21,753 79566 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1600527511 created 2023-07-21 15:58:22,628 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.873s 2023-07-21 15:58:22,632 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-34f53d1e-1d45-4edd-b772-625a48cc19d6', 'date': 'Fri, 21 Jul 2023 15:58:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a3fa7998-c734-427e-8ff0-831eec013278", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "floating_ip_address": "172.24.4.151", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "106d90e7546a4c73adf822d999b43c74", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:58:22Z", "updated_at": "2023-07-21T15:58:22Z", "revision_number": 0}}' 2023-07-21 15:58:22,633 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a3fa7998-c734-427e-8ff0-831eec013278', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'floating_ip_address': '172.24.4.151', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:22Z', 'updated_at': '2023-07-21T15:58:22Z', 'revision_number': 0, 'ip': '172.24.4.151'} created 2023-07-21 15:58:22,677 79566 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.038s 2023-07-21 15:58:22,677 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:22 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-e1605f5c-eb4d-4725-bbdc-9ebf74f7d863', '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": "ad2dbfd25bd2439c82e82f76a38c9901", "name": "tempest-AttachVolumeShelveTestJSON-1443533822-project-member", "password_expires_at": null}, "audit_ids": ["1yKKc13yQg6oha0ee8CiaQ"], "expires_at": "2023-07-21T16:58:22.000000Z", "issued_at": "2023-07-21T15:58:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "106d90e7546a4c73adf822d999b43c74", "name": "tempest-AttachVolumeShelveTestJSON-1443533822"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{" id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:58:22,678 79566 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '29881b15-6199-47f8-849f-aa62ade5b441', 'name': 'tempest-AttachVolumeShelveTestJSON-821632270-network', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '106d90e7546a4c73adf822d999b43c74', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19072, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:58:13Z', 'updated_at': '2023-07-21T15:58:13Z', 'revision_number': 1} available for tenant 2023-07-21 15:58:22,678 79566 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1197926739', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCvrXBi07yGPdyTluoX41yHYTC6n2EL5MY67tcpEdekDJH5rx2xGGlCy+95yS3l4zLogp+SzNE0gCw4iqYSVYWtl+fitdx8Xe6DLjx84igq3/Er5BueI4/mihYEhyzZaJQ==', 'fingerprint': '25:d0:00:e8:a8:5b:e0:6c:53:bc:52:aa:95:7c:2e:27', 'user_id': 'ad2dbfd25bd2439c82e82f76a38c9901', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDE/CLyMs6f7tfY20yb9ZANx/P+g4oHl6tvsRJpcbHteiIgCygSH1EG\nhENNu2OlMXKgBwYFK4EEACKhZANiAAQr61wYtO8hj3ck5bqF+Nch2Ewup9hC+TGO\nu7XKRHXpAyR+a8dsRhpQsvveckt5eMy6IKfkszRNIAsOIqmElWFrZfn4rXcfF3ug\ny48fOIoKt/xK+QbniOP5ooWBIcs2WiU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278', 'name': 'tempest-securitygroup--1600527511', 'stateful': True, 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'description': 'tempest-description--1754533384', 'shared': False, 'security_group_rules': [{'id': '6c599084-f91f-4370-9b23-b84e34cbdd9b', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'security_group_id': '6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278', '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': 820, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:58:21Z', 'updated_at': '2023-07-21T15:58:21Z', 'revision_number': 0}, {'id': 'c6e9c25d-851b-457f-8e5d-2a5db91ab206', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'security_group_id': '6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278', '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': 819, 'description': None, 'tags': [], ' created_at': '2023-07-21T15:58:21Z', 'updated_at': '2023-07-21T15:58:21Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:58:21Z', 'updated_at': '2023-07-21T15:58:21Z', 'revision_number': 1, 'project_id': '106d90e7546a4c73adf822d999b43c74'}, 'floating_ip': {'id': 'a3fa7998-c734-427e-8ff0-831eec013278', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'floating_ip_address': '172.24.4.151', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:22Z', 'updated_at': '2023-07-21T15:58:22Z', 'revision_number': 0, 'ip': '172.24.4.151'}} 2023-07-21 15:58:22,706 79566 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.027s 2023-07-21 15:58:22,707 79566 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-105848469", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "29881b15-6199-47f8-849f-aa62ade5b441"}], "security_groups": [{"name": "tempest-securitygroup--1600527511"}], "key_name": "tempest-keypair-1197926739", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:22 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-b7a906e6-5d7e-450e-b650-a19d77087619', 'x-compute-request-id': 'req-b7a906e6-5d7e-450e-b650-a19d77087619', '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-21 15:58:22,753 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1197926739 0.044s 2023-07-21 15:58:22,754 79566 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': 'Fri, 21 Jul 2023 15:58:22 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-63a58d93-42a6-435f-ac8b-fcea2b20d5ca', 'x-compute-request-id': 'req-63a58d93-42a6-435f-ac8b-fcea2b20d5ca', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1197926739'} Body: b'' 2023-07-21 15:58:23,120 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278 0.365s 2023-07-21 15:58:23,120 79566 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-7f59bab1-d7a4-44ee-85bf-2a37538314a1', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http ://10.0.0.210:9696/networking/v2.0/security-groups/6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278'} Body: b'' 2023-07-21 15:58:23,138 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278 0.017s 2023-07-21 15:58:23,138 79566 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-ec1aaa33-79c1-4fac-b974-e62148ed0e57', 'date': 'Fri, 21 Jul 2023 15:58:23 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278 does not exist", "detail": ""}}' 2023-07-21 15:58:24,013 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a3fa7998-c734-427e-8ff0-831eec013278 0.874s 2023-07-21 15:58:24,013 79566 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-51dd47f8-aa84-438d-bbd3-c15217466438', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a3fa7998-c734-427e-8ff0-831eec013278'} Body: b'' {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.089061s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.119083s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.145581s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.097105s] ... ok {10} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [8.070439s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.079411s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.175762s] ... ok {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [29.256568s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.177802s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.191638s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.103728s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.094472s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.133384s] ... ok {4} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [2.834099s] ... 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-21 15:58:24,017 79566 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:58:24,017 79566 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:58:24,079 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.059s 2023-07-21 15:58:24,080 79566 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-1106833670", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG2u7bnJMKJGVzau0nE7Z0nH3mMLMUOlO0GBrWL10HFGyx/7xA46N7DkedL+p9ydu7Gc0Z5Yzo/a+og7XlJNIg/jpbz87DY8rpcbPrI088hvnbGk1Lhfx+/97wmSPYiosA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da9f2fbf-8864-47fe-b9ce-82212dae7638', 'x-compute-request-id': 'req-da9f2fbf-8864-47fe-b9ce-82212dae7638', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1106833670", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG2u7bnJMKJGVzau0nE7Z0nH3mMLMUOlO0GBrWL10HFGyx/7xA46N7DkedL+p9ydu7Gc0Z5Yzo/a+og7XlJNIg/jpbz87DY8rpcbPrI088hvnbGk1Lhfx+/97wmSPYiosA==", "fingerprint": "3e:76:a3:ff:88:b9:84:73:ab:b3:ae:51:d2:07:c0:06", "user_id": "ad2dbfd25bd2439c82e82f76a38c9901"}}' 2023-07-21 15:58:24,082 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1106833670 created 2023-07-21 15:58:24,263 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.180s 2023-07-21 15:58:24,263 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1295712207", "description": "tempest-description--131354113"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-348a364c-bd72-479d-91ef-0fd18f6b80a9', 'date': 'Fri, 21 Jul 2023 15:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "name": "tempest-securitygroup--1295712207", "stateful": true, "tenant_id": "106d90e7546a4c73adf822d999b43c74", "description": "tempest-description--131354113", "shared": false, "security_group_rules": [{"id": "1b02c518-7493-4de0-a9d6-c9965d676cfd", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "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": 832, "description": null, "tags": [], "created_at": "2023-07-21T15:58:24Z", "updated_at": "2023-07-21T15:58:24Z", "revision_number": 0}, {"id": "244c3d58-bd98-4681-bbbc-2b6882a0c819", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "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": 831, "description": null, "tags": [], "created_at": "2023-07-21T15:58:24Z", "updated_at": "2023-07-21T15:58:24Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:58:24Z", "updated_at": "2023-07-21T15:58:24Z", "revision_number": 1, "project_id": "106d90e7546a4c73adf822d999b43c74"}}' 2023-07-21 15:58:24,431 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.167s 2023-07-21 15:58:24,431 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "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-e6e59a1a-f971-49bf-bdf1-95caa08cba5a', 'date': 'Fri, 21 Jul 2023 15:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c924bd63-2310-4415-8901-c56830691e21", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "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-21T15:58:24Z", "updated_at": "2023-07-21T15:58:24Z", "revision_number": 0}}' 2023-07-21 15:58:24,610 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-07-21 15:58:24,610 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ed01bcfd-dc1d-41ce-94ea-8d1056a633ba', 'date': 'Fri, 21 Jul 2023 15:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "95aac176-9002-4eff-a273-3585e8bc8492", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "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-21T15:58:24Z", "updated_at": "2023-07-21T15:58:24Z", "revision_number": 0}}' 2023-07-21 15:58:24,610 79566 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1295712207 created 2023-07-21 15:58:25,819 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.208s 2023-07-21 15:58:25,820 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'cont ent-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-9d229076-6437-434e-bb6b-dadefc12a6b8', 'date': 'Fri, 21 Jul 2023 15:58:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e4e70201-ed93-4956-9da1-e242ab19e104", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "floating_ip_address": "172.24.4.72", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "106d90e7546a4c73adf822d999b43c74", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:58:25Z", "updated_at": "2023-07-21T15:58:25Z", "revision_number": 0}}' 2023-07-21 15:58:25,821 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e4e70201-ed93-4956-9da1-e242ab19e104', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'floating_ip_address': '172.24.4.72', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:25Z', 'updated_at': '2023-07-21T15:58:25Z', 'revision_number': 0, 'ip': '172.24.4.72'} created 2023-07-21 15:58:25,959 79566 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.128s 2023-07-21 15:58:25,960 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:25 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-99eba5c6-fa81-4c24-8152-c32cc37a602c', '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": "ad2dbfd25bd2439c82e82f76a38c9901", "name": "tempest-AttachVolumeShelveTestJSON-1443533822-project-member", "password_expires_at": null}, "audit_ids": ["G_AzZeoeTxaRB40pcyUxkw"], "expires_at": "2023-07-21T16:58:25.000000Z", "issued_at": "2023-07-21T15:58:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "106d90e7546a4c73adf822d999b43c74", "name": "tempest-AttachVolumeShelveTestJSON-1443533822"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:58:25,961 79566 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '29881b15-6199-47f8-849f-aa62ade5b441', 'name': 'tempest-AttachVolumeShelveTestJSON-821632270-network', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '106d90e7546a4c73adf822d999b43c74', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19072, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:58:13Z', 'updated_at': '2023-07-21T15:58:13Z', 'revision_number': 1} available for tenant 2023-07-21 15:58:25,961 79566 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1106833670', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG2u7bnJMKJGVzau0nE7Z0nH3mMLMUOlO0GBrWL10HFGyx/7xA46N7DkedL+p9ydu7Gc0Z5Yzo/a+og7XlJNIg/jpbz87DY8rpcbPrI088hvnbGk1Lhfx+/97wmSPYiosA==', 'fingerprint': '3e:76:a3:ff:88:b9:84:73:ab:b3:ae:51:d2:07:c0:06', 'user_id': 'ad2dbfd25bd2439c82e82f76a38c9901', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC/yrdTbWmJjmERA4FHtYp3MyVCckOOtIDOzoMrTKyaQz1u5JJn5iGi\nhteIb6SfPKigBwYFK4EEACKhZANiAARtru25yTCiRlc2rtJxO2dJx95jCzFDpTtB\nga1i9dBxRssf+8QOOjew5HnS/qfcnbuxnNGeWM6P2vqIO15STSIP46W8/Ow2PK6X\nGz6yNPPIb52xpNS4X8fv/e8Jkj2IqLA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3406e111-0901-4b6c-b3b4-4804ddbffb05', 'name': 'tempest-securitygroup--1295712207', 'stateful': True, 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'description': 'tempest-description--131354113', 'shared': False, 'security_group_rules': [{'id': '1b02c518-7493-4de0-a9d6-c9965d676cfd', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'security_group_id': '3406e111-0901-4b6c-b3b4-4804ddbffb05', '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': 832, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:58:24Z', 'updated_at': '2023-07-21T15:58:24Z', 'revision_number': 0}, {'id': '244c3d58-bd98-4681-bbbc-2b6882a0c819', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'security_group_id': '3406e111-0901-4b6c-b3b4-4804ddbffb05', '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': 831, 'description': None, 'tags': [], 'create d_at': '2023-07-21T15:58:24Z', 'updated_at': '2023-07-21T15:58:24Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:58:24Z', 'updated_at': '2023-07-21T15:58:24Z', 'revision_number': 1, 'project_id': '106d90e7546a4c73adf822d999b43c74'}, 'floating_ip': {'id': 'e4e70201-ed93-4956-9da1-e242ab19e104', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'floating_ip_address': '172.24.4.72', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:25Z', 'updated_at': '2023-07-21T15:58:25Z', 'revision_number': 0, 'ip': '172.24.4.72'}} 2023-07-21 15:58:26,005 79566 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.042s 2023-07-21 15:58:26,006 79566 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-1849077814", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "29881b15-6199-47f8-849f-aa62ade5b441"}], "security_groups": [{"name": "tempest-securitygroup--1295712207"}], "key_name": "tempest-keypair-1106833670", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:25 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-216d56a8-988e-46be-95e7-aa13dd3a1a78', 'x-compute-request-id': 'req-216d56a8-988e-46be-95e7-aa13dd3a1a78', '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-21 15:58:26,066 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1106833670 0.058s 2023-07-21 15:58:26,066 79566 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': 'Fri, 21 Jul 2023 15:58:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04202ffa-b0e2-4834-a184-371d1164ae4b', 'x-compute-request-id': 'req-04202ffa-b0e2-4834-a184-371d1164ae4b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1106833670'} Body: b'' 2023-07-21 15:58:26,238 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3406e111-0901-4b6c-b3b4-4804ddbffb05 0.171s 2023-07-21 15:58:26,239 79566 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-c14bff30-b55b-4397-96c9-38996ba82805', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0 .0.210:9696/networking/v2.0/security-groups/3406e111-0901-4b6c-b3b4-4804ddbffb05'} Body: b'' 2023-07-21 15:58:26,260 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3406e111-0901-4b6c-b3b4-4804ddbffb05 0.020s 2023-07-21 15:58:26,260 79566 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-98e3f93d-a974-4648-b28d-108a468633de', 'date': 'Fri, 21 Jul 2023 15:58:26 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3406e111-0901-4b6c-b3b4-4804ddbffb05'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3406e111-0901-4b6c-b3b4-4804ddbffb05 does not exist", "detail": ""}}' 2023-07-21 15:58:26,849 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e4e70201-ed93-4956-9da1-e242ab19e104 0.588s 2023-07-21 15:58:26,850 79566 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-097dff64-a0e6-4b1a-b74f-b94e8c1a65a9', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e4e70201-ed93-4956-9da1-e242ab19e104'} Body: b'' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [29.370252s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [1.037737s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.217458s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.188675s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.181444s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.026340s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.023873s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.176656s] ... ok {11} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [28.521633s] ... ok {10} 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`. {11} 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 c39ded38-d7da-405c-aa87-7606f4fc4a99 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.'}, )) {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`. {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [0.348995s] ... 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-21 15:58:43,520 79574 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.156s 2023-07-21 15:58:43,521 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2807', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-37d6e82f-ccdb-489b-b5d6-b1b13f3028a5', '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": "293c6dfba7284272808892de240c3089", "name": "tempest-VolumesActionsTest-142609878-project-member", "password_expires_at": null}, "audit_ids": ["bpa-Y5D7TsmSq3Ok1-_mHA"], "expires_at": "2023-07-21T16:58:43.000000Z", "issued_at": "2023-07-21T15:58:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5e32874a55b4b0c929ade693dd90e66", "name": "tempest-VolumesActionsTest-142609878"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c5e32874a55b4b0c929ade693dd90e66", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c5e32874a55b4b0c929ade693dd90e66", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c5e32874a55b4b0c929ade693dd90e66", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:58:43,522 79574 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'd58add17-d624-4ae0-9135-d081ffe5958f', 'name': 'tempest-VolumesActionsTest-1955864317-network', 'tenant_id': 'c5e32874a55b4b0c929ade693dd90e66', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c5e32874a55b4b0c929ade693dd90e66', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': ' geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29935, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:58:26Z', 'updated_at': '2023-07-21T15:58:26Z', 'revision_number': 1} available for tenant 2023-07-21 15:58:43,702 79574 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.179s 2023-07-21 15:58:43,703 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-2028919802", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "d58add17-d624-4ae0-9135-d081ffe5958f"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58: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-52f9d91f-4044-40ee-87f1-4db28033631f', 'x-compute-request-id': 'req-52f9d91f-4044-40ee-87f1-4db28033631f', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.162173s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.107089s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.600823s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.103700s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.404944s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.096235s] ... ok {4} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.491222s] ... ok {4} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.072736s] ... ok {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [27.236154s] ... ok {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [12.658880s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.025506s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.053883s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.025299s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.077339s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.036361s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.035360s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.028970s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.058337s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.042275s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.038336s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.039362s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.124055s] ... ok {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.076886s] ... ok {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [6.884829s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.314997s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.018797s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.020366s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.041464s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.010493s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.012789s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.040718s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.042448s] ... ok {2} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.314807s] ... ok {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [7.102982s] ... ok {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [42.005701s] ... ok {4} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [9.139034s] ... ok {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [8.182265s] ... ok {4} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [8.176096s] ... ok {6} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [3.036747s] ... 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-21 15:59:21,028 79570 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-21 15:59:21,931 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/image/v2/images 0.903s 2023-07-21 15:59:21,932 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2106168028", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d2b99928-5833-4707-ae01-201de86800c1', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-f1b2fda3-46fa-42f6-8038-50f0faf1e185', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2106168028", "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": "67209c50758a4fa68f0e23ab822b8492", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d2b99928-5833-4707-ae01-201de86800c1", "created_at": "2023-07-21T15:59:22Z", "updated_at": "2023-07-21T15:59:22Z", "tags": [], "self": "/v2/images/d2b99928-5833-4707-ae01-201de86800c1", "file": "/v2/images/d2b99928-5833-4707-ae01-201de86800c1/file", "schema": "/v2/schemas/image"}' 2023-07-21 15:59:23,660 79570 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/d2b99928-5833-4707-ae01-201de86800c1/file 1.727s 2023-07-21 15:59:23,660 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e7b07d17-4e6f-4db5-9fd1-511c0f41aadd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d2b99928-5833-4707-ae01-201de86800c1/file'} Body: b'' 2023-07-21 15:59:23,661 79570 DEBUG [tempest.scenario.manager] image:d2b99928-5833-4707-ae01-201de86800c1 2023-07-21 15:59:23,731 79570 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.064s 2023-07-21 15:59:23,732 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-84326875", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCovC01nBMU0EXbyD4hFIwpyfM/hPaEQYjjA7BJ2Jfn4FE8QZ5hkKS3euDs55p39dgetRWHnrYsWku//cBozgVxlfWK9XUAJ/w3hF+/r06NPvAIS638lrv9fjc+PXFr7Rw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:23 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-4bbc2d89-ada6-485a-bbdc-c81980fe5cf4', 'x-compute-request-id': 'req-4bbc2d89-ada6-485a-bbdc-c81980fe5cf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-84326875", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCovC01nBMU0EXbyD4hFIwpyfM/hPaEQYjjA7BJ2Jfn4FE8QZ5hkKS3euDs55p39dgetRWHnrYsWku//cBozgVxlfWK9XUAJ/w3hF+/r06NPvAIS638lrv9fjc+PXFr7Rw==", "fingerprint": "d0:03:d6:29:58:c7:9f:8e:90:ac:d3:aa:94:44:42:60", "user_id": "4cf8e0e1aca241699565168e844921cc"}}' 2023-07-21 15:59:23,917 79570 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.178s 2023-07-21 15:59:23,918 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:23 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-7365da4e-e3db-4e29-b60b-ce41631b899b', '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": "4cf8e0e1aca241699565168e844921cc", "name": "tempest-TestMinimumBasicScenario-343227147-project-member", "password_expires_at": null}, "audit_ids": ["Grnkx6KNSMuF12X65eU3Mg"], "expires_at": "2023-07-21T16:59:23.000000Z", "issued_at": "2023-07-21T15:59:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67209c50758a4fa68f0e23ab822b8492", "name": "tempest-TestMinimumBasicScenario-343227147"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2 023-07-21 15:59:23,919 79570 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'a5d2dfa1-7586-4389-a605-80873d67770b', 'name': 'tempest-TestMinimumBasicScenario-1532729876-network', 'tenant_id': '67209c50758a4fa68f0e23ab822b8492', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '67209c50758a4fa68f0e23ab822b8492', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33723, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:59:06Z', 'updated_at': '2023-07-21T15:59:06Z', 'revision_number': 1} available for tenant 2023-07-21 15:59:23,948 79570 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.028s 2023-07-21 15:59:23,949 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-938436734", "imageRef": "d2b99928-5833-4707-ae01-201de86800c1", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-84326875", "networks": [{"uuid": "a5d2dfa1-7586-4389-a605-80873d67770b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:23 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-e02cce53-055c-49ae-b788-dae7f12e17e5', 'x-compute-request-id': 'req-e02cce53-055c-49ae-b788-dae7f12e17e5', '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-21 15:59:23,980 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-84326875 0.029s 2023-07-21 15:59:23,980 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:23 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-4949d7a4-0628-40fd-99fa-ffe9374559cb', 'x-compute-request-id': 'req-4949d7a4-0628-40fd-99fa-ffe9374559cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-84326875'} Body: b'' 2023-07-21 15:59:24,063 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/d2b99928-5833-4707-ae01-201de86800c1 0.082s 2023-07-21 15:59:24,063 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-735cbceb-ee95-4a12-b0f6-c6dd6f578523', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d2b99928-5833-4707-ae01-201de86800c1'} Body: b'' {6} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [2.944721s] ... 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-21 15:59:24,066 79570 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-21 15:59:24,920 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.853s 2023-07-21 15:59:24,920 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--127116685", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-238cdb36-2783-4193-99b3-f5d32e52cb14', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--127116685", "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": "67209c50758a4fa68f0e23ab822b8492", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "99e64754-b184-4bc8-adf6-a869a0e1ffb6", "created_at": "2023-07-21T15:59:25Z", "updated_at": "2023-07-21T15:59:25Z", "tags": [], "self": "/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6", "file": "/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6/file", "schema": "/v2/schemas/image"}' 2023-07-21 15:59:26,528 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6/file 1.607s 2023-07-21 15:59:26,528 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-24ff3ff8-9438-48b1-8332-76868daa9d1b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6/file'} Body: b'' 2023-07-21 15:59:26,529 79570 DEBUG [tempest.scenario.manager] image:99e64754-b184-4bc8-adf6-a869a0e1ffb6 2023-07-21 15:59:26,583 79570 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.052s 2023-07-21 15:59:26,584 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-486714021", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG73ovuBfLMwIwf3qH291smNfwBKJgKTz8xltP7M4/FS3/5NHch4HglR4CfmB224I0qEaXSKB4PVJ1j3MRtMPACeRU5O/Cq2+84PmwQfJlr7m2xCLZ/cEtR/uHIPZQaHCw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f36f0b0f-6edb-4012-9d34-9faa60014df8', 'x-compute-request-id': 'req-f36f0b0f-6edb-4012-9d34-9faa60014df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-486714 021", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG73ovuBfLMwIwf3qH291smNfwBKJgKTz8xltP7M4/FS3/5NHch4HglR4CfmB224I0qEaXSKB4PVJ1j3MRtMPACeRU5O/Cq2+84PmwQfJlr7m2xCLZ/cEtR/uHIPZQaHCw==", "fingerprint": "c5:87:ef:0e:b9:24:21:48:da:fc:ef:84:fc:46:8d:9d", "user_id": "4cf8e0e1aca241699565168e844921cc"}}' 2023-07-21 15:59:26,717 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.127s 2023-07-21 15:59:26,718 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:26 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-b7617d8f-ac75-49ac-a2e5-8a02091f080d', '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": "4cf8e0e1aca241699565168e844921cc", "name": "tempest-TestMinimumBasicScenario-343227147-project-member", "password_expires_at": null}, "audit_ids": ["Cn-rY_4QSue88aMJV6-Hjg"], "expires_at": "2023-07-21T16:59:26.000000Z", "issued_at": "2023-07-21T15:59:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67209c50758a4fa68f0e23ab822b8492", "name": "tempest-TestMinimumBasicScenario-343227147"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:59:26,718 79570 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {' id': 'a5d2dfa1-7586-4389-a605-80873d67770b', 'name': 'tempest-TestMinimumBasicScenario-1532729876-network', 'tenant_id': '67209c50758a4fa68f0e23ab822b8492', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '67209c50758a4fa68f0e23ab822b8492', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33723, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:59:06Z', 'updated_at': '2023-07-21T15:59:06Z', 'revision_number': 1} available for tenant 2023-07-21 15:59:26,744 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.025s 2023-07-21 15:59:26,745 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1857305296", "imageRef": "99e64754-b184-4bc8-adf6-a869a0e1ffb6", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-486714021", "networks": [{"uuid": "a5d2dfa1-7586-4389-a605-80873d67770b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:26 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-2c525b05-942f-41ed-8448-7484a2b83dff', 'x-compute-request-id': 'req-2c525b05-942f-41ed-8448-7484a2b83dff', '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-21 15:59:26,812 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-486714021 0.066s 2023-07-21 15:59:26,812 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:26 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-454eeec5-38a6-4278-9348-9ee068be8236', 'x-compute-request-id': 'req-454eeec5-38a6-4278-9348-9ee068be8236', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-486714021'} Body: b'' 2023-07-21 15:59:27,010 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6 0.197s 2023-07-21 15:59:27,010 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-3e1697dd-6652-4e4a-87d0-a6f1986d5ac4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6'} Body: b'' {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [8.510346s] ... ok {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [18.972709s] ... ok {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [18.574861s] ... ok {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [11.198484s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.479002s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.046919s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.042318s] ... ok {8} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [8.366983s] ... ok {8} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.168314s] ... ok {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [17.392125s] ... ok {4} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [7.040571s] ... 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-21 15:59:42,854 79566 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.301s 2023-07-21 15:59:42,855 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1357924697", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBCSHEZ7lwwg57n6wvmh4wOw5PiSJc5kcY9/rViSDESGTdMg3G8qe+3KCa4tOJyMLABlVR9YmntJP8gw30j7GUxFqRqW8mnmMjzpb4U82zEkglgATcRDEl3i3PWAIvE03A=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:42 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-e51ad96b-fbf5-4a5c-aa21-4c878ca97cce', 'x-compute-request-id': 'req-e51ad96b-fbf5-4a5c-aa21-4c878ca97cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1357924697", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBCSHEZ7lwwg57n6wvmh4wOw5PiSJc5kcY9/rViSDESGTdMg3G8qe+3KCa4tOJyMLABlVR9YmntJP8gw30j7GUxFqRqW8mnmMjzpb4U82zEkglgATcRDEl3i3PWAIvE03A==", "fingerprint": "7a:2d:5c:88:a0:85:bc:d8:17:16:ca:bb:9d:57:de:03", "user_id": "f42082d902664d94a66c00602ab32572"}}' 2023-07-21 15:59:43,008 79566 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.150s 2023-07-21 15:59:43,009 79566 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-1268578305", "description": "tempest-secgroup-smoke-1268578305 description", "project_id": "339257fee9bd4e21afe0d47008ae13db"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-bc14785a-654b-41ea-8293-5952efa9ad6a', 'date': 'Fri, 21 Jul 2023 15:59:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "name": "tempest-secgroup-smoke-1268578305", "stateful": true, "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "description": "tempest-secgroup-smoke-1268578305 description", "shared": false, "security_group_rules": [{"id": "7a2e0238-a3ab-4d74-b3b8-43ef819d9e9b", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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": 1016, "description": null, "tags": [], "created_at": "2023-07-21T15:59:42Z", "updated_at": "2023-07-21T15:59:42Z", "revision_number": 0}, {"id": "e705ba64-ebf3-4796-987a-25ed0004374c", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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": 1017, "description": null, "tags": [], "created_at": "2023-07-21T15:59:42Z", "updated_at": "2023-07-21T15:59:42Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:59:42Z", "updated_at": "2023-07-21T1 5:59:42Z", "revision_number": 1, "project_id": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:43,212 79566 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.202s 2023-07-21 15:59:43,212 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "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-616f82be-73eb-4025-8a8b-2f885b22984e', 'date': 'Fri, 21 Jul 2023 15:59: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": "67776e21-3465-4007-89b9-e94d2d1cd7c6", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:43Z", "updated_at": "2023-07-21T15:59:43Z", "revision_number": 0}}' 2023-07-21 15:59:43,389 79566 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.176s 2023-07-21 15:59:43,390 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "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-257dfb53-697d-4642-808e-7af3bacd6beb', 'date': 'Fri, 21 Jul 2023 15:59: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": "7cdbf54c-ebfc-47d2-8314-137d9826fb90", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:43Z", "updated_at": "2023-07-21T15:59:43Z", "revision_number": 0}}' 2023-07-21 15:59:43,547 79566 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-21 15:59:43,548 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-37b65d3e-13a6-459d-ba6a-5c39a682a61c', 'date': 'Fri, 21 Jul 2023 15:59: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": "2501e620-b856-448e-bdb8-240f3904a3b8", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:43Z", "updated_at": "2023-07-21T15:59:43Z", "revision_number": 0}}' 2023-07-21 15:59:43,739 79566 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.190s 2023-07-21 15:59:43,739 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-8853404c-6b42-4c4e-a0ee-5c316aac6f07', 'date': 'Fri, 21 Jul 2023 15:59: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": "08b74e39-2c2d-4d4b-b94f-0e8908eefe0c", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:43Z", "updated_at": "2023-07-21T15:59:43Z", "revision_number": 0}}' 2023-07-21 15:59:44,032 79566 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.292s 2023-07-21 15:59:44,032 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9aaa8c1f-97bf-4681-b1b5-52deb512a300', 'date': 'Fri, 21 Jul 2023 15:59:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "04544208-8360-4b25-9b79-ea0744d5a6bb", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:43Z", "updated_at": "2023-07-21T15:59:43Z", "revision_number": 0}}' 2023-07-21 15:59:44,257 79566 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.224s 2023-07-21 15:59:44,257 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de224 6c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-45e76020-10c2-41a5-b5c4-7896087349e5', 'date': 'Fri, 21 Jul 2023 15:59:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c868d71b-bb79-4c7b-b6ae-48ac8e2d22db", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:44Z", "updated_at": "2023-07-21T15:59:44Z", "revision_number": 0}}' 2023-07-21 15:59:44,307 79566 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.044s 2023-07-21 15:59:44,307 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:44 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-98786239-ef1c-4409-968d-272f20d269c2', '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": "f42082d902664d94a66c00602ab32572", "name": "tempest-TestShelveInstance-2063060260-project-member", "password_expires_at": null}, "audit_ids": ["vkJ2Mx-4R6SMLFhn0oPwJQ"], "expires_at": "2023-07-21T16:59:44.000000Z", "issued_at": "2023-07-21T15:59:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "339257fee9bd4e21afe0d47008ae13db", "name": "tempest-TestShelveInstance-2063060260"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/339257fee9bd4e21afe0d47008ae13db", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "t ype": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:59:44,308 79566 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'b82d9cdf-cb92-4c0b-a71f-f3943cc1f36d', 'name': 'tempest-TestShelveInstance-255535984-network', 'tenant_id': '339257fee9bd4e21afe0d47008ae13db', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '339257fee9bd4e21afe0d47008ae13db', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51699, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:59:26Z', 'updated_at': '2023-07-21T15:59:26Z', 'revision_number': 1} available for tenant 2023-07-21 15:59:44,811 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes 0.502s 2023-07-21 15:59:44,812 79566 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-658996888", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89319a9-4e2a-43de-909e-80deffdca750', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89319a9-4e2a-43de-909e-80deffdca750', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes'} Body: b'{"volume": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:44.713068", "updated_at": null, "name": "tempest-tempest.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:59:45,073 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48 0.252s 2023-07-21 15:59:45,074 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb4ec48f-a0c0-49dc-9174-7669056454b8', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack -request-id': 'req-fb4ec48f-a0c0-49dc-9174-7669056454b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48'} Body: b'{"volume": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:45.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:46,147 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48 0.060s 2023-07-21 15:59:46,147 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30646459-48e2-47e1-8e08-f479d89ac472', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30646459-48e2-47e1-8e08-f479d89ac472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48'} Body: b'{"volume": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:45.000000", "updated_at": "2023-07-21T15:59:45.000000", "name": "tempest-tempest.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:47,227 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48 0.061s 2023-07-21 15:59:47,227 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04dc4e72-dfb9-43f6-a88b-8002cb7540f8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04dc4e72-dfb9-43f6-a88b-8002cb7540f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48'} Body: b'{"volum e": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:45.000000", "updated_at": "2023-07-21T15:59:45.000000", "name": "tempest-tempest.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:48,288 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48 0.045s 2023-07-21 15:59:48,288 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f84fe4c-c4de-4714-8f32-62f2fe40ee14', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f84fe4c-c4de-4714-8f32-62f2fe40ee14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48'} Body: b'{"volume": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:45.000000", "updated_at": "2023-07-21T15:59:45.000000", "name": "tempest-tempest.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:49,345 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48 0.043s 2023-07-21 15:59:49,345 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3401b800-833d-4a1a-ad4f-92c5f5dda06f', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3401b800-833d-4a1a-ad4f-92c5f5dda06f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48'} Body: b'{"volume": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:45.000000", "updated_at": "2023-07-21T15:59:49.000000", "name": "tempest-tempes t.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:49,356 79566 INFO [tempest.common.waiters] volume a599a504-7a72-44b8-b327-a6002a3b4e48 reached available after waiting for 4.355978 seconds 2023-07-21 15:59:49,393 79566 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.037s 2023-07-21 15:59:49,394 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestShelveInstance-server-1557066017", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-1357924697", "security_groups": [{"name": "tempest-secgroup-smoke-1268578305"}], "networks": [{"uuid": "b82d9cdf-cb92-4c0b-a71f-f3943cc1f36d"}], "block_device_mapping_v2": [{"uuid": "a599a504-7a72-44b8-b327-a6002a3b4e48", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:49 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-28791ff8-f25f-4785-acdb-868270f33fd5', 'x-compute-request-id': 'req-28791ff8-f25f-4785-acdb-868270f33fd5', '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-21 15:59:49,557 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7def5b5e-e96b-4823-abbc-76b0de2246c4 0.162s 2023-07-21 15:59:49,558 79566 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-a36b3f84-4200-4838-b72f-6883206f83b9', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:59:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7def5b5e-e96b-4823-abbc-76b0de2246c4'} Body: b'' 2023-07-21 15:59:49,588 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1357924697 0.030s 2023-07-21 15:59:49,588 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-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-bd576d3f-b3b7-4735-a889-2cad1e007f1e', 'x-compute-request-id': 'req-bd576d3f-b3b7-4735-a889-2cad1e007f1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1357924697'} Body: b'' {8} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [9.290317s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.059367s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.349073s] ... ok {6} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [3.568296s] ... 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-21 15:59:57,836 79570 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.124s 2023-07-21 15:59:57,836 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:57 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-7a575930-7d1c-4719-a561-e0b17d34047d', '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": "5e81143c695b463caf738b87474881c8", "name": "tempest-TestServerVolumeAttachmentScenario-1964246649-project-member", "password_expires_at": null}, "audit_ids": ["xdpT530gTM2beSNE3UC-TA"], "expires_at": "2023-07-21T16:59:57.000000Z", "issued_at": "2023-07-21T15:59:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5533c2cfe88247249d5350217ad89816", "name": "tempest-TestServerVolumeAttachmentScenario-1964246649"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5533c2cfe88247249d5350217ad89816", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5533c2cfe88247249d5350217ad89816", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5533c2cfe88247249d5350217ad89816", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:59:57,837 79570 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'f648f901-f2c5-4abf-85b8-dbb85a2a5ddc', 'name': 'tempest-TestServerVolumeAttachmentScenario-1733549476-network', 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5533c2cfe88247249d5350217ad89816', ' port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30211, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:59:40Z', 'updated_at': '2023-07-21T15:59:40Z', 'revision_number': 1} available for tenant 2023-07-21 15:59:57,838 79570 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:59:57,838 79570 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:59:58,045 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.203s 2023-07-21 15:59:58,045 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-408565695", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcUDcwpwYGFKq6HIFj1e/ZTibTd17RxhLogC7geWowT7H3ErM21XpLs/uZRzI0PaXXkrib1rU5DtLwhdNpzydZQWhxr2QDlQKG9hRNSYbEtMQgt8N3M1+qbwzGNi6UDvg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:57 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-cf328d76-061b-40f1-9493-46f9c0d04819', 'x-compute-request-id': 'req-cf328d76-061b-40f1-9493-46f9c0d04819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-408565695", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcUDcwpwYGFKq6HIFj1e/ZTibTd17RxhLogC7geWowT7H3ErM21XpLs/uZRzI0PaXXkrib1rU5DtLwhdNpzydZQWhxr2QDlQKG9hRNSYbEtMQgt8N3M1+qbwzGNi6UDvg==", "fingerprint": "18:d2:27:f5:1b:f8:06:84:c0:da:2f:b9:27:0f:ce:7e", "user_id": "5e81143c695b463caf738b87474881c8"}}' 2023-07-21 15:59:58,049 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-408565695 created 2023-07-21 15:59:58,217 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.167s 2023-07-21 15:59:58,217 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--925368267", "description": "tempest-description--510128873"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-def6f5ff-7f0d-47b8-a1db-01d1c43a5b1d', 'date': 'Fri, 21 Jul 2023 15:59:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "name": "tempest-securitygroup--925368267", "stateful": true, "tenant_id": "5533c2cfe88247249d5350217ad89816", "description": "tempest-description--510128873", "shared": false, "security_group_rules": [{"id": "2e791903-6b63-4662-b476-1a812ec693ae", "project_id": "5533c2cfe88247249d5350217ad89816", "tenant_id": "5533c2cfe88247249d5350217ad89816", "security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "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": 1080, "description": null, " tags": [], "created_at": "2023-07-21T15:59:58Z", "updated_at": "2023-07-21T15:59:58Z", "revision_number": 0}, {"id": "c48a7a0e-5a4c-498c-ab2f-15bc4203786b", "project_id": "5533c2cfe88247249d5350217ad89816", "tenant_id": "5533c2cfe88247249d5350217ad89816", "security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "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": 1081, "description": null, "tags": [], "created_at": "2023-07-21T15:59:58Z", "updated_at": "2023-07-21T15:59:58Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:59:58Z", "updated_at": "2023-07-21T15:59:58Z", "revision_number": 1, "project_id": "5533c2cfe88247249d5350217ad89816"}}' 2023-07-21 15:59:58,400 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.183s 2023-07-21 15:59:58,401 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "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-d44b5e42-f2da-4518-a0a4-c9772660cb6f', 'date': 'Fri, 21 Jul 2023 15:59: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": "b3b2c8d7-d96a-4e7c-b1dd-6a549f1a291d", "project_id": "5533c2cfe88247249d5350217ad89816", "tenant_id": "5533c2cfe88247249d5350217ad89816", "security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "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-21T15:59:58Z", "updated_at": "2023-07-21T15:59:58Z", "revision_number": 0}}' 2023-07-21 15:59:58,749 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.348s 2023-07-21 15:59:58,750 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ef83bef1-e7c2-46e5-bc08-7ce336e7bc80', 'date': 'Fri, 21 Jul 2023 15:59: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": "a51b554e-d223-48cf-835a-242a5ead7042", "project_id": "5533c2cfe88247249d5350217ad89816", "tenant_id": "5533c2cfe88247249d5350217ad89816", "security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "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-21T15:59:58Z", "updated_at": "2023-07-21T15:59:58Z", "revision_number": 0}}' 2023-07-21 15:59:58,750 79570 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--925368267 created 2023-07-21 16:00:00,222 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:se tUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.471s 2023-07-21 16:00:00,222 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f7e28a43-afcb-4676-b348-5ab7e43c8ded', 'date': 'Fri, 21 Jul 2023 16:00:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "52fa6439-a124-4bed-966d-d877a4eedbc6", "tenant_id": "5533c2cfe88247249d5350217ad89816", "floating_ip_address": "172.24.4.202", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "5533c2cfe88247249d5350217ad89816", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:59:59Z", "updated_at": "2023-07-21T15:59:59Z", "revision_number": 0}}' 2023-07-21 16:00:00,222 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '52fa6439-a124-4bed-966d-d877a4eedbc6', 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'floating_ip_address': '172.24.4.202', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5533c2cfe88247249d5350217ad89816', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:59:59Z', 'updated_at': '2023-07-21T15:59:59Z', 'revision_number': 0, 'ip': '172.24.4.202'} created 2023-07-21 16:00:00,223 79570 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-408565695', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcUDcwpwYGFKq6HIFj1e/ZTibTd17RxhLogC7geWowT7H3ErM21XpLs/uZRzI0PaXXkrib1rU5DtLwhdNpzydZQWhxr2QDlQKG9hRNSYbEtMQgt8N3M1+qbwzGNi6UDvg==', 'fingerprint': '18:d2:27:f5:1b:f8:06:84:c0:da:2f:b9:27:0f:ce:7e', 'user_id': '5e81143c695b463caf738b87474881c8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDARooI7QrO+oIvVARH8zGsLLjMxH7tDmh+B/KQ2eUQ2X4GuyuLfRanH\nIg9eJhA7NpWgBwYFK4EEACKhZANiAAQHFA3MKcGBhSquhyBY9Xv2U4m03de0cYS6\nIAu4HlqME+x9xKzNtV6S7P7mUcyND2l15K4m9a1OQ7S8IXTac8nWUFoca9kA5UCh\nvYUTUmGxLTEILfDdzNfqm8MxjYulA74=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '475eb5f6-003b-46e4-8d81-ff5c7d9964e8', 'name': 'tempest-securitygroup--925368267', 'stateful': True, 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'description': 'tempest-description--510128873', 'shared': False, 'security_group_rules': [{'id': '2e791903-6b63-4662-b476-1a812ec693ae', 'project_id': '5533c2cfe88247249d5350217ad89816', 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'security_group_id': '475eb5f6-003b-46e4-8d81-ff5c7d9964e8', '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': 1080, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:59:58Z', 'updated_at': '2023-07-21T15:59:58Z', 'revision_number': 0}, {'id': 'c48a7a0e-5a4c-498c-ab2f-15bc4203786b', 'project_id': '5533c2cfe88247249d5350217ad89816', 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'security_group_id': '475eb5f6-003b-46e4-8d81-ff5c7d9964e8', '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': 1081, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:59:58Z', 'updated_at': '2023-07-21T15:59:58Z', 're vision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:59:58Z', 'updated_at': '2023-07-21T15:59:58Z', 'revision_number': 1, 'project_id': '5533c2cfe88247249d5350217ad89816'}, 'floating_ip': {'id': '52fa6439-a124-4bed-966d-d877a4eedbc6', 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'floating_ip_address': '172.24.4.202', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5533c2cfe88247249d5350217ad89816', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:59:59Z', 'updated_at': '2023-07-21T15:59:59Z', 'revision_number': 0, 'ip': '172.24.4.202'}} 2023-07-21 16:00:00,247 79570 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.022s 2023-07-21 16:00:00,247 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-871774166", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "f648f901-f2c5-4abf-85b8-dbb85a2a5ddc"}], "security_groups": [{"name": "tempest-securitygroup--925368267"}], "key_name": "tempest-keypair-408565695", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-ca9ff352-d1bd-46fe-80ba-4a3169fa7dd3', 'x-compute-request-id': 'req-ca9ff352-d1bd-46fe-80ba-4a3169fa7dd3', '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-21 16:00:00,280 79570 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-408565695 0.032s 2023-07-21 16:00:00,281 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a34dc8e-0ed0-42fb-810c-06e7c915ba16', 'x-compute-request-id': 'req-2a34dc8e-0ed0-42fb-810c-06e7c915ba16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-408565695'} Body: b'' 2023-07-21 16:00:00,637 79570 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/475eb5f6-003b-46e4-8d81-ff5c7d9964e8 0.356s 2023-07-21 16:00:00,638 79570 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-32daeb18-8dde-49a3-9b80-95abd82c5c13', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/475eb5f6-003b-46e4-8d81-ff5c7d9964e8'} Body: b'' 2023-07-21 16:00:00,656 79570 INFO [tempest. lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/475eb5f6-003b-46e4-8d81-ff5c7d9964e8 0.018s 2023-07-21 16:00:00,657 79570 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-6174d312-fabe-4769-a51b-c5741c7c6ab9', 'date': 'Fri, 21 Jul 2023 16:00:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/475eb5f6-003b-46e4-8d81-ff5c7d9964e8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 475eb5f6-003b-46e4-8d81-ff5c7d9964e8 does not exist", "detail": ""}}' 2023-07-21 16:00:01,273 79570 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/52fa6439-a124-4bed-966d-d877a4eedbc6 0.616s 2023-07-21 16:00:01,274 79570 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-0c949664-5cb5-46b0-aafd-cc7a0b48349b', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/52fa6439-a124-4bed-966d-d877a4eedbc6'} Body: b'' {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [15.155403s] ... ok {2} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [3.379614s] ... 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-21 16:00:06,626 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2023-07-21 16:00:06,626 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:06 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-91d6fb61-c7c4-450e-9d99-10634e543332', '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": "38ca26d0fe9b4b0a9e96dca1eb597f5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1382841961-project-member", "password_expires_at": null}, "audit_ids": ["q0ELsrBUQBesJqDQcG47AA"], "expires_at": "2023-07-21T17:00:06.000000Z", "issued_at": "2023-07-21T16:00:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "478e9bd68db84fa1af84c166899f6a02", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1382841961"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/478e9bd68db84fa1af84c166899f6a02", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/478e9bd68db84fa1af84c166899f6a02", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/478e9bd68db84fa1af84c166899f6a02", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:00:06,627 79562 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': 'fca79719-3562-4441-b819-3f11366bdcf9', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-898136522-network', 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '478e9bd 68db84fa1af84c166899f6a02', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11635, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:59:51Z', 'updated_at': '2023-07-21T15:59:51Z', 'revision_number': 1} available for tenant 2023-07-21 16:00:06,628 79562 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 16:00:06,628 79562 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 16:00:06,826 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.195s 2023-07-21 16:00:06,826 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-364176866", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/XOpn0BTOU9GePe1oW/nvxg1AGicawed2ixk+VFt2NZWNAanJyQPdu8WiX8B5hoYzea3dG9EAVowK7XHz6qqKdXD5iRizjBsVbUZwKzspeIFM/fIn/WuS/HBFn2x62wA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:06 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-c7d0cdf3-6924-44f9-91be-826a98db046c', 'x-compute-request-id': 'req-c7d0cdf3-6924-44f9-91be-826a98db046c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-364176866", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/XOpn0BTOU9GePe1oW/nvxg1AGicawed2ixk+VFt2NZWNAanJyQPdu8WiX8B5hoYzea3dG9EAVowK7XHz6qqKdXD5iRizjBsVbUZwKzspeIFM/fIn/WuS/HBFn2x62wA==", "fingerprint": "b0:52:a7:05:5b:6e:76:50:51:b7:b8:c7:eb:b7:05:5a", "user_id": "38ca26d0fe9b4b0a9e96dca1eb597f5d"}}' 2023-07-21 16:00:06,829 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-364176866 created 2023-07-21 16:00:07,264 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.435s 2023-07-21 16:00:07,265 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--803043950", "description": "tempest-description--1396049783"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-5c6b993a-500c-43df-b105-611e993bdb22', 'date': 'Fri, 21 Jul 2023 16:00:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dd205cac-073a-49a3-b376-5b601b38898d", "name": "tempest-securitygroup--803043950", "stateful": true, "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "description": "tempest-description--1396049783", "shared": false, "security_group_rules": [{"id": "10bd385d-f410-4cf4-b986-216173e13e39", "project_id": "478e9bd68db84fa1af84c166899f6a02", "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "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 ": 1100, "description": null, "tags": [], "created_at": "2023-07-21T16:00:07Z", "updated_at": "2023-07-21T16:00:07Z", "revision_number": 0}, {"id": "4ea17873-27cf-4609-94a8-f685f5e75770", "project_id": "478e9bd68db84fa1af84c166899f6a02", "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "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": 1099, "description": null, "tags": [], "created_at": "2023-07-21T16:00:07Z", "updated_at": "2023-07-21T16:00:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:00:07Z", "updated_at": "2023-07-21T16:00:07Z", "revision_number": 1, "project_id": "478e9bd68db84fa1af84c166899f6a02"}}' 2023-07-21 16:00:07,413 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.148s 2023-07-21 16:00:07,413 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "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-10833264-e527-4bf6-bd79-3b0e819689db', 'date': 'Fri, 21 Jul 2023 16:00:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e51c35f5-3968-406d-8962-d8ab6eb3ce00", "project_id": "478e9bd68db84fa1af84c166899f6a02", "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "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-21T16:00:07Z", "updated_at": "2023-07-21T16:00:07Z", "revision_number": 0}}' 2023-07-21 16:00:07,578 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-07-21 16:00:07,579 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ebec30f0-2fb0-47a7-9ae6-cf107412c122', 'date': 'Fri, 21 Jul 2023 16:00:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "401d3d65-d036-4429-a294-3cb4439059a7", "project_id": "478e9bd68db84fa1af84c166899f6a02", "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "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-21T16:00:07Z", "updated_at": "2023-07-21T16:00:07Z", "revision_number": 0}}' 2023-07-21 16:00:07,579 79562 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--803043950 created 2023-07-21 16:00:08,977 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.398s 2023-07-21 16:00:08,978 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0783119b-5527-445f-ace9-7c5ff568a78b', 'date': 'Fri, 21 Jul 2023 16:00:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fe6784f3-a922-4584-92b1-25ab3825b247", "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "floating_ip_address": "172.24.4.142", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "478e9bd68db84fa1af84c166899f6a02", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T16:00:08Z", "updated_at": "2023-07-21T16:00:08Z", "revision_number": 0}}' 2023-07-21 16:00:08,978 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fe6784f3-a922-4584-92b1-25ab3825b247', 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'floating_ip_address': '172.24.4.142', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '478e9bd68db84fa1af84c166899f6a02', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:08Z', 'updated_at': '2023-07-21T16:00:08Z', 'revision_number': 0, 'ip': '172.24.4.142'} created 2023-07-21 16:00:08,979 79562 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-364176866', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/XOpn0BTOU9GePe1oW/nvxg1AGicawed2ixk+VFt2NZWNAanJyQPdu8WiX8B5hoYzea3dG9EAVowK7XHz6qqKdXD5iRizjBsVbUZwKzspeIFM/fIn/WuS/HBFn2x62wA==', 'fingerprint': 'b0:52:a7:05:5b:6e:76:50:51:b7:b8:c7:eb:b7:05:5a', 'user_id': '38ca26d0fe9b4b0a9e96dca1eb597f5d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBUqOr5wvio5huKlOcdjV3d6Kq/TBpn3qBenzFOrl8SIrhYg6bm0nQ9\nE54ibTcywpagBwYFK4EEACKhZANiAATP1zqZ9AUzlPRnj3taFv578YNQBonGsHnd\nosZPlRbdjWVjQGpyckD3bvFol/AeYaGM3mt3RvRAFaMCu1x8+qqinVw+YkYs4wbF\nW1GcCs7KXiBTP3yJ/1rkvxwRZ9setsA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dd205cac-073a-49a3-b376-5b601b38898d', 'name': 'tempest-securitygroup--803043950', 'stateful': True, 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'description': 'tempest-description--1396049783', 'shared': False, 'security_group_rules': [{'id': '10bd385d-f410-4cf4-b986-216173e13e39', 'project_id': '478e9bd68db84fa1af84c166899f6a02', 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'security_group_id': 'dd205cac-073a-49a3-b376-5b601b38898d', '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': 1100, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:07Z', 'updated_at': '2023-07-21T16:00:07Z', 'revision_number': 0}, {'id': '4ea17873-27cf-4609-94a8-f685f5e75770', 'project_id': '478e9bd68db84fa1af84c166899f6a02', 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'security_group_id': 'dd205cac-073a-49a3-b376-5b601b38898d', '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': 1099, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:07Z', 'updated_ at': '2023-07-21T16:00:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T16:00:07Z', 'updated_at': '2023-07-21T16:00:07Z', 'revision_number': 1, 'project_id': '478e9bd68db84fa1af84c166899f6a02'}, 'floating_ip': {'id': 'fe6784f3-a922-4584-92b1-25ab3825b247', 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'floating_ip_address': '172.24.4.142', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '478e9bd68db84fa1af84c166899f6a02', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:08Z', 'updated_at': '2023-07-21T16:00:08Z', 'revision_number': 0, 'ip': '172.24.4.142'}} 2023-07-21 16:00:09,007 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.027s 2023-07-21 16:00:09,007 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1660535250", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "fca79719-3562-4441-b819-3f11366bdcf9"}], "security_groups": [{"name": "tempest-securitygroup--803043950"}], "key_name": "tempest-keypair-364176866", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00: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-642a4b04-19b3-4186-8341-94c74389cdd9', 'x-compute-request-id': 'req-642a4b04-19b3-4186-8341-94c74389cdd9', '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-21 16:00:09,049 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-364176866 0.040s 2023-07-21 16:00:09,050 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:09 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-0b8d453a-5ed4-4d95-a412-fb08d08a991c', 'x-compute-request-id': 'req-0b8d453a-5ed4-4d95-a412-fb08d08a991c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-364176866'} Body: b'' 2023-07-21 16:00:09,226 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dd205cac-073a-49a3-b376-5b601b38898d 0.175s 2023-07-21 16:00:09,226 79562 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-1f23cb23-3506-42c3-811f-a3afdd43cea3', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dd205cac-073a-49a3-b376-5b601b38898d'} B ody: b'' 2023-07-21 16:00:09,298 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dd205cac-073a-49a3-b376-5b601b38898d 0.071s 2023-07-21 16:00:09,298 79562 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-7a420ca7-e468-4327-8ba2-207dfecccdb0', 'date': 'Fri, 21 Jul 2023 16:00:09 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dd205cac-073a-49a3-b376-5b601b38898d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dd205cac-073a-49a3-b376-5b601b38898d does not exist", "detail": ""}}' 2023-07-21 16:00:09,862 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fe6784f3-a922-4584-92b1-25ab3825b247 0.562s 2023-07-21 16:00:09,862 79562 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-92e9d913-bc31-4af7-ba53-ae21b0273ba6', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fe6784f3-a922-4584-92b1-25ab3825b247'} Body: b'' {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [10.819240s] ... ok {1} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [16.672711s] ... ok {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [22.948507s] ... ok {6} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [4.637328s] ... 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-21 16:00:26,920 79570 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 16:00:26,921 79570 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 16:00:27,133 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.208s 2023-07-21 16:00:27,134 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1817428297", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo2JGa0CIL6+15Cw+We/7Fmr5kjwCcTkCaqYe8OyZaYYFTmVGouXFBx0OA65BX4oXVz5Ids+OGZfd84AsvX8N09dVaFycocbLaRrNcs3nbcYspEILUdCsXdxIRT8gIxug=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68c3dcd6-b428-46b1-abb8-c0eedd56d3b3', 'x-compute-request-id': 'req-68c3dcd6-b428-46b1-abb8-c0eedd56d3b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1817428297", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo2JGa0CIL6+15Cw+We/7Fmr5kjwCcTkCaqYe8OyZaYYFTmVGouXFBx0OA65BX4oXVz5Ids+OGZfd84AsvX8N09dVaFycocbLaRrNcs3nbcYspEILUdCsXdxIRT8gIxug==", "fingerprint": "e4:28:34:aa:8d:13:38:26:05:6b:88:77:43:2b:7b:95", "user_id": "b02a2c5f2c86402b805f23f455e3d2fa"}}' 2023-07-21 16:00:27,136 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1817428297 created 2023-07-21 16:00:27,272 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.135s 2023-07-21 16:00:27,272 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1460458840", "description": "tempest-description--837787748"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-46640115-e493-40d7-a358-ec64340b575d', 'date': 'Fri, 21 Jul 2023 16:00:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "name": "tempest-securitygroup--1460458840", "stateful": true, "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "description": "tempest-description--837787748", "shared": false, "security_group_rules": [{"id": "777fa6fc-2f6c-413f-9ee1-0b6e67e2d2dc", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "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": 1147, "description": null, "tags": [], "created_at": "2023-07-21T16:00:27Z", "updated_at": "2023-07-21T16:00:27Z", "revision_number": 0}, {"id": "ccbc0776-33bb-406e-9ef9-747f2e582b42", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pr efix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1148, "description": null, "tags": [], "created_at": "2023-07-21T16:00:27Z", "updated_at": "2023-07-21T16:00:27Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:00:27Z", "updated_at": "2023-07-21T16:00:27Z", "revision_number": 1, "project_id": "77cb0b273d72411787e6c72831ef37e9"}}' 2023-07-21 16:00:27,431 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-07-21 16:00:27,431 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "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-b3bf7b3c-8dfb-42a7-bb0a-b2ab47ad7652', 'date': 'Fri, 21 Jul 2023 16:00: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": "19ec3a1b-99aa-4b87-bdd9-677764ad0a4f", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "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-21T16:00:27Z", "updated_at": "2023-07-21T16:00:27Z", "revision_number": 0}}' 2023-07-21 16:00:27,715 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.283s 2023-07-21 16:00:27,716 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-34b772ea-c2e2-49aa-b52e-1abb096d9bd9', 'date': 'Fri, 21 Jul 2023 16:00: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": "2409cd0a-6040-4408-ab4d-6d2998833bf1", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "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-21T16:00:27Z", "updated_at": "2023-07-21T16:00:27Z", "revision_number": 0}}' 2023-07-21 16:00:27,716 79570 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1460458840 created 2023-07-21 16:00:28,854 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.137s 2023-07-21 16:00:28,854 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-765829ef-48c8-4391-aebf-6e647b98945d', 'date': 'Fri, 21 Jul 2023 16:00:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "58e23d77-f963-43f0-bc7f-b4934466c4b4", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "floating_ip_address": "172.24.4.144", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "77cb0b273d72411787e6c72831ef37e9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T16:00:28Z", "updated_at": "2023-07-21T16:00:28Z", "revision_number": 0}}' 2023-07-21 16:00:28,855 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '58e23d77-f963-43f0-bc7f-b4934466c4b4', 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'floating_ip_address': '172.24.4.144', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '77cb0b273d72411787e6c72831ef37e9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:28Z', 'updated_at': '2023-07-21T16:00:28Z', 'revision_number': 0, 'ip': '172.24.4.144'} created 2023-07-21 16:00:29,236 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.381s 2023-07-21 16:00:29,237 79570 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-823937141", "description": "tempest-secgroup-smoke-823937141 description", "project_id": "77cb0b273d72411787e6c72831ef37e9"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-db6ebf14-2fc4-485e-9215-0ceafff79958', 'date': 'Fri, 21 Jul 2023 16:00:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "name": "tempest-secgroup-smoke-823937141", "stateful": true, "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "description": "tempest-secgroup-smoke-823937141 description", "shared": false, "security_group_rules": [{"id": "53b93765-41fd-427a-a034-4aadaca77e0c", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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": 1177, "description": null, "tags": [], "created_at": "2023-07-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}, {"id": "f7afc1ac-7e02-4c68-9f7c-96991b41b2b3", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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": 1176, "description": null, "tags": [], "created_at": "2023-07-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:00:28Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 1, "project_id": "77cb0b273d72411787e6c72831ef37e9"}}' 2023-07-21 16:00:29,380 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networkin g/v2.0/security-group-rules 0.143s 2023-07-21 16:00:29,381 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "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-e5e87549-40b8-4341-8b39-832c6f4d0dad', 'date': 'Fri, 21 Jul 2023 16:00: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": "a7b6f79b-6ba9-4332-abae-2a1e1bd9b55b", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}}' 2023-07-21 16:00:29,522 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.141s 2023-07-21 16:00:29,522 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "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-82da29e0-03da-4ddc-bc27-36c1b6a99721', 'date': 'Fri, 21 Jul 2023 16:00: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": "9e5cc52a-52d5-4699-806d-34dc8397629c", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}}' 2023-07-21 16:00:29,664 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.141s 2023-07-21 16:00:29,664 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8bee56da-aa79-44a9-971b-e01ccd38ac92', 'date': 'Fri, 21 Jul 2023 16:00: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": "000bd427-7415-4901-b969-3827f6082ff4", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_ran ge_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-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}}' 2023-07-21 16:00:29,811 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.146s 2023-07-21 16:00:29,812 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a13ea95e-ba08-4c1c-9fd8-dc221873e3bc', 'date': 'Fri, 21 Jul 2023 16:00: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": "6d0d6f7c-38a6-41fd-901c-f0835cc7210e", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}}' 2023-07-21 16:00:30,045 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.232s 2023-07-21 16:00:30,045 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-bdf2a012-4a1d-47ad-9b51-3c04ec6d1c52', 'date': 'Fri, 21 Jul 2023 16:00: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": "74ac7e41-3de3-4434-a42e-1280dc9fa454", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}}' 2023-07-21 16:00:30,390 79570 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-21 16:00:30,391 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-854d5cfa-ef96-4b7b-9e45-d47ab3d3c75a', 'date': 'Fri, 21 Jul 2023 16:00:30 GMT', 'connection': 'close', 'status': '201', 'content-l ocation': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d43f40c-4555-46b5-a66d-76f197214e21", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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-21T16:00:30Z", "updated_at": "2023-07-21T16:00:30Z", "revision_number": 0}}' 2023-07-21 16:00:30,507 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.110s 2023-07-21 16:00:30,508 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:30 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-ec97211e-97f9-4149-9df2-b5354d838afa', '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": "b02a2c5f2c86402b805f23f455e3d2fa", "name": "tempest-SnapshotDataIntegrityTests-800853294-project-member", "password_expires_at": null}, "audit_ids": ["ZCDOgEPNTI6HDvCFZK1B3g"], "expires_at": "2023-07-21T17:00:30.000000Z", "issued_at": "2023-07-21T16:00:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77cb0b273d72411787e6c72831ef37e9", "name": "tempest-SnapshotDataIntegrityTests-800853294"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/77cb0b273d72411787e6c72831ef37e9", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77cb0b273d72411787e6c72831ef37e9", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77cb0b273d72411787e6c72831ef37e9", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "inte rface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:00:30,508 79570 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '17c71a05-e33e-4812-9023-1caf910dab85', 'name': 'tempest-SnapshotDataIntegrityTests-1302335393-network', 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '77cb0b273d72411787e6c72831ef37e9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43207, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T16:00:13Z', 'updated_at': '2023-07-21T16:00:13Z', 'revision_number': 1} available for tenant 2023-07-21 16:00:30,509 79570 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1817428297', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo2JGa0CIL6+15Cw+We/7Fmr5kjwCcTkCaqYe8OyZaYYFTmVGouXFBx0OA65BX4oXVz5Ids+OGZfd84AsvX8N09dVaFycocbLaRrNcs3nbcYspEILUdCsXdxIRT8gIxug==', 'fingerprint': 'e4:28:34:aa:8d:13:38:26:05:6b:88:77:43:2b:7b:95', 'user_id': 'b02a2c5f2c86402b805f23f455e3d2fa', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAfahtQ0IDlqh1QzHZBSMi/5T8DMiCtrhzyDpxFWzzKl66LBEkBbxQE\nCG6YX6TWoZSgBwYFK4EEACKhZANiAAR6NiRmtAiC+vteQsPlnv+xZq+ZI8AnE5Am\nqmHvDsmWmGBU5lRqLlxQcdDgOuQV+KF1c+SHbPjhmX3fOALL1/DdPXVWhcnKHGy2\nkazXLN523GLKRCC1HQrF3cSEU/ICMbo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '24469deb-c834-4b53-8fd6-5ea4d860a42f', 'name': 'tempest-securitygroup--1460458840', 'stateful': True, 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'description': 'tempest-description--837787748', 'shared': False, 'security_group_rules': [{'id': '777fa6fc-2f6c-413f-9ee1-0b6e67e2d2dc', 'project_id': '77cb0b273d72411787e6c72831ef37e9', 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'security_group_id': '24469deb-c834-4b53-8fd6-5ea4d860a42f', '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': 1147, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:27Z', 'updated_at': '2023-07-21T16:00:27Z', 'revision_number': 0}, {'id': 'ccbc0776-33bb-406e-9ef9-747f2e582b42', 'project_id': '77cb0b273d72411787e6c72831ef37e9', 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'security_group_id': '24469deb-c834-4b53-8fd6-5ea4d860a42f', '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': 1148, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:27Z', 'updated_at': '2023-07-21T16:00:27Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T16:00:27Z', 'updated_at': '2023-07-21T16:00:27Z', 'revision_number': 1, 'project_id': '77cb0b273d72411787e6c72831ef37e9'}, 'floating_ip': {'id': '58e23d77-f963-43f0-bc7f-b4934466c4b4', 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'floating_ip_address': '172.24.4.144', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '77cb0b273d72411787e6c72831ef37e9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:28Z', 'updated_at': '2023-07-21T16:00:28Z', 'revision_number': 0, 'ip': '172.24.4.144'}} 2023-07-21 16:00:30,534 79570 INFO [tempest.lib.comm on.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.024s 2023-07-21 16:00:30,534 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-892755434", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "key_name": "tempest-keypair-1817428297", "security_groups": [{"name": "tempest-secgroup-smoke-823937141"}, {"name": "tempest-securitygroup--1460458840"}], "networks": [{"uuid": "17c71a05-e33e-4812-9023-1caf910dab85"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:30 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-0d9b3337-805d-4b2e-b3ff-37e71d69a3ee', 'x-compute-request-id': 'req-0d9b3337-805d-4b2e-b3ff-37e71d69a3ee', '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-21 16:00:30,677 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568 0.142s 2023-07-21 16:00:30,677 79570 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-34f1d619-eca6-4e48-863d-bd6c77d6b423', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568'} Body: b'' 2023-07-21 16:00:30,709 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1817428297 0.030s 2023-07-21 16:00:30,709 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:30 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-2ef0b7c7-bb51-4d0b-8e1a-46ad5c06e93d', 'x-compute-request-id': 'req-2ef0b7c7-bb51-4d0b-8e1a-46ad5c06e93d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1817428297'} Body: b'' 2023-07-21 16:00:31,110 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/24469deb-c834-4b53-8fd6-5ea4d860a42f 0.401s 2023-07-21 16:00:31,111 79570 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-9acd28aa-4112-408c-90f1-5f672ef69197', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/24469deb-c834-4b53-8fd6-5ea4d860a42f'} Body: b'' 2023-07-21 16:00:31,125 79570 INFO [tem pest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/24469deb-c834-4b53-8fd6-5ea4d860a42f 0.014s 2023-07-21 16:00:31,125 79570 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-c0f7894a-0fb7-4afb-baa0-0d8d8d233e43', 'date': 'Fri, 21 Jul 2023 16:00:31 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/24469deb-c834-4b53-8fd6-5ea4d860a42f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 24469deb-c834-4b53-8fd6-5ea4d860a42f does not exist", "detail": ""}}' 2023-07-21 16:00:31,555 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/58e23d77-f963-43f0-bc7f-b4934466c4b4 0.429s 2023-07-21 16:00:31,556 79570 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-b3f9a647-e58d-44e2-b424-285eeb330921', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/58e23d77-f963-43f0-bc7f-b4934466c4b4'} Body: b'' {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {6} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [16.572744s] ... ok {8} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {8} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [16.114274s] ... 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-21 16:00:35,367 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578 0.209s 2023-07-21 16:00:35,368 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-20f9b938-5ac3-4a82-8fa1-803c4570c2bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578'} 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": "26d3420081244684abfa28b0f49cbfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "6afd6370-0d67-45be-b652-80c24600d578", "created_at": "2023-07-21T15:52:11Z", "updated_at": "2023-07-21T15:52:13Z", "tags": [], "self": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578", "file": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578/file", "schema": "/v2/schemas/image"}' 2023-07-21 16:00:35,794 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes 0.425s 2023-07-21 16:00:35,795 79562 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-1073968919", "snapshot_id": null, "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-859b62e3-8f71-4ecc-b3f1-dc7e70de539b', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-859b62e3-8f71-4ecc-b3f1-dc7e70de539b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:35.735451", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 16:00:35,912 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.107s 2023-07-21 16:00:35,913 79562 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ea05089-f241-45b6-9f9a-83861bfb3e0f', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ea05089-f241-45b6-9f9a-83861bfb3e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:37,001 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.077s 2023-07-21 16:00:37,001 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6719270-9b5a-401a-9437-abc2fd8a5d65', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6719270-9b5a-401a-9437-abc2fd8a5d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:38,062 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.048s 2023-07-21 16:00:38,062 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:38 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96b19295-5709-4f7e-b02a-dacfc9d9b6af', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96b19295-5709-4f7e-b02a-dacfc9d9b6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:39,147 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.068s 2023-07-21 16:00:39,147 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab9fe8cc-c825-4deb-93a3-4801f4165931', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab9fe8cc-c825-4deb-93a3-4801f4165931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:40,223 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.061s 2023-07-21 16:00:40,223 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-692e43d8-739c-4d95-ba30-5737fc2b980f', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-692e43d8-739c-4d95-ba30-5737fc2b980f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:39.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:40,236 79562 INFO [tempest.common.waiters] volume 99503388-45f4-4412-8446-c3f3d2a7e22c reached available after waiting for 5.236127 seconds 2023-07-21 16:00:40,276 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.040s 2023-07-21 16:00:40,276 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c45d1f53-9d04-4d42-9c1b-16551b8f4243', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c45d1f53-9d04-4d42-9c1b-16551b8f4243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:39.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:40,461 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots 0.171s 2023-07-21 16:00:40,461 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "metadata": null}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c4dc11-8261-4774-9238-4f4f4f04070a', 'content-length': '308', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c4dc11-8261-4774-9238-4f4f4f04070a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.395649", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 16:00:40,489 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.023s 2023-07-21 16:00:40,489 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6413b443-66ae-4e28-b624-b50b57f6a869', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6413b443-66ae-4e28-b624-b50b57f6a869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 16:00:41,528 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.035s 2023-07-21 16:00:41,529 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9219549-5f10-446b-a6fd-1f7b5f01655b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9219549-5f10-446b-a6fd-1f7b5f01655b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3f af7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 16:00:42,558 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.024s 2023-07-21 16:00:42,558 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-205d1e76-1b9f-4b30-9a6f-21cf94be35d9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-205d1e76-1b9f-4b30-9a6f-21cf94be35d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 16:00:43,620 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.057s 2023-07-21 16:00:43,620 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5999b2a-9a51-46c1-8bff-1e09e2d8b97e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5999b2a-9a51-46c1-8bff-1e09e2d8b97e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 16:00:44,649 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.024s 2023-07-21 16:00:44,649 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1dd686e-0546-4362-85b1-b0e4373d8c6c', 'content-length': '467', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1dd686e-0546-4362-85b1-b0e4373d8c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": "2023-07-21T16:00:44.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 16:00:44,653 79562 INFO [tempest.common.waiters] snapshot 3faf7217-c868-4caf-9e88-547df62d4944 reached available after waiting for 4.653268 seconds 2023-07-21 16:00:44,677 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.024s 2023-07-21 16:00:44,678 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e5a5cc8-3576-41b0-b05c-920490847b56', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e5a5cc8-3576-41b0-b05c-920490847b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": "2023-07-21T16:00:44.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 16:00:44,764 79562 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.078s 2023-07-21 16:00:44,764 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 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-5c4d2f6b-6a93-451b-838b-0bfeadf0e59e', '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": "c071f26bbf6449408cbcca5f98ce4b0a", "name": "tempest-TestVolumeBootPattern-1094420633-project-member", "password_expires_at": null}, "audit_ids": ["-8lAbxQZRbeSUwdSH453Hg"], "expires_at": "2023-07-21T17:00:44.000000Z", "issued_at": "2023-07-21T16:00:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc8bd7d431a14ff3bbfda66b834efbd0", "name": "tempest-TestVolumeBootPattern-1094420633"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dc8bd7d431a14ff3bbfda66b834e fbd0", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:00:44,765 79562 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': '8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f', 'name': 'tempest-TestVolumeBootPattern-588617374-network', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3830, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T16:00:19Z', 'updated_at': '2023-07-21T16:00:19Z', 'revision_number': 1} available for tenant 2023-07-21 16:00:44,790 79562 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.024s 2023-07-21 16:00:44,790 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-53802330", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "3faf7217-c868-4caf-9e88-547df62d4944", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-91d8dc72-f64c-4482-87ed-434857fb26ba', 'x-compute-request-id': 'req-91d8dc72-f64c-4482-87ed-434857fb26ba', '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-21 16:00:44,904 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.113s 2023-07-21 16:00:44,905 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 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-284ed19d-809f-42ba-a41f-72c00ba71d0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'' 2023-07-21 16:00:44,926 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.021s 2023-07-21 16:00:44,927 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04ea5bc2-4f47-49c0-b052-85b84b9325c0', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04ea5bc2-4f47-49c0-b052-85b84b9325c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": "2023-07-21T16:00:45.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 16:00:45,967 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.036s 2023-07-21 16:00:45,967 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4af64f75-8385-4de0-8bd9-f523fbefecaf', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4af64f75-8385-4de0-8bd9-f523fbefecaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": "2023-07-21T16:00:45.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 16:00:46,991 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.020s 2023-07-21 16:00:46,992 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dbe2ebc-1b7d-455b-b06b-ed984f5f220b', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dbe2ebc-1b7d-455b-b06b-ed984f5f220b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": "2023-07-21T16:00:45.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 16:00:48,014 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.017s 2023-07-21 16:00:48,014 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:47 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-5d5ba9ec-ae4c-495b-bd72-986ef29631f5', 'x-openstack-request-id': 'req-5d5ba9ec-ae4c-495b-bd72-986ef29631f5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 3faf7217-c868-4caf-9e88-547df62d4944 could not be found."}}' 2023-07-21 16:00:48,062 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.048s 2023-07-21 16:00:48,063 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d2a9dda-882e-419f-9b3e-a4dbb19f7811', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'' 2023-07-21 16:00:48,107 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.044s 2023-07-21 16:00:48,108 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-9c919fa2-658e-42a8-9f21-dd66609830e1', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c919fa2-658e-42a8-9f21-dd66609830e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:49,162 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.043s 2023-07-21 16:00:49,163 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d57d21d-c21a-47e6-b604-43f05ccd0ad3', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d57d21d-c21a-47e6-b604-43f05ccd0ad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:50,227 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.053s 2023-07-21 16:00:50,228 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b7ccbd-aa9b-4f0b-80ba-9b9e3484bd5e', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b7ccbd-aa9b-4f0b-80ba-9b9e3484bd5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:51,270 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.031s 2023-07-21 16:00:51,271 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a22b90-f8cf-4a52-a010-bfa486257c04', 'x-openstack-request-id': 'req-57a22b90-f8cf-4a52-a010-bfa486257c04', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 99503388-45f4-4412-8446-c3f3d2a7e22c could not be found."}}' {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [8.757636s] ... 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-21 16:00:45,535 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.222s 2023-07-21 16:00:45,536 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1154186038", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEz0HBisI6yyM01hVM+SsSe+P94CvHB1ois9fZOtyWcZAZA4/VO3V7icaNXuUVOyGTMkYeW8KZG/tqGunSY2odv1aPNFxb6P5u5lueItzstbXDHbsgXkeyyYbls/WAfWDw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-786bafd2-e800-4154-b257-ebd65036ba27', 'x-compute-request-id': 'req-786bafd2-e800-4154-b257-ebd65036ba27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1154186038", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEz0HBisI6yyM01hVM+SsSe+P94CvHB1ois9fZOtyWcZAZA4/VO3V7icaNXuUVOyGTMkYeW8KZG/tqGunSY2odv1aPNFxb6P5u5lueItzstbXDHbsgXkeyyYbls/WAfWDw==", "fingerprint": "c0:39:16:d8:38:e7:bd:0d:8f:c0:7c:b2:b0:a0:49:1f", "user_id": "b986a1c8226f48b98b3be7afb1530e98"}}' 2023-07-21 16:00:45,683 79558 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.145s 2023-07-21 16:00:45,683 79558 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-1935094428", "description": "tempest-secgroup-smoke-1935094428 description", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-2b882101-e104-4729-bff9-2ba7cdb9e5e9', 'date': 'Fri, 21 Jul 2023 16:00:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9993b8b4-d616-443f-a04e-66a78832a005", "name": "tempest-secgroup-smoke-1935094428", "stateful": true, "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "description": "tempest-secgroup-smoke-1935094428 description", "shared": false, "security_group_rules": [{"id": "5f6b7b83-694c-423a-ace5-0bfaffd6ba17", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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": 1204, "description": null, "tags": [], "created_at": "2023-07-21T16:00:45Z", "updated_at": "2023-07-21T16:00:45Z", "revision_number": 0}, {"id": "ccea59d4-08e3-47a3-bd22-a12c48ab68aa", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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": 1205, "description": null, "tags": [], "created_at": "2023-07-21T16:00:45Z", "updated_at": "2023-07-21T16:00:45Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:00:45Z", "updated_at": "2023-07-21T16:00:45Z", "revision_number": 1, "projec t_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:45,845 79558 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.161s 2023-07-21 16:00:45,845 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "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-79cc258c-e5f2-408d-a760-35fc3a1eab36', 'date': 'Fri, 21 Jul 2023 16:00: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": "b57a6259-df11-4574-a9a9-4ab770013d89", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:45Z", "updated_at": "2023-07-21T16:00:45Z", "revision_number": 0}}' 2023-07-21 16:00:46,054 79558 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.209s 2023-07-21 16:00:46,055 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "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-d8c390a1-830c-455f-ac14-da935497dea9', 'date': 'Fri, 21 Jul 2023 16:00: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": "b593582e-2071-41a5-a368-65673c461139", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:45Z", "updated_at": "2023-07-21T16:00:45Z", "revision_number": 0}}' 2023-07-21 16:00:46,206 79558 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.150s 2023-07-21 16:00:46,206 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9796421f-d30b-4818-85bb-bf87609711f7', 'date': 'Fri, 21 Jul 2023 16:00: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": "a24fbb4a-9935-4bb5-8be7-8595040d24d3", "project_id": "04c96bcd 36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:46Z", "updated_at": "2023-07-21T16:00:46Z", "revision_number": 0}}' 2023-07-21 16:00:46,378 79558 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.171s 2023-07-21 16:00:46,378 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-dad64901-71dc-4610-86af-0c96384a578d', 'date': 'Fri, 21 Jul 2023 16:00: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": "53a03fb3-767a-4ed6-8467-fe9797c5c487", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:46Z", "updated_at": "2023-07-21T16:00:46Z", "revision_number": 0}}' 2023-07-21 16:00:46,536 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-07-21 16:00:46,536 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-921a1f0d-1251-427e-a6e8-c5ed24d9ac91', 'date': 'Fri, 21 Jul 2023 16:00: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": "712d5c31-60cf-4055-921e-1d5609c61890", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:46Z", "updated_at": "2023-07-21T16:00:46Z", "revision_number": 0}}' 2023-07-21 16:00:46,925 79558 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.388s 2023-07-21 16:00:46,926 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5d06b89f-ad89-4fba-9438-57d520dc9307', 'date': 'Fri, 21 Jul 2023 16:00: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": "df7501da-1144-456e-969d-f6ee64fb1e74", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:46Z", "updated_at": "2023-07-21T16:00:46Z", "revision_number": 0}}' 2023-07-21 16:00:47,185 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes 0.258s 2023-07-21 16:00:47,185 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-851365519", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b0e054a-3d91-4875-b028-ff4ca5018db3', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b0e054a-3d91-4875-b028-ff4ca5018db3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.123902", "updated_at": null, "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 16:00:47,261 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.058s 2023-07-21 16:00:47,261 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-649cb55b-975d-419a-81c2-d368a81fa2e6', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-649cb55b-975d-419a-81c2-d368a81fa2e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null , "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:48,314 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.042s 2023-07-21 16:00:48,315 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f81342-f4f8-4e89-98c6-33cb9a684a1e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f81342-f4f8-4e89-98c6-33cb9a684a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:47.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:49,421 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.086s 2023-07-21 16:00:49,422 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1280c5e-82a2-4c67-82e6-db553d70483d', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1280c5e-82a2-4c67-82e6-db553d70483d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:49.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-43 08-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:49,432 79558 INFO [tempest.common.waiters] volume c76fc6f1-e6c5-4308-a947-a4a151432d8b reached available after waiting for 2.432690 seconds 2023-07-21 16:00:49,469 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.036s 2023-07-21 16:00:49,469 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcc4d0e1-7b4a-4ddd-88d5-656264e8b14f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcc4d0e1-7b4a-4ddd-88d5-656264e8b14f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:49.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:49,568 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2023-07-21 16:00:49,569 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2801', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cad54356-291a-4c3a-9ced-cb5dcea02217', '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": "b986a1c8226f48b98b3be7afb1530e98", "name": "tempest-TestStampPattern-84462217-project-member", "password_expires_at": null}, "audit_ids": ["P0Ztvw6ESmymT9lD2CWvfg"], "expires_at": "2023-07-21T17:00:49.000000Z", "issued_at": "2023-07-21T16:00:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "04c96bcd36d04c8cb2f1b0e635df738a", "name": "tempest-TestStampPattern-84462217"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/04c96bcd36d04c8cb2f1b0e635df738a", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endp oints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:00:49,569 79558 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '0ad49e9b-dfb5-4602-9f0c-aa98de57c2f8', 'name': 'tempest-TestStampPattern-1437368544-network', 'tenant_id': '04c96bcd36d04c8cb2f1b0e635df738a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '04c96bcd36d04c8cb2f1b0e635df738a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33760, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T16:00:28Z', 'updated_at': '2023-07-21T16:00:28Z', 'revision_number': 1} available for tenant 2023-07-21 16:00:49,600 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.030s 2023-07-21 16:00:49,600 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-632660620", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1154186038", "security_groups": [{"name": "tempest-secgroup-smoke-1935094428"}], "networks": [{"uuid": "0ad49e9b-dfb5-4602-9f0c-aa98de57c2f8"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 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-d812a5c9-91a0-4647-a19a-cadcdfbfd8dd', 'x-compute-request-id': 'req-d812a5c9-91a0-4647-a19a-cadcdfbfd8dd', '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-21 16:00:49,653 79558 INFO [tempest.lib.common. rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.051s 2023-07-21 16:00:49,653 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b1684bb-3da3-4b18-a650-ab3f2107c73c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'' 2023-07-21 16:00:49,698 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.044s 2023-07-21 16:00:49,699 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00677fc1-d93c-412c-a552-297d9e4a5624', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00677fc1-d93c-412c-a552-297d9e4a5624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:50.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:50,748 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.037s 2023-07-21 16:00:50,749 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af992d2c-d12a-4512-be6d-fe04b358bfdc', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af992d2c-d12a-4512-be6d-fe04b358bfdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:50.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss- 2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:51,798 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.038s 2023-07-21 16:00:51,799 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb6ec1f-19bb-45af-8453-bb7ce205be50', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb6ec1f-19bb-45af-8453-bb7ce205be50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:50.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:52,846 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.036s 2023-07-21 16:00:52,846 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-247840a4-5f56-4d78-9506-edd44a0265e1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-247840a4-5f56-4d78-9506-edd44a0265e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:50.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e 635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:53,891 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.033s 2023-07-21 16:00:53,891 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:53 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-87a4df26-9ce3-4b0c-99ed-a93e4ddac6ba', 'x-openstack-request-id': 'req-87a4df26-9ce3-4b0c-99ed-a93e4ddac6ba', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c76fc6f1-e6c5-4308-a947-a4a151432d8b could not be found."}}' 2023-07-21 16:00:54,035 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9993b8b4-d616-443f-a04e-66a78832a005 0.143s 2023-07-21 16:00:54,035 79558 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-a2b60483-5ff7-4261-b71b-f0fe85f56489', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9993b8b4-d616-443f-a04e-66a78832a005'} Body: b'' 2023-07-21 16:00:54,066 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1154186038 0.030s 2023-07-21 16:00:54,067 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:54 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-d6908d5d-2fb0-4dec-b78c-444c7dab5145', 'x-compute-request-id': 'req-d6908d5d-2fb0-4dec-b78c-444c7dab5145', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1154186038'} Body: b'' {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [10.410161s] ... 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-21 16:00:51,305 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578 0.024s 2023-07-21 16:00:51,305 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e70ec624-3cb1-4595-bccc-4e155a1d60e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578'} 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": "26d3420081244684abfa28b0f49cbfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "6afd6370-0d67-45be-b652-80c24600d578", "created_at": "2023-07-21T15:52:11Z", "updated_at": "2023-07-21T15:52:13Z", "tags": [], "self": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578", "file": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578/file", "schema": "/v2/schemas/image"}' 2023-07-21 16:00:51,670 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes 0.364s 2023-07-21 16:00:51,671 79562 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-687561793", "snapshot_id": null, "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0bc3184-b8cc-4dbf-a1f2-a0cedbc05c73', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0bc3184-b8cc-4dbf-a1f2-a0cedbc05c73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:51.589011", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 16:00:51,718 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.037s 2023-07-21 16:00:51,718 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e0ee988-925a-48c3-861d-b5a8fe2e4857', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e0ee988-925a-48c3-861d-b5a8fe2e4857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:52,769 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.037s 2023-07-21 16:00:52,770 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29268629-2c9f-4430-8d50-24bdb8c41642', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29268629-2c9f-4430-8d50-24bdb8c41642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:53,825 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.044s 2023-07-21 16:00:53,825 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-d52256c7-2147-4f87-aa5d-8f241de027bb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d52256c7-2147-4f87-aa5d-8f241de027bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:54,881 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.045s 2023-07-21 16:00:54,882 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87e9ba17-5fc2-403d-b3c1-01bcfbd98337', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87e9ba17-5fc2-403d-b3c1-01bcfbd98337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:55,936 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.042s 2023-07-21 16:00:55,936 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e9fcc45-0759-4d0c-87cb-cdf8844201ec', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-opens tack-request-id': 'req-8e9fcc45-0759-4d0c-87cb-cdf8844201ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:55,952 79562 INFO [tempest.common.waiters] volume 2fee7504-13fa-4721-9d21-4dac70130fab reached available after waiting for 4.952139 seconds 2023-07-21 16:00:55,992 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.039s 2023-07-21 16:00:55,992 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-841ac9a9-b439-458e-ac3a-c547d0b34f21', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-841ac9a9-b439-458e-ac3a-c547d0b34f21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:56,089 79562 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.082s 2023-07-21 16:00:56,089 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:56 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-6c4ec71c-7645-4dac-b2be-c3249a58e31e', '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": "c071f26bbf6449408cbcca5f98ce4b0a", "name": "tempest-TestVolumeBootPattern-1094420633-project-member", "password_expires_at": null}, "audit_ids": ["62dPdgxFSEemURRCXXVMpQ"], "expires_at": "2023-07-21T17:00:56.000000Z", "issued_at": "2023-07-21T16:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc8bd7d431a14ff3bbfda66b834efbd0", "name": "tempest-TestVolumeBootPattern-1094420633"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:00:56,090 79562 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': '8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f', 'name': 'tempest-TestVolumeBootPattern-588617374-network', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dc8bd7d 431a14ff3bbfda66b834efbd0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3830, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T16:00:19Z', 'updated_at': '2023-07-21T16:00:19Z', 'revision_number': 1} available for tenant 2023-07-21 16:00:56,091 79562 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 16:00:56,091 79562 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 16:00:56,140 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.047s 2023-07-21 16:00:56,140 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-177852423", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN6mVvuStnslFNqFCKbCC4ZDe95ZwlZiTLnRbw6g4rRLSxuIQe6S3vv/XlBlfArCzAKJbOsknz5I9+5zQ8Skkfqd/8sEw7J2Xl7B0loT5h7dpCG5niG9OgC5ns3io5ywQg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29580001-667e-4478-90b9-20855f7f1f32', 'x-compute-request-id': 'req-29580001-667e-4478-90b9-20855f7f1f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-177852423", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN6mVvuStnslFNqFCKbCC4ZDe95ZwlZiTLnRbw6g4rRLSxuIQe6S3vv/XlBlfArCzAKJbOsknz5I9+5zQ8Skkfqd/8sEw7J2Xl7B0loT5h7dpCG5niG9OgC5ns3io5ywQg==", "fingerprint": "40:aa:6b:e8:97:33:9a:d7:db:7e:cd:13:20:bd:68:7b", "user_id": "c071f26bbf6449408cbcca5f98ce4b0a"}}' 2023-07-21 16:00:56,143 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-177852423 created 2023-07-21 16:00:56,470 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.326s 2023-07-21 16:00:56,470 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--923438883", "description": "tempest-description--31658300"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-f46c18f5-ee76-430a-84cb-b96c5af13c9e', 'date': 'Fri, 21 Jul 2023 16:00:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "285d83dd-b544-407a-a7a3-e2021262f895", "name": "tempest-securitygroup--923438883", "stateful": true, "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "description": "tempest-description--31658300", "shared": false, "security_group_rules": [{"id": "20ffed24-525d-4ab4-a941-cc5ff8a32741", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "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": 12 19, "description": null, "tags": [], "created_at": "2023-07-21T16:00:56Z", "updated_at": "2023-07-21T16:00:56Z", "revision_number": 0}, {"id": "5ffe9443-b0ad-4acd-bc3e-68f035035fc1", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "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": 1218, "description": null, "tags": [], "created_at": "2023-07-21T16:00:56Z", "updated_at": "2023-07-21T16:00:56Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:00:56Z", "updated_at": "2023-07-21T16:00:56Z", "revision_number": 1, "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:56,612 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.141s 2023-07-21 16:00:56,612 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "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-1314f698-ecb5-4413-bb31-aa32c3f918a2', 'date': 'Fri, 21 Jul 2023 16:00:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f9bc3f7a-d258-4118-a4d7-91b052cf1952", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "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-21T16:00:56Z", "updated_at": "2023-07-21T16:00:56Z", "revision_number": 0}}' 2023-07-21 16:00:56,760 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.147s 2023-07-21 16:00:56,760 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3d5a5fbc-6793-4c90-ae13-e6aa54b6b829', 'date': 'Fri, 21 Jul 2023 16:00:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "08627e18-1154-4c59-b3ef-2849b1df0b45", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "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-21T16:00:56Z", "updated_at": "2023-07-21T16:00:56Z", "revision_number": 0}}' 2023-07-21 16:00:56,760 79562 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--923438883 created 2023-07-21 16:00:57,658 79562 INFO [tempest.lib.common.rest_client] Request (Val idationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.897s 2023-07-21 16:00:57,658 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e86231cc-3a56-4a32-9644-15e0b9cff32b', 'date': 'Fri, 21 Jul 2023 16:00:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2a5df83e-030f-4891-81c8-3acb019dc7bd", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "floating_ip_address": "172.24.4.123", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T16:00:57Z", "updated_at": "2023-07-21T16:00:57Z", "revision_number": 0}}' 2023-07-21 16:00:57,658 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2a5df83e-030f-4891-81c8-3acb019dc7bd', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'floating_ip_address': '172.24.4.123', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:57Z', 'updated_at': '2023-07-21T16:00:57Z', 'revision_number': 0, 'ip': '172.24.4.123'} created 2023-07-21 16:00:57,659 79562 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-177852423', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN6mVvuStnslFNqFCKbCC4ZDe95ZwlZiTLnRbw6g4rRLSxuIQe6S3vv/XlBlfArCzAKJbOsknz5I9+5zQ8Skkfqd/8sEw7J2Xl7B0loT5h7dpCG5niG9OgC5ns3io5ywQg==', 'fingerprint': '40:aa:6b:e8:97:33:9a:d7:db:7e:cd:13:20:bd:68:7b', 'user_id': 'c071f26bbf6449408cbcca5f98ce4b0a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCJ5Su7L2aYgx4o0buybHlBh4veqBsXc4qKyJB1c51XXsDiIFxZtuF4\n72modLF83gCgBwYFK4EEACKhZANiAATeplb7krZ7JRTahQimwguGQ3veWcJWYky5\n0W8OoOK0S0sbiEHukt77/15QZXwKwswCiWzrJJ8+SPfuc0PEpJH6nf/LBMOydl5e\nwdJaE+Ye3aQhuZ4hvToAuZ7N4qOcsEI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '285d83dd-b544-407a-a7a3-e2021262f895', 'name': 'tempest-securitygroup--923438883', 'stateful': True, 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'description': 'tempest-description--31658300', 'shared': False, 'security_group_rules': [{'id': '20ffed24-525d-4ab4-a941-cc5ff8a32741', 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'security_group_id': '285d83dd-b544-407a-a7a3-e2021262f895', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1219, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:56Z', 'updated_at': '2023-07-21T16:00:56Z', 'revision_number': 0}, {'id': '5ffe9443-b0ad-4acd-bc3e-68f035035fc1', 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'security_group_id': '285d83dd-b544-407a-a7a3-e2021262f895', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1218, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:56Z', 'updated_at': '2 023-07-21T16:00:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T16:00:56Z', 'updated_at': '2023-07-21T16:00:56Z', 'revision_number': 1, 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0'}, 'floating_ip': {'id': '2a5df83e-030f-4891-81c8-3acb019dc7bd', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'floating_ip_address': '172.24.4.123', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:57Z', 'updated_at': '2023-07-21T16:00:57Z', 'revision_number': 0, 'ip': '172.24.4.123'}} 2023-07-21 16:00:57,685 79562 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.025s 2023-07-21 16:00:57,686 79562 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-401657908", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "2fee7504-13fa-4721-9d21-4dac70130fab", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f"}], "security_groups": [{"name": "tempest-securitygroup--923438883"}], "key_name": "tempest-keypair-177852423", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00: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-7a8fd83d-180c-47c2-92bc-8da6004227d5', 'x-compute-request-id': 'req-7a8fd83d-180c-47c2-92bc-8da6004227d5', '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-21 16:00:57,710 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-177852423 0.023s 2023-07-21 16:00:57,710 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:57 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-c137009c-3606-4024-8308-3dca10dc3b70', 'x-compute-request-id': 'req-c137009c-3606-4024-8308-3dca10dc3b70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-177852423'} Body: b'' 2023-07-21 16:00:58,030 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/285d83dd-b544-407a-a7a3-e2021262f895 0.319s 2023-07-21 16:00:58,030 79562 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-2da92223-1423-45ae-854a-bbaa577ef6a8', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.21 0:9696/networking/v2.0/security-groups/285d83dd-b544-407a-a7a3-e2021262f895'} Body: b'' 2023-07-21 16:00:58,045 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/285d83dd-b544-407a-a7a3-e2021262f895 0.015s 2023-07-21 16:00:58,046 79562 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-0f78e82e-76e8-4e0a-bd9e-df26ab7b4d7a', 'date': 'Fri, 21 Jul 2023 16:00:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/285d83dd-b544-407a-a7a3-e2021262f895'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 285d83dd-b544-407a-a7a3-e2021262f895 does not exist", "detail": ""}}' 2023-07-21 16:00:58,460 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2a5df83e-030f-4891-81c8-3acb019dc7bd 0.413s 2023-07-21 16:00:58,460 79562 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-9705c496-fd47-4dfc-b2bc-687c64100ade', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2a5df83e-030f-4891-81c8-3acb019dc7bd'} Body: b'' 2023-07-21 16:00:58,513 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.052s 2023-07-21 16:00:58,513 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00: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-b53e50b4-2b53-4987-9265-311ce722e06e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'' 2023-07-21 16:00:58,551 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.037s 2023-07-21 16:00:58,551 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a73732cc-3478-439a-9829-76a62c8b3f90', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a73732cc-3478-439a-9829-76a62c8b3f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": nu ll, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:59,599 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.036s 2023-07-21 16:00:59,599 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e5b4208-414e-4f44-af5d-58c327198213', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e5b4208-414e-4f44-af5d-58c327198213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:00,652 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.041s 2023-07-21 16:01:00,653 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f493945e-7dec-4cc2-a5da-52ad7e2b4be2', 'content-length': '1364', 'openstack-api-version ': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f493945e-7dec-4cc2-a5da-52ad7e2b4be2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:01,687 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.023s 2023-07-21 16:01:01,688 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:01 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-4fa97d78-e977-499a-9261-9988e6d22635', 'x-openstack-request-id': 'req-4fa97d78-e977-499a-9261-9988e6d22635', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2fee7504-13fa-4721-9d21-4dac70130fab could not be found."}}' {0} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [9.432373s] ... 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-21 16:01:01,693 79562 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-21 16:01:01,745 79562 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.048s 2023-07-21 16:01:01,745 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1602490358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAVTS+x4kNIwHeWWGjOOMyMd0dHhv40+ksu/CZw+bVLMSzDtdPsCIuv+vEKTAE/7JzDIpMmIvjKI2OrW7ZZNAIXh0yMexJN29iioiwKsSDo7Sfq06hrCqP82lMcUO0LwQQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:01 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-992fbb21-e95f-4abe-a450-7f5cdecdf76f', 'x-compute-request-id': 'req-992fbb21-e95f-4abe-a450-7f5cdecdf76f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1602490358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAVTS+x4kNIwHeWWGjOOMyMd0dHhv40+ksu/CZw+bVLMSzDtdPsCIuv+vEKTAE/7JzDIpMmIvjKI2OrW7ZZNAIXh0yMexJN29iioiwKsSDo7Sfq06hrCqP82lMcUO0LwQQ==", "fingerprint": "9f:65:be:16:e1:e9:bc:ee:7b:79:42:a1:4a:f4:ae:09", "user_id": "c071f26bbf6449408cbcca5f98ce4b0a"}}' 2023-07-21 16:01:01,905 79562 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.157s 2023-07-21 16:01:01,905 79562 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-971954441", "description": "tempest-secgroup-smoke-971954441 description", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-f9466b99-002d-4cfd-bc04-93556529f619', 'date': 'Fri, 21 Jul 2023 16:01:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "name": "tempest-secgroup-smoke-971954441", "stateful": true, "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "description": "tempest-secgroup-smoke-971954441 description", "shared": false, "security_group_rules": [{"id": "784f799a-da30-4b62-8734-adce1aa163e6", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1225, "description": null, "tags": [], "created_at": "2023-07-21T16:01:01Z", "updated_at": "2023-07-21T16:01:01Z", "revision_number": 0}, {"id": "fd4abaf0-393a-468a-970c-ac67deb0d129", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1226, "description": null, "tags": [], "created_at": "2023-07-21T16:01:01Z", "updated_at": "2023-07-21T16:01: 01Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:01:01Z", "updated_at": "2023-07-21T16:01:01Z", "revision_number": 1, "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:02,071 79562 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.165s 2023-07-21 16:01:02,071 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "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-78872b4c-97e7-4498-8632-21c12bbc5e85', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9a7a1868-ad94-4576-b33a-898ddd0a5bec", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:01Z", "updated_at": "2023-07-21T16:01:01Z", "revision_number": 0}}' 2023-07-21 16:01:02,217 79562 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.145s 2023-07-21 16:01:02,217 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "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-2fe255b3-01a1-4d6f-b2d4-17a3190b78cc', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c8e065bb-4544-4442-abbe-044ad3a194fe", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:02Z", "updated_at": "2023-07-21T16:01:02Z", "revision_number": 0}}' 2023-07-21 16:01:02,372 79562 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.155s 2023-07-21 16:01:02,373 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8394e337-3126-4931-a74a-ffa143ac390e', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-loca tion': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8286a870-8bf8-4f8d-8443-e2fafe4fb451", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:02Z", "updated_at": "2023-07-21T16:01:02Z", "revision_number": 0}}' 2023-07-21 16:01:02,521 79562 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.147s 2023-07-21 16:01:02,521 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-1939e0d5-b496-40d9-be10-aeabc3d806e7', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "41bde336-f558-4bfe-b120-5007e9ad72ef", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:02Z", "updated_at": "2023-07-21T16:01:02Z", "revision_number": 0}}' 2023-07-21 16:01:02,675 79562 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.153s 2023-07-21 16:01:02,675 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-ab42b87d-8578-4659-862b-3c3f0ea1cda3', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4853e803-06e9-4ddf-8d92-c198133a76ee", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:02Z", "updated_at": "2023-07-21T16:01:02Z", "revision_number": 0}}' 2023-07-21 16:01:02,829 79562 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.153s 2023-07-21 16:01:02,829 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_grou p_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-77f5d489-4a1e-4723-b962-6cce14caf5d4', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5bb15a16-a8e3-466a-b4f8-ca2d6118c13d", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:02Z", "updated_at": "2023-07-21T16:01:02Z", "revision_number": 0}}' 2023-07-21 16:01:02,829 79562 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-21 16:01:02,851 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578 0.022s 2023-07-21 16:01:02,852 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-25b7a4a1-9122-416f-82a7-bc5946dc6d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578'} 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": "26d3420081244684abfa28b0f49cbfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "6afd6370-0d67-45be-b652-80c24600d578", "created_at": "2023-07-21T15:52:11Z", "updated_at": "2023-07-21T15:52:13Z", "tags": [], "self": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578", "file": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578/file", "schema": "/v2/schemas/image"}' 2023-07-21 16:01:03,185 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes 0.332s 2023-07-21 16:01:03,185 79562 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-1820250032", "snapshot_id": null, "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f568fb3-1ecc-4f3a-994d-ee314b1e95d9', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f568fb3-1ecc-4f3a-994d-ee314b1e95d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volume s'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.107728", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 16:01:03,234 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.040s 2023-07-21 16:01:03,235 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d91ec11a-09be-4395-b7d6-89553d59fa2f', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d91ec11a-09be-4395-b7d6-89553d59fa2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:04,284 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.037s 2023-07-21 16:01:04,284 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37edab7d-12bb-46f4-aecc-8a3b07a8a4f0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37edab7d-12bb-46f4-aecc-8a3b07a8a4f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:03.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2 ", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:05,333 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.037s 2023-07-21 16:01:05,333 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4ea0427-deb1-4d25-86ac-ef52ac317332', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4ea0427-deb1-4d25-86ac-ef52ac317332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:03.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:06,386 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.041s 2023-07-21 16:01:06,386 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5d69458-2b6b-43bc-a479-bc5d40576e14', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5d69458-2b6b-43bc-a479-bc5d40576e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:03.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:07,465 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.067s 2023-07-21 16:01:07,466 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-668c8ff2-43e9-4ba1-9f3d-7b7c61d91360', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-668c8ff2-43e9-4ba1-9f3d-7b7c61d91360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:07,476 79562 INFO [tempest.common.waiters] volume b974eada-4990-4f2f-970a-06a91e5c57e1 reached available after waiting for 4.476329 seconds 2023-07-21 16:01:07,515 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.038s 2023-07-21 16:01:07,515 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b787325-1529-455f-9d8e-f146ddc0d1b4', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b787325-1529-455f-9d8e-f146ddc0d1b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000" , "updated_at": "2023-07-21T16:01:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:07,634 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.103s 2023-07-21 16:01:07,635 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:07 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-f77d84df-c01d-48e9-9619-b6095d4584c5', '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": "c071f26bbf6449408cbcca5f98ce4b0a", "name": "tempest-TestVolumeBootPattern-1094420633-project-member", "password_expires_at": null}, "audit_ids": ["5N0MDCNcS6eHQIbs1YaoMw"], "expires_at": "2023-07-21T17:01:07.000000Z", "issued_at": "2023-07-21T16:01:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc8bd7d431a14ff3bbfda66b834efbd0", "name": "tempest-TestVolumeBootPattern-1094420633"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159f b6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:01:07,636 79562 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f', 'name': 'tempest-TestVolumeBootPattern-588617374-network', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3830, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T16:00:19Z', 'updated_at': '2023-07-21T16:00:19Z', 'revision_number': 1} available for tenant 2023-07-21 16:01:07,660 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-21 16:01:07,661 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1112740212", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-971954441"}], "block_device_mapping_v2": [{"uuid": "b974eada-4990-4f2f-970a-06a91e5c57e1", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-1602490358", "networks": [{"uuid": "8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:07 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-bc07832f-f455-44cf-8b0f-117cfafcedbd', 'x-compute-request-id': 'req-bc07832f-f455-44cf-8b0f-117cfafcedbd', '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-21 16:01:07,733 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.071s 2023-07-21 16:01:07,733 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01: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-5a01a85b-7dc9-4d7a-893b-20ccf4d344be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'' 2023-07-21 16:01:07,786 79562 INFO [tempest.lib.co mmon.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.051s 2023-07-21 16:01:07,786 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d9bed34-139b-4f51-b2bb-eb536d6de44a', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d9bed34-139b-4f51-b2bb-eb536d6de44a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:08,858 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.050s 2023-07-21 16:01:08,858 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0baa71-59e5-4beb-aa33-4ac020a89317', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df0baa71-59e5-4beb-aa33-4ac020a89317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:09,908 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.038s 2023-07-21 16:01:09,909 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0acee769-7774-471a-ba49-1ddf22bf4e48', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0acee769-7774-471a-ba49-1ddf22bf4e48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:10,942 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.020s 2023-07-21 16:01:10,942 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:10 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-a0d0f21e-c990-445d-9d97-bb95e59810d6', 'x-openstack-request-id': 'req-a0d0f21e-c990-445d-9d97-bb95e59810d6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b974eada-4990-4f2f-970a-06a91e5c57e1 could not be found."}}' 2023-07-21 16:0 1:11,097 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8c1f5e17-b2af-4a63-b57d-1f16160c4e7e 0.154s 2023-07-21 16:01:11,097 79562 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-a59f2926-79b6-4934-9e3e-98789a2f3e0d', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:01:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8c1f5e17-b2af-4a63-b57d-1f16160c4e7e'} Body: b'' 2023-07-21 16:01:11,124 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1602490358 0.026s 2023-07-21 16:01:11,124 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e41b49db-cef1-4168-8d47-af19b54a00a7', 'x-compute-request-id': 'req-e41b49db-cef1-4168-8d47-af19b54a00a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1602490358'} Body: b'' {2} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [17.715755s] ... ok {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [6.874082s] ... ok ============================== Failed 41 tests - output below: ============================== 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-21 15:55:50,112 79580 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:55:50,113 79580 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:55:50,394 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.277s 2023-07-21 15:55:50,395 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1118998602", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZLYvL7oWau0IA0Uum+40tX1DNpmS03m8f3W3xinsn2FTokqULkR13z1Anf3VqT4I67U2xd3R1ZK754HvSnxMXC1rzbjeKWJYMKEpQ8DBUcB5sm5zvSX1FM3VAY1yJGtg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:55:50 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-d8afe2da-29c6-4bc4-a14e-3d64840feb97', 'x-compute-request-id': 'req-d8afe2da-29c6-4bc4-a14e-3d64840feb97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1118998602", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZLYvL7oWau0IA0Uum+40tX1DNpmS03m8f3W3xinsn2FTokqULkR13z1Anf3VqT4I67U2xd3R1ZK754HvSnxMXC1rzbjeKWJYMKEpQ8DBUcB5sm5zvSX1FM3VAY1yJGtg==", "fingerprint": "dd:8a:36:e1:c7:03:27:e0:3d:a1:73:6f:90:ff:fa:63", "user_id": "267d826cf93e45548d64dc002be34ab6"}}' 2023-07-21 15:55:50,402 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1118998602 created 2023-07-21 15:55:50,748 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.345s 2023-07-21 15:55:50,748 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--564434263", "description": "tempest-description--1644650450"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-23335735-d4e1-4418-bfa6-1d65d1203483', 'date': 'Fri, 21 Jul 2023 15:55:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "name": "tempest-securitygroup--564434263", "stateful": true, "tenant_id": "714c95dde9d34692be6c48ffb211d379", "description": "tempest-description--1644650450", "shared": false, "security_group_rules": [{"id": "365a64c1-0270-4e6a-ac2c-03e5769e7084", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "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": 172, "description": null, "tags": [], "created_at": "2023-07-21T15:55:50Z", "updated_at": "2023-07-21T15:55:50Z", "revision_number": 0}, {"id": "dfdc3a8b-a671-4a3f-be3e-7bcdfc7bff5b", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pre fix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 173, "description": null, "tags": [], "created_at": "2023-07-21T15:55:50Z", "updated_at": "2023-07-21T15:55:50Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:55:50Z", "updated_at": "2023-07-21T15:55:50Z", "revision_number": 1, "project_id": "714c95dde9d34692be6c48ffb211d379"}}' 2023-07-21 15:55:52,111 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.362s 2023-07-21 15:55:52,111 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "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-e5514a64-92c3-4899-a914-4f5b5a4a9fca', 'date': 'Fri, 21 Jul 2023 15:55: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": "ea26cd01-66ee-41b9-9a02-ff0814c6dc95", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "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-21T15:55:51Z", "updated_at": "2023-07-21T15:55:51Z", "revision_number": 0}}' 2023-07-21 15:55:53,142 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.031s 2023-07-21 15:55:53,143 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-085c4c06-f4ab-478b-a573-f22541d2d043', 'date': 'Fri, 21 Jul 2023 15:55: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": "79bc7d7d-8687-4838-81a9-efa10b54199d", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "1f8aaa29-62a7-4a71-a727-911a75247b9e", "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-21T15:55:52Z", "updated_at": "2023-07-21T15:55:52Z", "revision_number": 0}}' 2023-07-21 15:55:53,143 79580 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--564434263 created 2023-07-21 15:55:56,694 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.550s 2023-07-21 15:55:56,694 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-1e87688f-85ed-482c-a4b2-dcc1918f5897', 'date': 'Fri, 21 Jul 2023 15:55:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "38f55eda-e9b8-459b-9830-84a9c837772b", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "floating_ip_address": "172.24.4.145", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "714c95dde9d34692be6c48ffb211d379", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:55:55Z", "updated_at": "2023-07-21T15:55:55Z", "revision_number": 0}}' 2023-07-21 15:55:56,694 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '38f55eda-e9b8-459b-9830-84a9c837772b', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'floating_ip_address': '172.24.4.145', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:55:55Z', 'updated_at': '2023-07-21T15:55:55Z', 'revision_number': 0, 'ip': '172.24.4.145'} created 2023-07-21 15:55:56,800 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.101s 2023-07-21 15:55:56,801 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:55:56 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-9b8470ca-9a09-4c49-ae42-9b281c5f18bf', '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": "267d826cf93e45548d64dc002be34ab6", "name": "tempest-AttachVolumeTestJSON-575421391-project-member", "password_expires_at": null}, "audit_ids": ["WHMG1X92TSaIBeWIvMg60w"], "expires_at": "2023-07-21T16:55:56.000000Z", "issued_at": "2023-07-21T15:55:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "714c95dde9d34692be6c48ffb211d379", "name": "tempest-AttachVolumeTestJSON-575421391"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "h ttp://10.0.0.210/volume/v3/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:55:56,803 79580 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'b52772bf-9c57-4e7a-8381-0688fb44dfbe', 'name': 'tempest-AttachVolumeTestJSON-1258243480-network', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '714c95dde9d34692be6c48ffb211d379', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21621, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:55:56,803 79580 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1118998602', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZLYvL7oWau0IA0Uum+40tX1DNpmS03m8f3W3xinsn2FTokqULkR13z1Anf3VqT4I67U2xd3R1ZK754HvSnxMXC1rzbjeKWJYMKEpQ8DBUcB5sm5zvSX1FM3VAY1yJGtg==', 'fingerprint': 'dd:8a:36:e1:c7:03:27:e0:3d:a1:73:6f:90:ff:fa:63', 'user_id': '267d826cf93e45548d64dc002be34ab6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBFIy1wI2ZOZ/1c7oTdpZKt/IemO19i4Dw+ew7bxG5AceWvwmbWtzRZ\n5BQ8QBLdrnugBwYFK4EEACKhZANiAAQmS2Ly+6FmrtCANFLpvuNLV9QzaZktN5vH\n91t8Yp7J9hU6JKlC5Edd89QJ391ak+COu1NsXd0dWSu+eB70p8TFwta8243iliWD\nChKUPAwVHAebJuc70l9RTN1QGNciRrY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1f8aaa29-62a7-4a71-a727-911a75247b9e', 'name': 'tempest-securitygroup--564434263', 'stateful': True, 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'description': 'tempest-description--1644650450', 'shared': False, 'security_group_rules': [{'id': '365a64c1-0270-4e6a-ac2c-03e5769e7084', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'security_group_id': '1f8aaa29-62a7-4a71-a727-911a75247b9e', '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': 172, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:55:50Z', 'updated_at': '2023-07-21T15:55:50Z', 'revision_number': 0}, {'id': 'dfdc3a8b-a671-4a3f-be3e-7bcdfc7bff5b', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'security_group_id': '1f8aaa29-62a7-4a71-a727-911a75247b9e', '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': 173, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:55:50Z', 'updated_at': '2023-07-21T15:55:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:55:50 Z', 'updated_at': '2023-07-21T15:55:50Z', 'revision_number': 1, 'project_id': '714c95dde9d34692be6c48ffb211d379'}, 'floating_ip': {'id': '38f55eda-e9b8-459b-9830-84a9c837772b', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'floating_ip_address': '172.24.4.145', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:55:55Z', 'updated_at': '2023-07-21T15:55:55Z', 'revision_number': 0, 'ip': '172.24.4.145'}} 2023-07-21 15:55:56,844 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.039s 2023-07-21 15:55:56,844 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-585250805", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "b52772bf-9c57-4e7a-8381-0688fb44dfbe"}], "security_groups": [{"name": "tempest-securitygroup--564434263"}], "key_name": "tempest-keypair-1118998602", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:55: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-c47bcd83-e906-49b7-a26a-eb4e57d38dcd', 'x-compute-request-id': 'req-c47bcd83-e906-49b7-a26a-eb4e57d38dcd', '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-21 15:55:56,887 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1118998602 0.040s 2023-07-21 15:55:56,888 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:55:56 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-04dd9670-c54b-4b83-a8a7-f44c9cdad054', 'x-compute-request-id': 'req-04dd9670-c54b-4b83-a8a7-f44c9cdad054', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1118998602'} Body: b'' 2023-07-21 15:55:57,538 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1f8aaa29-62a7-4a71-a727-911a75247b9e 0.649s 2023-07-21 15:55:57,538 79580 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-e8a313fa-cd01-4cd3-aa21-da81c2b94a21', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:55:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1f8aaa29-62a7-4a71-a727-911a75247b9e'} Body: b'' 2023-07-21 15:55:57,646 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.21 0:9696/networking/v2.0/security-groups/1f8aaa29-62a7-4a71-a727-911a75247b9e 0.107s 2023-07-21 15:55:57,647 79580 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-4e8221d4-de42-4826-9829-3636c2eb871c', 'date': 'Fri, 21 Jul 2023 15:55:57 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1f8aaa29-62a7-4a71-a727-911a75247b9e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1f8aaa29-62a7-4a71-a727-911a75247b9e does not exist", "detail": ""}}' 2023-07-21 15:55:59,504 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/38f55eda-e9b8-459b-9830-84a9c837772b 1.857s 2023-07-21 15:55:59,504 79580 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-298805a8-aa62-445c-a7e2-ca755fc6a07f', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:55:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/38f55eda-e9b8-459b-9830-84a9c837772b'} 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-21 15:55:59,509 79580 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:55:59,509 79580 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:55:59,570 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.058s 2023-07-21 15:55:59,570 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-8891761", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIf6ohpcokzRCDbc/fSS8Ry/EaLeA9Qf9nlM6W4572xWCqP2AgPxatGeqeEUyfBnkTmn9FbjVsv7ldZtbrVDAHLFSCSLix0dwYhGuhragpXAsrH0p8+UdDT7LnxeWJP6ZA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:55:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '383', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebb6ae44-4214-4180-b8af-955134f329cc', 'x-compute-request-id': 'req-ebb6ae44-4214-4180-b8af-955134f329cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-8891761", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIf6ohpcokzRCDbc/fSS8Ry/EaLeA9Qf9nlM6W4572xWCqP2AgPxatGeqeEUyfBnkTmn9FbjVsv7ldZtbrVDAHLFSCSLix0dwYhGuhragpXAsrH0p8+UdDT7LnxeWJP6ZA==", "fingerprint": "c4:c1:7d:fe:be:e2:27:2e:08:ae:8e:27:19:7a:47:b4", "user_id": "267d826cf93e45548d64dc002be34ab6"}}' 2023-07-21 15:55:59,574 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-8891761 created 2023-07-21 15:56:00,469 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.894s 2023-07-21 15:56:00,470 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1800577081", "description": "tempest-description--2098106352"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-9b2b50d2-f865-4d09-a218-59175832bf70', 'date': 'Fri, 21 Jul 2023 15:56:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "name": "tempest-securitygroup--1800577081", "stateful": true, "tenant_id": "714c95dde9d34692be6c48ffb211d379", "description": "tempest-description--2098106352", "shared": false, "security_group_rules": [{"id": "4033db49-3d91-4b9e-bb04-cb8dcd63ac78", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "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": 248, "description": null, "tags": [], "created_at": "2023-07-21T15:56:00Z", "updated_at": "2023-07-21T15:56:00Z", "revision_number": 0}, {"id": "825d7cbc-7641-4800-9434-d33424872044", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": n ull, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 247, "description": null, "tags": [], "created_at": "2023-07-21T15:55:59Z", "updated_at": "2023-07-21T15:55:59Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:55:59Z", "updated_at": "2023-07-21T15:55:59Z", "revision_number": 1, "project_id": "714c95dde9d34692be6c48ffb211d379"}}' 2023-07-21 15:56:01,490 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.019s 2023-07-21 15:56:01,490 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "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-70c2a8b6-4a47-456d-961f-cdbb0889e8bf', 'date': 'Fri, 21 Jul 2023 15:56:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2ed0f38f-a4ac-4118-b750-c6c1115bf208", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "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-21T15:56:00Z", "updated_at": "2023-07-21T15:56:00Z", "revision_number": 0}}' 2023-07-21 15:56:02,509 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.018s 2023-07-21 15:56:02,509 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-94d4b42b-2ca1-43ac-b252-c739f72e6bd8', 'date': 'Fri, 21 Jul 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1bb18e52-b1cd-4016-ba05-a4dbccab7a48", "project_id": "714c95dde9d34692be6c48ffb211d379", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "security_group_id": "eeb155dc-59c7-41a8-986b-36cc4b374f46", "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-21T15:56:01Z", "updated_at": "2023-07-21T15:56:01Z", "revision_number": 0}}' 2023-07-21 15:56:02,509 79580 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1800577081 created 2023-07-21 15:56:05,160 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.651s 2023-07-21 15:56:05,161 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-opens tack-request-id': 'req-672b9de7-8699-46c3-9b36-434ba42ec5b3', 'date': 'Fri, 21 Jul 2023 15:56:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "420a4ac8-ed27-4a19-a4d6-e82af988943b", "tenant_id": "714c95dde9d34692be6c48ffb211d379", "floating_ip_address": "172.24.4.110", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "714c95dde9d34692be6c48ffb211d379", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:03Z", "updated_at": "2023-07-21T15:56:03Z", "revision_number": 0}}' 2023-07-21 15:56:05,161 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '420a4ac8-ed27-4a19-a4d6-e82af988943b', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'floating_ip_address': '172.24.4.110', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:03Z', 'updated_at': '2023-07-21T15:56:03Z', 'revision_number': 0, 'ip': '172.24.4.110'} created 2023-07-21 15:56:05,320 79580 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.153s 2023-07-21 15:56:05,321 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:05 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-fdb1348a-7507-4249-9864-479d3c788bbf', '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": "267d826cf93e45548d64dc002be34ab6", "name": "tempest-AttachVolumeTestJSON-575421391-project-member", "password_expires_at": null}, "audit_ids": ["8LvH4yWpTBuZt-5IhCKubw"], "expires_at": "2023-07-21T16:56:05.000000Z", "issued_at": "2023-07-21T15:56:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "714c95dde9d34692be6c48ffb211d379", "name": "tempest-AttachVolumeTestJSON-575421391"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": " http://10.0.0.210/volume/v3/714c95dde9d34692be6c48ffb211d379", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:05,321 79580 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'b52772bf-9c57-4e7a-8381-0688fb44dfbe', 'name': 'tempest-AttachVolumeTestJSON-1258243480-network', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '714c95dde9d34692be6c48ffb211d379', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21621, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:05,322 79580 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-8891761', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIf6ohpcokzRCDbc/fSS8Ry/EaLeA9Qf9nlM6W4572xWCqP2AgPxatGeqeEUyfBnkTmn9FbjVsv7ldZtbrVDAHLFSCSLix0dwYhGuhragpXAsrH0p8+UdDT7LnxeWJP6ZA==', 'fingerprint': 'c4:c1:7d:fe:be:e2:27:2e:08:ae:8e:27:19:7a:47:b4', 'user_id': '267d826cf93e45548d64dc002be34ab6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBnn9bvrOleMXpf0ellUWtjZCFHdwsrmoRafrnsLQoAI2JpYEqCYtyi\nR0L3UDiS2OCgBwYFK4EEACKhZANiAASH+qIaXKJM0Qg23P30kvEcvxGi3gPUH/Z5\nTOluOe9sVgqj9gID8WrRnqnhFMnwZ5E5p/RW41bL+5XWbW61QwByxUgki4sdHcGI\nRroa2oKVwLKx9KfPlHQ0+y58XliT+mQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'eeb155dc-59c7-41a8-986b-36cc4b374f46', 'name': 'tempest-securitygroup--1800577081', 'stateful': True, 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'description': 'tempest-description--2098106352', 'shared': False, 'security_group_rules': [{'id': '4033db49-3d91-4b9e-bb04-cb8dcd63ac78', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'security_group_id': 'eeb155dc-59c7-41a8-986b-36cc4b374f46', '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': 248, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:00Z', 'updated_at': '2023-07-21T15:56:00Z', 'revision_number': 0}, {'id': '825d7cbc-7641-4800-9434-d33424872044', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'security_group_id': 'eeb155dc-59c7-41a8-986b-36cc4b374f46', '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': 247, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:55:59Z', 'updated_at': '2023-07-21T15:55:59Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15 :55:59Z', 'updated_at': '2023-07-21T15:55:59Z', 'revision_number': 1, 'project_id': '714c95dde9d34692be6c48ffb211d379'}, 'floating_ip': {'id': '420a4ac8-ed27-4a19-a4d6-e82af988943b', 'tenant_id': '714c95dde9d34692be6c48ffb211d379', 'floating_ip_address': '172.24.4.110', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '714c95dde9d34692be6c48ffb211d379', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:03Z', 'updated_at': '2023-07-21T15:56:03Z', 'revision_number': 0, 'ip': '172.24.4.110'}} 2023-07-21 15:56:05,359 79580 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.037s 2023-07-21 15:56:05,360 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-650912539", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "b52772bf-9c57-4e7a-8381-0688fb44dfbe"}], "security_groups": [{"name": "tempest-securitygroup--1800577081"}], "key_name": "tempest-keypair-8891761", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-76d05c00-0365-45fa-b2b6-4815c1ac2981', 'x-compute-request-id': 'req-76d05c00-0365-45fa-b2b6-4815c1ac2981', '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-21 15:56:05,395 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-8891761 0.033s 2023-07-21 15:56:05,395 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:05 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-80cfb895-2b8f-48b8-be8c-f46391ca01f5', 'x-compute-request-id': 'req-80cfb895-2b8f-48b8-be8c-f46391ca01f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-8891761'} Body: b'' 2023-07-21 15:56:06,363 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/eeb155dc-59c7-41a8-986b-36cc4b374f46 0.967s 2023-07-21 15:56:06,364 79580 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-2c9f89af-86e3-4f3c-8275-af51cffd0305', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/eeb155dc-59c7-41a8-986b-36cc4b374f46'} Body: b'' 2023-07-21 15:56:06,422 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0 .0.210:9696/networking/v2.0/security-groups/eeb155dc-59c7-41a8-986b-36cc4b374f46 0.058s 2023-07-21 15:56:06,422 79580 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-a21758de-e74a-4a04-9f7d-4399dca43263', 'date': 'Fri, 21 Jul 2023 15:56:06 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/eeb155dc-59c7-41a8-986b-36cc4b374f46'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group eeb155dc-59c7-41a8-986b-36cc4b374f46 does not exist", "detail": ""}}' 2023-07-21 15:56:07,952 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/420a4ac8-ed27-4a19-a4d6-e82af988943b 1.528s 2023-07-21 15:56:07,952 79580 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-41de5200-d231-49b5-a25d-11e88b2696f1', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/420a4ac8-ed27-4a19-a4d6-e82af988943b'} Body: b'' setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 834, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True) File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} 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-21 15:56:00,568 79576 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/6afd6370-0d67-45be-b652-80c24600d578 0.524s 2023-07-21 15:56:00,568 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d7559218-3051-41ea-871d-22ceb2766fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578'} 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": "26d3420081244684abfa28b0f49cbfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "6afd6370-0d67-45be-b652-80c24600d578", "created_at": "2023-07-21T15:52:11Z", "updated_at": "2023-07-21T15:52:13Z", "tags": [], "self": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578", "file": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578/file", "schema": "/v2/schemas/image"}' 2023-07-21 15:56:01,633 79576 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.029s 2023-07-21 15:56:01,634 79576 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': 'Fri, 21 Jul 2023 15:56:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-abbf188f-26fc-48e2-a676-eca692cb5986', '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": "b732e9bf010f45328190a103d5aff9f0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "171f8bcb-1a0e-4b1f-bb96-604ac49501e2", "created_at": "2023-07-21T15:56:02Z", "updated_at": "2023-07-21T15:56:02Z", "tags": [], "self": "/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2", "file": "/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2/file", "schema": "/v2/schemas/image"}' 2023-07-21 15:56:03,766 79576 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-21 15:56:03,767 79576 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/171f8bcb-1a0e-4b1f-bb96-604ac49501e2/file 2.133s 2023-07-21 15:56:03,768 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d1e023ea-53c6-4337-9f35-5a7b8bf8fec3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2/file'} Body: b'' 2023-07-21 15:56:03,768 79576 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:56:03,768 79576 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:04,191 79576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.419s 2023-07-21 15:56:04,192 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1535338500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAHUbOFSFn/1szbH9/BWmN+2fnsMBYviacEpV6OxBrQyaCBFKhbUA1aPHEbQh5J5o4o981+Yuiqp25LzgFA5mQzW8MMn3ctiEcletQWxty/qODg5zVUmHUTfZkofkWtU9Q=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:03 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-8ab6387f-97e9-4e27-9a81-202d094a8410', 'x-compute-request-id': 'req-8ab6387f-97e9-4e27-9a81-202d094a8410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1535338500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAHUbOFSFn/1szbH9/BWmN+2fnsMBYviacEpV6OxBrQyaCBFKhbUA1aPHEbQh5J5o4o981+Yuiqp25LzgFA5mQzW8MMn3ctiEcletQWxty/qODg5zVUmHUTfZkofkWtU9Q==", "fingerprint": "db:ca:78:f9:12:6a:c6:0c:12:16:64:f5:7b:58:c2:10", "user_id": "ec0167ab554041aa8d1fe470ffc1aa5d"}}' 2023-07-21 15:56:04,201 79576 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1535338500 created 2023-07-21 15:56:04,670 79576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.467s 2023-07-21 15:56:04,670 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--22443318", "description": "tempest-description--1164464739"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-198058d1-6a5e-4168-a2f4-b6ab8dad0c08', 'date': 'Fri, 21 Jul 2023 15:56:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "name": "tempest-securitygroup--22443318", "stateful": true, "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "description": "tempest-description--1164464739", "shared": false, "security_group_rules": [{"id": "7a3c9a40-d93a-4199-a2ed-d42e2c1de92a", "project_id": "9d18bb4a97444eb7bc46c2f402d038e3", "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "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": 272, "description": null, "tags": [], "created_at": "2023-07-21T15:56:04Z", "updated_at": "2023-07-21T15:56:04Z", "revision_number": 0}, {"id": "c4c3d3a0-f416-41f1-8a77-159ede24630d", "project_id": "9d18bb4a97444eb7bc46c2f402d038e3", "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "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": 273, "description": null, "tags": [], "created_at": "2023-07-21T15:56:04Z", "updated_at": "2023-07-21T15:56:04Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:04Z", "updated_at": "2023-07-21T15:56:04Z", "revision_number": 1, "project_id": "9d18bb4a97444eb7bc46c2f402d038e3"}}' 2023-07-21 15:56:06,029 79576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.357s 2023-07-21 15:56:06,029 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "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-2200deb2-a986-4401-9642-c56b90f69b75', 'date': 'Fri, 21 Jul 2023 15:56:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47ed8689-9803-4394-b723-c5d4d8ee9e98", "project_id": "9d18bb4a97444eb7bc46c2f402d038e3", "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "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-21T15:56:05Z", "updated_at": "2023-07-21T15:56:05Z", "revision_number": 0}}' 2023-07-21 15:56:07,608 79576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.578s 2023-07-21 15:56:07,608 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5976179f-18ed-4a17-84c7-3c48c2af227d', 'date': 'Fri, 21 Jul 2023 15:56:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "491ac78e-9cfe-414c-a2cc-ee9229cd14e2", "project_id": "9d18bb4a97444eb7bc46c2f402d038e3", "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "security_group_id": "e629c05b-98cc-46c6-a4d1-e9f620c575f4", "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-21T15:56:06Z", "updated_at": "2023-07-21T15:56:06Z", "revision_number": 0}}' 2023-07-21 15:56:07,608 79576 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--22443318 created 2023-07-21 15:56:11,962 79576 INFO [tempest.lib.common.rest_client] Request (Val idationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 4.353s 2023-07-21 15:56:11,962 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7be5ef6f-1515-4f35-8e9f-1dca42c96f60', 'date': 'Fri, 21 Jul 2023 15:56:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "53fca392-339b-4112-baf5-653d3ac699df", "tenant_id": "9d18bb4a97444eb7bc46c2f402d038e3", "floating_ip_address": "172.24.4.189", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9d18bb4a97444eb7bc46c2f402d038e3", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:10Z", "updated_at": "2023-07-21T15:56:10Z", "revision_number": 0}}' 2023-07-21 15:56:11,962 79576 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '53fca392-339b-4112-baf5-653d3ac699df', 'tenant_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:10Z', 'updated_at': '2023-07-21T15:56:10Z', 'revision_number': 0, 'ip': '172.24.4.189'} created 2023-07-21 15:56:12,111 79576 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.142s 2023-07-21 15:56:12,112 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:11 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-febb7414-5ebe-4eb1-ad4f-a03d6a88724f', '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": "ec0167ab554041aa8d1fe470ffc1aa5d", "name": "tempest-AttachSCSIVolumeTestJSON-824391187-project-member", "password_expires_at": null}, "audit_ids": ["sYa_jz9cRHydO72ft8ttzw"], "expires_at": "2023-07-21T16:56:12.000000Z", "issued_at": "2023-07-21T15:56:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d18bb4a97444eb7bc46c2f402d038e3", "name": "tempest-AttachSCSIVolumeTestJSON-824391187"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9d18bb4a97444eb7bc46c2f402d038e3", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d18bb4a97444eb7bc46c2f402d038e3", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.21 0:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d18bb4a97444eb7bc46c2f402d038e3", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:12,112 79576 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '63015b58-c7e6-4161-92bb-4560b0b1c2b8', 'name': 'tempest-AttachSCSIVolumeTestJSON-1475771114-network', 'tenant_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42901, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:12,113 79576 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1535338500', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAHUbOFSFn/1szbH9/BWmN+2fnsMBYviacEpV6OxBrQyaCBFKhbUA1aPHEbQh5J5o4o981+Yuiqp25LzgFA5mQzW8MMn3ctiEcletQWxty/qODg5zVUmHUTfZkofkWtU9Q==', 'fingerprint': 'db:ca:78:f9:12:6a:c6:0c:12:16:64:f5:7b:58:c2:10', 'user_id': 'ec0167ab554041aa8d1fe470ffc1aa5d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAqLaAsiLaQKMGP97J6Xuc/MtLIRJP1ZNqgdXWV9f3e/zt0idHLSVkX\nFFYspxoCRmWgBwYFK4EEACKhZANiAAQB1GzhUhZ/9bM2x/fwVpjftn57DAWL4mnB\nKVejsQa0MmggRSoW1ANWjxxG0IeSeaOKPfNfmLoqqduS84BQOZkM1vDDJ93LYhHJ\nXrUFsbcv6jg4Oc1VJh1E32ZKH5FrVPU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e629c05b-98cc-46c6-a4d1-e9f620c575f4', 'name': 'tempest-securitygroup--22443318', 'stateful': True, 'tenant_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'description': 'tempest-description--1164464739', 'shared': False, 'security_group_rules': [{'id': '7a3c9a40-d93a-4199-a2ed-d42e2c1de92a', 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'tenant_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'security_group_id': 'e629c05b-98cc-46c6-a4d1-e9f620c575f4', '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': 272, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:04Z', 'updated_at': '2023-07-21T15:56:04Z', 'revision_number': 0}, {'id': 'c4c3d3a0-f416-41f1-8a77-159ede24630d', 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'tenant_id': '9d18 bb4a97444eb7bc46c2f402d038e3', 'security_group_id': 'e629c05b-98cc-46c6-a4d1-e9f620c575f4', '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': 273, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:04Z', 'updated_at': '2023-07-21T15:56:04Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:04Z', 'updated_at': '2023-07-21T15:56:04Z', 'revision_number': 1, 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3'}, 'floating_ip': {'id': '53fca392-339b-4112-baf5-653d3ac699df', 'tenant_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d18bb4a97444eb7bc46c2f402d038e3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:10Z', 'updated_at': '2023-07-21T15:56:10Z', 'revision_number': 0, 'ip': '172.24.4.189'}} 2023-07-21 15:56:12,156 79576 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.041s 2023-07-21 15:56:12,156 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1945336993", "imageRef": "171f8bcb-1a0e-4b1f-bb96-604ac49501e2", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "63015b58-c7e6-4161-92bb-4560b0b1c2b8"}], "security_groups": [{"name": "tempest-securitygroup--22443318"}], "key_name": "tempest-keypair-1535338500", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-ae60d0e6-64fc-4b8d-9f7b-c9e7130915f1', 'x-compute-request-id': 'req-ae60d0e6-64fc-4b8d-9f7b-c9e7130915f1', '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-21 15:56:12,207 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1535338500 0.048s 2023-07-21 15:56:12,208 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1885c529-4d90-4cc2-b283-f1308c73e3b5', 'x-compute-request-id': 'req-1885c529-4d90-4cc2-b283-f1308c73e3b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1535338500'} Body: b'' 2023-07-21 15:56:14,260 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e629c05b-98cc-46c6-a4d1-e9f620c575f4 2.050s 2023-07-21 15:56:14,261 79576 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-32519b47-47ac-408f-878c-d476ada3a668', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e629c05b-98cc-46c6-a4d1-e9f620c575f4'} Body: b'' 2023-07-21 15:56:14,382 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e629c05b-98cc-46c6-a4d1-e9f620c575f4 0.120s 2023-07-21 15:56:14,383 79576 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-b0049c46-5688-4567-adb7-218dff851058', 'date': 'Fri, 21 Jul 2023 15:56:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e629c05b-98cc-46c6-a4d1-e9f620c575f4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e629c05b-98cc-46c6-a4d1-e9f620c575f4 does not exist", "detail": ""}}' 2023-07-21 15:56:15,490 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/53fca392-339b-4112-baf5-653d3ac699df 1.106s 2023-07-21 15:56:15,490 79576 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-8f08622a-2b83-4189-8453-d0f0dde16e93', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/53fca392-339b-4112-baf5-653d3ac699df'} Body: b'' 2023-07-21 15:56:15,649 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2 0.158s 2023-07-21 15:56:15,650 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-64f52638-bdc1-4780-80c2-504a5feb96c6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2'} Body: b'' 2023-07-21 15:56:15,681 79576 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2 0.031s 2023-07-21 15:56:15,682 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1996513f-ac10-4803-ac9e-634b94f1a4eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/171f8bcb-1a0e-4b1f-bb96-604ac49501e2'} Body: b'{"message": "No image found with ID 171f8bcb-1a0e-4b1f-bb96-604ac49501e2

\\n\\n\\n", "code": "404 Not Found", "title": "Not 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-21 15:56:13,492 79562 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:13,957 79562 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.461s 2023-07-21 15:56:13,957 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-467449743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMlF2RAOMS41maQzWsM3tYc82Pajx2NZNYCT7NBuifcyinmtL0n3aFasdzaUKw8Hfik+lQdaWMI2XOSdVC/BuNGZ1d+BoskUx7ZNvcetgcxJiuUa/42dCLAnGC4NSUytw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:13 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-81f7759c-a389-4d8e-aa30-5e6d87c38ee6', 'x-compute-request-id': 'req-81f7759c-a389-4d8e-aa30-5e6d87c38ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-467449743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMlF2RAOMS41maQzWsM3tYc82Pajx2NZNYCT7NBuifcyinmtL0n3aFasdzaUKw8Hfik+lQdaWMI2XOSdVC/BuNGZ1d+BoskUx7ZNvcetgcxJiuUa/42dCLAnGC4NSUytw==", "fingerprint": "73:8e:0b:27:20:dd:0d:b3:b3:62:2f:c2:3c:a5:b5:a3", "user_id": "94f86022909c436bb18ba7b732df65ee"}}' 2023-07-21 15:56:13,964 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-467449743 created 2023-07-21 15:56:14,329 79562 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.365s 2023-07-21 15:56:14,329 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1650327581", "description": "tempest-description--443003290"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-d4ec4bca-5ecc-4369-b908-67760a02f991', 'date': 'Fri, 21 Jul 2023 15:56:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "50f10288-bbc2-491a-bc8f-996438305b86", "name": "tempest-securitygroup--1650327581", "stateful": true, "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "description": "tempest-description--443003290", "shared": false, "security_group_rules": [{"id": "0fca8eec-5a1c-4bb6-822c-16bb39bfabcb", "project_id": "2487d4802c6b44f2875d423b3b71e762", "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "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": 322, "description": null, "tags": [], "created_at": "2023-07-21T15:56:14Z", "updated_at": "2023-07-21T15:56:14Z", "revision_number": 0}, {"id": "cf422980-e2bd-4732-bead-6b9764c0bce7", "project_id": "2487d4802c6b44f2875d423b3b71e762", "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "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": 321, "description": null, "tags": [], "created_at": "2023-07-21T15:56:14Z", "updated_at": "2023-07-21T15:56:14Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:14Z", "updated_at": "2023-07-21T15:56:14Z", "revision_number": 1, "project_id": "2487d4802c6b44f2875d423b3b71e762"}}' 2023-07-21 15:56:14,931 79562 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.601s 2023-07-21 15:56:14,931 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "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-bf6435cd-080e-45bc-a71c-88afd6e97f87', 'date': 'Fri, 21 Jul 2023 15:56:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c15a7efe-00a1-4ad5-b0dd-08cdb15f1cfc", "project_id": "2487d4802c6b44f2875d423b3b71e762", "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "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-21T15:56:14Z", "updated_at": "2023-07-21T15:56:14Z", "revision_number": 0}}' 2023-07-21 15:56:15,592 79562 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.660s 2023-07-21 15:56:15,593 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-edd10362-6d3e-4310-be40-b81721bdafde', 'date': 'Fri, 21 Jul 2023 15:56:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e1c076f8-066e-4625-87ff-aa79cd6ecfdf", "project_id": "2487d4802c6b44f2875d423b3b71e762", "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "security_group_id": "50f10288-bbc2-491a-bc8f-996438305b86", "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-21T15:56:15Z", "updated_at": "2023-07-21T15:56:15Z", "revision_number": 0}}' 2023-07-21 15:56:15,593 79562 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1650327581 created 2023-07-21 15:56:17,562 79562 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.968s 2023-07-21 15:56:17,563 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-3efa8ac1-a7bf-46ef-960d-e800789a306e', 'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "52651596-55ba-4631-94de-70f95fc13014", "tenant_id": "2487d4802c6b44f2875d423b3b71e762", "floating_ip_address": "172.24.4.199", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2487d4802c6b44f2875d423b3b71e762", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:16Z", "updated_at": "2023-07-21T15:56:16Z", "revision_number": 0}}' 2023-07-21 15:56:17,563 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '52651596-55ba-4631-94de-70f95fc13014', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2487d4802c6b44f2875d423b3b71e762', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:16Z', 'updated_at': '2023-07-21T15:56:16Z', 'revision_number': 0, 'ip': '172.24.4.199'} created 2023-07-21 15:56:17,753 79562 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.184s 2023-07-21 15:56:17,753 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 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-7fffc511-adb4-46fe-aa0a-064967ab6d45', '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": "94f86022909c436bb18ba7b732df65ee", "name": "tempest-VolumesAdminNegativeTest-919934805-project-member", "password_expires_at": null}, "audit_ids": ["kE-jsq7IQPmtNt8b2COa_Q"], "expires_at": "2023-07-21T16:56:17.000000Z", "issued_at": "2023-07-21T15:56:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2487d4802c6b44f2875d423b3b71e762", "name": "tempest-VolumesAdminNegativeTest-919934805"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name ": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:17,754 79562 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '5120e364-b2e1-4b5c-9456-776221de0f69', 'name': 'tempest-VolumesAdminNegativeTest-586160387-network', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2487d4802c6b44f2875d423b3b71e762', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11839, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:17,754 79562 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-467449743', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMlF2RAOMS41maQzWsM3tYc82Pajx2NZNYCT7NBuifcyinmtL0n3aFasdzaUKw8Hfik+lQdaWMI2XOSdVC/BuNGZ1d+BoskUx7ZNvcetgcxJiuUa/42dCLAnGC4NSUytw==', 'fingerprint': '73:8e:0b:27:20:dd:0d:b3:b3:62:2f:c2:3c:a5:b5:a3', 'user_id': '94f86022909c436bb18ba7b732df65ee', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDi8D0NlTsBmgQydKuzO64fID1nCyIG1g1kApIivnhuYVFbwGCahM/U\nzzgq/eu84IugBwYFK4EEACKhZANiAARzJRdkQDjEuNZmkM1rDN7WHPNj2o8djWTW\nAk+zQbon3Mop5rS9J92hWrHc2lCsPB34pPpUHWljCNlzknVQvwbjRmdXfgaLJFMe\n2Tb3HrYHMSYrlGv+NnQiwJxguDUlMrc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '50f10288-bbc2-491a-bc8f-996438305b86', 'name': 'tempest-securitygroup--1650327581', 'stateful': True, 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'description': 'tempest-description--443003290', 'shared': False, 'security_group_rules': [{'id': '0fca8eec-5a1c-4bb6-822c-16bb39bfabcb', 'project_id': '2487d4802c6b44f2875d423b3b71e762', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'security_group_id': '50f10288-bbc2-491a-bc8f-996438305b86', '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': 322, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:14Z', 'updated_at': '2023-07-21T15:56:14Z', 'revision_number': 0}, {'id': 'cf422980-e2bd-4732-bead-6b9764c0bce7', 'project_id': '2487d4802c6b44f2875d423b3b71e762', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'security_group_id': '50f10288-bbc2-491a-bc8f-996438305b86', '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': 321, 'descri ption': None, 'tags': [], 'created_at': '2023-07-21T15:56:14Z', 'updated_at': '2023-07-21T15:56:14Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:14Z', 'updated_at': '2023-07-21T15:56:14Z', 'revision_number': 1, 'project_id': '2487d4802c6b44f2875d423b3b71e762'}, 'floating_ip': {'id': '52651596-55ba-4631-94de-70f95fc13014', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2487d4802c6b44f2875d423b3b71e762', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:16Z', 'updated_at': '2023-07-21T15:56:16Z', 'revision_number': 0, 'ip': '172.24.4.199'}} 2023-07-21 15:56:17,781 79562 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.025s 2023-07-21 15:56:17,781 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1851237086", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "5120e364-b2e1-4b5c-9456-776221de0f69"}], "security_groups": [{"name": "tempest-securitygroup--1650327581"}], "key_name": "tempest-keypair-467449743", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-059597cb-d7c3-42b5-ae0f-94bbf08f1d91', 'x-compute-request-id': 'req-059597cb-d7c3-42b5-ae0f-94bbf08f1d91', '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-21 15:56:17,781 79562 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-21 15:56:17,852 79562 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.060s 2023-07-21 15:56:17,853 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 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-769aa35a-7c39-43f7-bef1-97aeda870582', '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": "94f86022909c436bb18ba7b732df65ee", "name": "tempest-VolumesAdminNegativeTest-919934805-project-member", "password_expires_at": null}, "audit_ids": ["ifBaCyyESRis8LapgE99Ig"], "expires_at": "2023-07-21T16:56:17.000000Z", "issued_at": "2023-07-21T15:56:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2487d4802c6b44f2875d423b3b71e762", "name": "tempest-VolumesAdminNegativeTest-919934805"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2487d4802c6b44f2875d423b3b71e762", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:17,853 79562 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '5120e364-b2e1-4b5c-9456-776221de0f69', 'name': 'tempest-VolumesAdminNegativeTest-586160387-network', 'tenant_id': '2487d4802c6b44f2875d423b3b71e762', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2487d4802c6b44f2875d4 23b3b71e762', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11839, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:17,882 79562 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-21 15:56:17,883 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1060832145", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "5120e364-b2e1-4b5c-9456-776221de0f69"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-fedaca04-c8da-422a-92f3-0e9e81532aa5', 'x-compute-request-id': 'req-fedaca04-c8da-422a-92f3-0e9e81532aa5', '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.ServerActionsTestJSON) ---------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.api.compute.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-21 15:56:14,954 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.442s 2023-07-21 15:56:14,955 79558 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-943910372"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-9a855e96-2cf7-4500-b6db-480b8a867e08', 'date': 'Fri, 21 Jul 2023 15:56:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"407b94b4-b47b-4ebc-9392-b4fb6d825d85","name":"tempest-tagged-attachments-test-net-943910372","tenant_id":"2d3cf0df0a4d460fa275ce8331a712c1","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"2d3cf0df0a4d460fa275ce8331a712c1","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-21T15:56:13Z","updated_at":"2023-07-21T15:56:13Z","revision_number":1}}' 2023-07-21 15:56:16,886 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.930s 2023-07-21 15:56:16,886 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "407b94b4-b47b-4ebc-9392-b4fb6d825d85", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-1b986d9e-eb52-49d5-8378-a2355efe8129', 'date': 'Fri, 21 Jul 2023 15:56:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"7293f7b2-c843-4c0d-b561-b5ebf9996bcf","name":"","tenant_id":"2d3cf0df0a4d460fa275ce8331a712c1","network_id":"407b94b4-b47b-4ebc-9392-b4fb6d825d85","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-21T15:56:15Z","updated_at":"2023-07-21T15:56:15Z","revision_number":0,"project_id":"2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:17,264 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes 0.377s 2023-07-21 15:56:17,265 79558 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-1250294238"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b79b104-d64b-406b-9dc2-a38cdd363fa5', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b79b104-d64b-406b-9dc2-a38cdd363fa5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes'} Body: b'{"volume": {"id": "f339cda9-d8b8-460e-b8c8-aac648b7dc6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:17.197468", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1250294238", "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/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}], "user_id": "cc020b89fe914ca6938272e23d27521c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:56:17,374 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d 0.097s 2023-07-21 15:56:17,375 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc6de6af-190e-473f-a44a-4ad2b48d01d9', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc6de6af-190e-473f-a44a-4ad2b48d01d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d'} Body: b'{"volume": {"id": "f339cda9-d8b8-460e-b8c8-aac648b7dc6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:17.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1250294238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}], "user_id": "cc020b89fe914ca6938272e23d27521c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:18,422 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d 0.035s 2023-07-21 15:56:18,443 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2d4b683-315a-4dbc-b2f1-7227de18ad04', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2d4b683-315a-4dbc-b2f1-7227de18ad04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d'} Body: b'{"volume": {"id": "f339cda9-d8b8-460e-b8c8-aac648b7dc6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:17.000000", "updated_at": "2023-07-21T15:56:17.000000", "name": "tempest-TaggedAttachmentsTest-volume-1250294238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8 -460e-b8c8-aac648b7dc6d"}], "user_id": "cc020b89fe914ca6938272e23d27521c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:19,524 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d 0.065s 2023-07-21 15:56:19,525 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95de957e-a1f8-4f53-8f92-4e82da8aef43', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95de957e-a1f8-4f53-8f92-4e82da8aef43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d'} Body: b'{"volume": {"id": "f339cda9-d8b8-460e-b8c8-aac648b7dc6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:17.000000", "updated_at": "2023-07-21T15:56:17.000000", "name": "tempest-TaggedAttachmentsTest-volume-1250294238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}], "user_id": "cc020b89fe914ca6938272e23d27521c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:20,589 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d 0.052s 2023-07-21 15:56:20,590 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4af01aa1-0228-41c5-a28a-a463ab9ea55b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4af01aa1-0228-41c5-a28a-a463ab9ea55b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d'} Body: b'{"volume": {"id": "f339cda9-d8b8-460e-b8c8-aac648b7dc6d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:17.000000", "updated_at": "2023-07-21T15:56:20.000000", "name": "tempest-TaggedAttachmentsTest-volume-1250294238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d3cf0df0a4d460fa275ce8331a712c1/volumes/f339cda9-d8b8-460e-b8c8-aac648b7dc6d"}], "user_id": "cc020b89fe914ca6938272e23d27521c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id ": "2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:20,603 79558 INFO [tempest.common.waiters] volume f339cda9-d8b8-460e-b8c8-aac648b7dc6d reached available after waiting for 3.603424 seconds 2023-07-21 15:56:20,604 79558 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:56:20,604 79558 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:20,666 79558 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-07-21 15:56:20,667 79558 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-295595976", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPuvgA3VdKWYwKCdA8V6QIwjKZCcFNMZAoD0RTIw9H/v47jARaWCy1gAsnT1ga5YscY6wyODRz8Bnm+bpELaRR224PfXFt6Upr9PW0IGbtAmu+XmKuwJMnuWmEbrPc/upg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', '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-aaa13ba1-c960-439b-a23f-eda2918d132d', 'x-compute-request-id': 'req-aaa13ba1-c960-439b-a23f-eda2918d132d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-295595976", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPuvgA3VdKWYwKCdA8V6QIwjKZCcFNMZAoD0RTIw9H/v47jARaWCy1gAsnT1ga5YscY6wyODRz8Bnm+bpELaRR224PfXFt6Upr9PW0IGbtAmu+XmKuwJMnuWmEbrPc/upg==", "fingerprint": "e8:37:56:8c:a5:31:71:32:d5:d9:4d:5f:db:f5:00:ad", "user_id": "cc020b89fe914ca6938272e23d27521c"}}' 2023-07-21 15:56:20,671 79558 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-295595976 created 2023-07-21 15:56:21,017 79558 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.345s 2023-07-21 15:56:21,018 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2062418889", "description": "tempest-description--1285209435"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-be7770ff-8701-487a-935e-4eab9d46c5ec', 'date': 'Fri, 21 Jul 2023 15:56:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "name": "tempest-securitygroup--2062418889", "stateful": true, "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "description": "tempest-description--1285209435", "shared": false, "security_group_rules": [{"id": "0bcab54e-c608-4745-a08c-e7817bb400ed", "project_id": "2d3cf0df0a4d460fa275ce8331a712c1", "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "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": 373, "description": null, "tags": [], "created_at": "2023-07-21T15:56:20Z", "updated_at": "2023-07-21T15:56:20Z", "revision_number": 0}, {"id": "bbbf4cde-ea46-4633-b39b-67e028fb4a34", "project_id": "2d3cf0df0a4 d460fa275ce8331a712c1", "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "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": 374, "description": null, "tags": [], "created_at": "2023-07-21T15:56:20Z", "updated_at": "2023-07-21T15:56:20Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:20Z", "updated_at": "2023-07-21T15:56:20Z", "revision_number": 1, "project_id": "2d3cf0df0a4d460fa275ce8331a712c1"}}' 2023-07-21 15:56:21,423 79558 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.405s 2023-07-21 15:56:21,423 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "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-2c64e751-a597-42b9-bbd0-0a0a3b6ea595', 'date': 'Fri, 21 Jul 2023 15:56:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f62ed5af-812c-4f81-a2ac-41fea57431f7", "project_id": "2d3cf0df0a4d460fa275ce8331a712c1", "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "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-21T15:56:21Z", "updated_at": "2023-07-21T15:56:21Z", "revision_number": 0}}' 2023-07-21 15:56:22,101 79558 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.677s 2023-07-21 15:56:22,102 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-83b6cff3-a761-41ae-b4c9-479f7d9d10d6', 'date': 'Fri, 21 Jul 2023 15:56: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": "c20c0d62-1a11-40fb-ac48-bc61eeb9d99a", "project_id": "2d3cf0df0a4d460fa275ce8331a712c1", "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "security_group_id": "13dabf1a-87c1-4541-9b83-c3249e34c348", "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-21T15:56:21Z", "updated_at": "2023-07-21T15:56:21Z", "revision_number": 0}}' 2023-07-21 15:56:22,102 79558 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2062418889 created 2023-07-21 15:56:23,565 79558 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.462s 2023-07-21 15:56:23,565 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-647052ed-d5c1-4917-bde0-7bb598ad3bf9', 'date': 'Fri, 21 Jul 2023 15:56:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "16537267-93b4-4e50-b4df-dde01501b36e", "tenant_id": "2d3cf0df0a4d460fa275ce8331a712c1", "floating_ip_address": "172.24.4.204", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2d3cf0df0a4d460fa275ce8331a712c1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:23Z", "updated_at": "2023-07-21T15:56:23Z", "revision_number": 0}}' 2023-07-21 15:56:23,566 79558 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '16537267-93b4-4e50-b4df-dde01501b36e', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'floating_ip_address': '172.24.4.204', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:23Z', 'updated_at': '2023-07-21T15:56:23Z', 'revision_number': 0, 'ip': '172.24.4.204'} created 2023-07-21 15:56:23,692 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.119s 2023-07-21 15:56:23,692 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:23 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-e95dfa39-9f0b-43bf-ac12-06abf06de371', '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": "cc020b89fe914ca6938272e23d27521c", "name": "tempest-TaggedAttachmentsTest-1381088578-project-member", "password_expires_at": null}, "audit_ids": ["UicmT6OhTwawEm1L-8Iqng"], "expires_at": "2023-07-21T16:56:23.000000Z", "issued_at": "2023-07-21T15:56:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d3cf0df0a4d460fa275ce8331a712c1", "name": "tempest-TaggedAttachmentsTest-1381088578"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:23,693 79558 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '5cd6c5c9-6b65-42e9-b9f8-feb550bfaba7', 'name': 'tempest-TaggedAttachmentsTest-1332166174-network', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42588, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:23,750 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.053s 2023-07-21 15:56:23,750 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:23 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-c95b00cf-b8de-4b8e-b597-844c044588c7', '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": "cc020b89fe914ca6938272e23d27521c", "name": "tempest-TaggedAttachmentsTest-1381088578-project-member", "password_expires_at": null}, "audit_ids": ["0pY_UxIgQIaOPghBHxENMQ"], "expires_at": "2023-07-21T16:56:23.000000Z", "issued_at": "2023-07-21T15:56:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d3cf0df0a4d460fa275ce8331a712c1", "name": "tempest-TaggedAttachmentsTest-1381088578"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d3cf0df0a4d460fa275ce8331a712c1", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:23,751 79558 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '5cd6c5c9-6b65-42e9-b9f8-feb550bfaba7', 'name': 'tempest-TaggedAttachmentsTest-1332166174-network', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42588, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:23,751 79558 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-295595976', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPuvgA3VdKWYwKCdA8V6QIwjKZCcFNMZAoD0RTIw9H/v47jARaWCy1gAsnT1ga5YscY6wyODRz8Bnm+bpELaRR224PfXFt6Upr9PW0IGbtAmu+XmKuwJMnuWmEbrPc/upg==', 'fingerprint': 'e8:37:56:8c:a5:31:71:32:d5:d9:4d:5f:db:f5:00:ad', 'user_id': 'cc020b89fe914ca6938272e23d27521c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDnb0mkGjBvdHGiY0TPsWaacxlvpXtyQS3lms8hi/hfGGpERgZw866v\nzm4aBibetdCgBwYFK4EEACKhZANiAAT7r4AN1XSlmMCgnQPFekCMIymQnBTTGQKA\n9EUyMPR/7+O4wEWlgstYALJ09YGuWLHGOsMjg0c/AZ5vm6RC2kUdtuD31xbelKa/\nT1tCBm7QJrvl5irsCTJ7lphG6z3P7qY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '13dabf1a-87c1-4541-9b83-c3249e34c348', 'name': 'tempest-securitygroup--2062418889', 'stateful': True, 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'description': 'tempest-description--1285209435', 'shared': False, 'security_group_rules': [{'id': '0bcab54e-c608-4745-a08c-e7817bb400ed', 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'security_group_id': '13dabf1a-87c1-4541-9b83-c3249e34c348', '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': 373, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:20Z', 'updated_at': '2023-07-21T15:56:20Z', 'r evision_number': 0}, {'id': 'bbbf4cde-ea46-4633-b39b-67e028fb4a34', 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'security_group_id': '13dabf1a-87c1-4541-9b83-c3249e34c348', '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': 374, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:20Z', 'updated_at': '2023-07-21T15:56:20Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:20Z', 'updated_at': '2023-07-21T15:56:20Z', 'revision_number': 1, 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1'}, 'floating_ip': {'id': '16537267-93b4-4e50-b4df-dde01501b36e', 'tenant_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'floating_ip_address': '172.24.4.204', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d3cf0df0a4d460fa275ce8331a712c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:23Z', 'updated_at': '2023-07-21T15:56:23Z', 'revision_number': 0, 'ip': '172.24.4.204'}} 2023-07-21 15:56:23,781 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-21 15:56:23,782 79558 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-1248258251", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "5cd6c5c9-6b65-42e9-b9f8-feb550bfaba7"}], "security_groups": [{"name": "tempest-securitygroup--2062418889"}], "key_name": "tempest-keypair-295595976", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:23 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-63627c07-6bab-4cba-8410-c25b2997b4ea', 'x-compute-request-id': 'req-63627c07-6bab-4cba-8410-c25b2997b4ea', '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-21 15:56:23,819 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-295595976 0.034s 2023-07-21 15:56:23,819 79558 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': 'Fri, 21 Jul 2023 15:56:23 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-ed8ce1b5-7890-4174-82ae-fec55de4c839', 'x-compute-request-id': 'req-ed8ce1b5-7890-4174-82ae-fec55de4c839', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-295595976'} Body: b'' 2023-07-21 15:56:24,562 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/13dabf1a-87c1-4541-9b8 3-c3249e34c348 0.741s 2023-07-21 15:56:24,562 79558 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-f193c38b-bd45-41ae-9e77-97f8f9109c90', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/13dabf1a-87c1-4541-9b83-c3249e34c348'} Body: b'' 2023-07-21 15:56:24,659 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/13dabf1a-87c1-4541-9b83-c3249e34c348 0.096s 2023-07-21 15:56:24,659 79558 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-785c8cd1-259c-46df-aa00-34a63ca2f4d2', 'date': 'Fri, 21 Jul 2023 15:56:24 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/13dabf1a-87c1-4541-9b83-c3249e34c348'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 13dabf1a-87c1-4541-9b83-c3249e34c348 does not exist", "detail": ""}}' 2023-07-21 15:56:25,918 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/16537267-93b4-4e50-b4df-dde01501b36e 1.257s 2023-07-21 15:56:25,918 79558 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-95a6069b-e0aa-4575-b9c9-5b07a4fd6acd', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/16537267-93b4-4e50-b4df-dde01501b36e'} Body: b'' 2023-07-21 15:56:26,628 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/7293f7b2-c843-4c0d-b561-b5ebf9996bcf 0.709s 2023-07-21 15:56:26,628 79558 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-9fb10234-d12b-474a-b089-ec1494790de1', 'date': 'Fri, 21 Jul 2023 15:56:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/7293f7b2-c843-4c0d-b561-b5ebf9996bcf'} Body: b'' 2023-07-21 15:56:28,856 79558 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/407b94b4-b47b-4ebc-9392-b4fb6d825d85 2.227s 2023-07-21 15:56:28,857 79558 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-4139d402-39bd-4df5-83f0-119db62a05f2', 'date': 'Fri, 21 Jul 2023 15:56:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/407b94b4-b47b-4ebc-9392-b4fb6d825d85'} 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-21 15:56:16,027 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes 0.766s 2023-07-21 15:56:16,027 79566 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-1202451707"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78e57098-7e5e-4942-9bd8-e84d102d9a31', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78e57098-7e5e-4942-9bd8-e84d102d9a31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes'} Body: b'{"volume": {"id": "8dc18329-bf88-42ea-8254-1ae3e893eafd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:15.815677", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1202451707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:56:16,095 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd 0.053s 2023-07-21 15:56:16,095 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cf16b03-f926-4782-a427-ea8593233f28', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cf16b03-f926-4782-a427-ea8593233f28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd'} Body: b'{"volume": {"id": "8dc18329-bf88-42ea-8254-1ae3e893eafd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:16.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1202451707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:17,199 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd 0.092s 2023-07-21 15:56:17,199 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcb75050-5008-4737-8462-bd6cea503e6d', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcb75050-5008-4737-8462-bd6cea503e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd'} Body: b'{"volume": {"id": "8dc18329-bf88-42ea-8254-1ae3e893eafd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:16.000000", "updated_at": "2023-07-21T15:56:16.000000", "name": "tempest-TestVolumeSwap-volume-1202451707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:18,262 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd 0.050s 2023-07-21 15:56:18,262 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e530b8ab-95b2-4640-a8e5-7f55983a6d11', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e530b8ab-95b2-4640-a8e5-7f55983a6d11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd'} Body: b'{"volume": {"id": "8dc18329-bf88-42ea-8254-1ae3e893eafd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:16.000000", "updated_at": "2023-07-21T15:56:16.000000", "name": "tempest-TestVolumeSwap-volume-1202451707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:19,345 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd 0.070s 2023-07-21 15:56:19,346 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2665f9c-3bdd-4033-ab22-c30184ba92aa', 'content-length': '905', 'open stack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2665f9c-3bdd-4033-ab22-c30184ba92aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd'} Body: b'{"volume": {"id": "8dc18329-bf88-42ea-8254-1ae3e893eafd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:16.000000", "updated_at": "2023-07-21T15:56:18.000000", "name": "tempest-TestVolumeSwap-volume-1202451707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/8dc18329-bf88-42ea-8254-1ae3e893eafd"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:19,356 79566 INFO [tempest.common.waiters] volume 8dc18329-bf88-42ea-8254-1ae3e893eafd reached available after waiting for 3.356211 seconds 2023-07-21 15:56:19,620 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes 0.264s 2023-07-21 15:56:19,621 79566 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-1720223905"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-723f3d2a-3871-447e-8829-ca9fb7939d97', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-723f3d2a-3871-447e-8829-ca9fb7939d97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:19.549148", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:56:19,705 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721 0.075s 2023-07-21 15:56:19,706 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43991514-d6bb-45dc-b78e-1a171d953a10', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43991514-d6bb-45dc-b78e-1a171d953a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10. 0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:20.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:20,757 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721 0.040s 2023-07-21 15:56:20,758 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-256a8da2-d931-4e17-b2cf-11e0680dfbd6', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-256a8da2-d931-4e17-b2cf-11e0680dfbd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:20.000000", "updated_at": "2023-07-21T15:56:20.000000", "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:21,824 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721 0.049s 2023-07-21 15:56:21,824 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54945cdf-458f-4d4d-b3fa-441308005b7f', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54945cdf-458f-4d4d-b3fa-441308005b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:20.000000", "updated_at": "2023-07-21T15:5 6:20.000000", "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:22,925 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721 0.089s 2023-07-21 15:56:22,925 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-189dd103-845a-48db-be48-4bec25069838', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189dd103-845a-48db-be48-4bec25069838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:20.000000", "updated_at": "2023-07-21T15:56:20.000000", "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:23,994 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721 0.051s 2023-07-21 15:56:23,994 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0629b18-36cc-4f3a-a873-dc45a269bc5a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0629b18-36cc-4f3a-a873-dc45a269bc5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721'} Body: b'{"volume": {"id": "81128cf7-528c-4eed-b15d-ee63a26fa721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:20.000000", "updated_at": "2023-07-21T15:56:23.000000", "name": "tempest-TestVolumeSwap-volume-1720223905", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793/volumes/811 28cf7-528c-4eed-b15d-ee63a26fa721"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/230ed57afa264958b8162e5dc0f15793/volumes/81128cf7-528c-4eed-b15d-ee63a26fa721"}], "user_id": "6db266e128904ca5b6255eda9f1a05ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:24,004 79566 INFO [tempest.common.waiters] volume 81128cf7-528c-4eed-b15d-ee63a26fa721 reached available after waiting for 5.004863 seconds 2023-07-21 15:56:24,005 79566 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:24,085 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.077s 2023-07-21 15:56:24,085 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1538768454", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCTr6CaF9hCCMEQFdE2eOoTUwLp0F0emoBCD4MYjNzWcie/072ar3kRM9mOGRH7pwESzkWjxe8H8Nci7aQq/OdKZvpnqI5i766kfy72QwS+g3DRhVhhdvO+JEneFN3ijoA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:24 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-ca1037a7-7716-47b4-9095-0932478150c4', 'x-compute-request-id': 'req-ca1037a7-7716-47b4-9095-0932478150c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1538768454", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCTr6CaF9hCCMEQFdE2eOoTUwLp0F0emoBCD4MYjNzWcie/072ar3kRM9mOGRH7pwESzkWjxe8H8Nci7aQq/OdKZvpnqI5i766kfy72QwS+g3DRhVhhdvO+JEneFN3ijoA==", "fingerprint": "f1:ca:3e:ad:ad:08:2b:44:c8:7d:ed:26:e8:dc:22:e2", "user_id": "6db266e128904ca5b6255eda9f1a05ca"}}' 2023-07-21 15:56:24,089 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1538768454 created 2023-07-21 15:56:24,617 79566 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.527s 2023-07-21 15:56:24,618 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1013042663", "description": "tempest-description--774555867"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-46150f03-41b4-4065-a32e-edcbcade7c10', 'date': 'Fri, 21 Jul 2023 15:56:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "name": "tempest-securitygroup--1013042663", "stateful": true, "tenant_id": "230ed57afa264958b8162e5dc0f15793", "description": "tempest-description--774555867", "shared": false, "security_group_rules": [{"id": "39e5ef87-8a0b-4cd0-9430-d8fea1c69a47", "project_id": "230ed57afa264958b8162e5dc0f15793", "tenant_id": "230ed57afa264958b8162e5dc0f15793", "security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "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": 394, "description": null, "tags": [], "created_at": "2023-07-21T15:56:24Z", "updated_at": "2023-07-21T15:56:24Z", "revision_number": 0}, {"id": "b50d9615-a2af-47c7-973e-64cad19a9aa4", "project_id": "230ed57afa264958b8162e5dc0f15793", "tenant_id": "230ed57afa264958b8162e5dc0f15793", "security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "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": 393, "description": null, "tags": [], "created_at": "2023-07-21T15:56:24Z", "updated_at": "2023-07-21T15:56:24Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:24Z", "updated_at": "2023-07-21T15:56:24Z", "revision_number": 1, "project_id": "230ed57afa264958b8162e5dc0f15793"}}' 2023-07-21 15:56:25,416 79566 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.797s 2023-07-21 15:56:25,416 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "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-3945da7b-1cf4-4070-aada-0ffc6296dccc', 'date': 'Fri, 21 Jul 2023 15:56: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": "4ed9b317-a5b0-407b-9b93-03df926d8ceb", "project_id": "230ed57afa264958b8162e5dc0f15793", "tenant_id": "230ed57afa264958b8162e5dc0f15793", "security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "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-21T15:56:24Z", "updated_at": "2023-07-21T15:56:24Z", "revision_number": 0}}' 2023-07-21 15:56:25,915 79566 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.498s 2023-07-21 15:56:25,915 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1a058281-1529-450f-9b9c-6adb7693d266', 'date': 'Fri, 21 Jul 2023 15:56: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": "0699d3ce-c0d5-45cf-829d-8872b7f3a8b4", "project_id": "230ed57afa264958b8162e5dc0f15793", "tenant_id": "230ed57afa264958b8162e5dc0f15793", "security_group_id": "8e233a4b-bf46-4893-b0e8-0ea425b971c3", "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-21T15:56:25Z", "updated_at": "2023-07-21T15:56:25Z", "revision_number": 0}}' 2023-07-21 15:56:25,916 79566 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1013042663 created 2023-07-21 15:56:28,967 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0 .210:9696/networking/v2.0/floatingips 3.051s 2023-07-21 15:56:28,967 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5bc9e5e6-f613-4878-a406-982066813649', 'date': 'Fri, 21 Jul 2023 15:56:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "00ff8b21-003a-4eeb-9889-9dfb59733d07", "tenant_id": "230ed57afa264958b8162e5dc0f15793", "floating_ip_address": "172.24.4.75", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "230ed57afa264958b8162e5dc0f15793", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:27Z", "updated_at": "2023-07-21T15:56:27Z", "revision_number": 0}}' 2023-07-21 15:56:28,968 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '00ff8b21-003a-4eeb-9889-9dfb59733d07', 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'floating_ip_address': '172.24.4.75', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '230ed57afa264958b8162e5dc0f15793', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:27Z', 'updated_at': '2023-07-21T15:56:27Z', 'revision_number': 0, 'ip': '172.24.4.75'} created 2023-07-21 15:56:29,142 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.169s 2023-07-21 15:56:29,143 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2801', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a0862bb6-0482-4efa-ac5d-a9c8c64c7806', '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": "6db266e128904ca5b6255eda9f1a05ca", "name": "tempest-TestVolumeSwap-2076584473-project-member", "password_expires_at": null}, "audit_ids": ["M72YD6EMRA2n1eoNJZd5Pw"], "expires_at": "2023-07-21T16:56:29.000000Z", "issued_at": "2023-07-21T15:56:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "230ed57afa264958b8162e5dc0f15793", "name": "tempest-TestVolumeSwap-2076584473"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/230ed57afa264958b8162e5dc0f15793", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "n ame": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/230ed57afa264958b8162e5dc0f15793", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:29,144 79566 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': '264f7863-d2d6-4bb0-a731-1f5b0e0edd69', 'name': 'tempest-TestVolumeSwap-979231890-network', 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '230ed57afa264958b8162e5dc0f15793', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50972, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:29,144 79566 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1538768454', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCTr6CaF9hCCMEQFdE2eOoTUwLp0F0emoBCD4MYjNzWcie/072ar3kRM9mOGRH7pwESzkWjxe8H8Nci7aQq/OdKZvpnqI5i766kfy72QwS+g3DRhVhhdvO+JEneFN3ijoA==', 'fingerprint': 'f1:ca:3e:ad:ad:08:2b:44:c8:7d:ed:26:e8:dc:22:e2', 'user_id': '6db266e128904ca5b6255eda9f1a05ca', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCoc6p6OQRPA1LjM5ou6wtgDMICihvlG6AtOIIXGySPRRQBXU6KgQHp\nC4alWmEcfqWgBwYFK4EEACKhZANiAAQk6+gmhfYQgjBEBXRNnjqE1MC6dBdHpqAQ\ng+DGIzc1nInv9O9mq95ETPZjhkR+6cBEs5Fo8XvB/DXIu2kKvznSmb6Z6iOYu+up\nH8u9kMEvoNw0YVYYXbzviRJ3hTd4o6A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8e233a4b-bf46-4893-b0e8-0ea425b971c3', 'name': 'tempest-securitygroup--1013042663', 'stateful': True, 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'description': 'tempest-description--774555867', 'shared': False, 'security_group_rules': [{'id': '39e5ef87-8a0b-4cd0-9430-d8fea1c69a47', 'project_id': '230ed57afa264958b8162e5dc0f15793', 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'security_group_id': '8e233a4b-bf46-4893-b0e8-0ea425b971c3', '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': 394, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:24Z', 'updated_at': '2023-07-21T15:56:24Z', 'revision_number': 0}, {'id': 'b50d9615-a2af-47c7-973e-64cad19a9aa4', 'project_id': '230ed57afa264958b8162e5dc0f15793', 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'security_group_id': '8e233a4b-bf46-4893-b0e8-0ea425b971c3', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': Non e, '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': 393, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:24Z', 'updated_at': '2023-07-21T15:56:24Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:24Z', 'updated_at': '2023-07-21T15:56:24Z', 'revision_number': 1, 'project_id': '230ed57afa264958b8162e5dc0f15793'}, 'floating_ip': {'id': '00ff8b21-003a-4eeb-9889-9dfb59733d07', 'tenant_id': '230ed57afa264958b8162e5dc0f15793', 'floating_ip_address': '172.24.4.75', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '230ed57afa264958b8162e5dc0f15793', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:27Z', 'updated_at': '2023-07-21T15:56:27Z', 'revision_number': 0, 'ip': '172.24.4.75'}} 2023-07-21 15:56:29,181 79566 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.036s 2023-07-21 15:56:29,182 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-452281", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "264f7863-d2d6-4bb0-a731-1f5b0e0edd69"}], "security_groups": [{"name": "tempest-securitygroup--1013042663"}], "key_name": "tempest-keypair-1538768454", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56: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-b5157202-af11-47ec-a27b-eb084b4b2f14', 'x-compute-request-id': 'req-b5157202-af11-47ec-a27b-eb084b4b2f14', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 15:56:32,425 79578 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.155s 2023-07-21 15:56:32,425 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:32 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-7b0ab145-ccd3-4fdf-b28b-d366604f1053', '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": "076dc5fceba64805a35168db169b19c0", "name": "tempest-VolumesActionsTest-1218026027-project-member", "password_expires_at": null}, "audit_ids": ["f4Dal9EpRyGpWtq_Cwt5Tw"], "expires_at": "2023-07-21T16:56:32.000000Z", "issued_at": "2023-07-21T15:56:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd0afb4d8750434ebdeff25feab105e0", "name": "tempest-VolumesActionsTest-1218026027"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:32,426 79578 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': 'bf0decbc-7454-409f-bb6b-20c5b1187c1e', 'name': 'tempest-VolumesActionsTest-1868256586-network', 'tenant_id': 'cd0afb4d8750434ebdeff25feab105e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cd0afb4d8750434ebdeff25feab105e0', 'port_security_enabled': True, 'router:external': False , 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59961, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:16Z', 'updated_at': '2023-07-21T15:56:16Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:32,460 79578 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.033s 2023-07-21 15:56:32,461 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-411185343", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "bf0decbc-7454-409f-bb6b-20c5b1187c1e"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56: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-6a4626a6-33cd-4cb1-a556-e158604c56a2', 'x-compute-request-id': 'req-6a4626a6-33cd-4cb1-a556-e158604c56a2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 15:56:32,520 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.044s 2023-07-21 15:56:32,520 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:32 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-4e9d4257-c330-46b9-bd3a-31302e7b6cc4', '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": "076dc5fceba64805a35168db169b19c0", "name": "tempest-VolumesActionsTest-1218026027-project-member", "password_expires_at": null}, "audit_ids": ["2JK_-fycTxi4Eg2EdGKBNw"], "expires_at": "2023-07-21T16:56:32.000000Z", "issued_at": "2023-07-21T15:56:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd0afb4d8750434ebdeff25feab105e0", "name": "tempest-VolumesActionsTest-1218026027"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd0afb4d8750434ebdeff25feab105e0", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:32,521 79578 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': 'bf0decbc-7454-409f-bb6b-20c5b1187c1e', 'name': 'tempest-VolumesActionsTest-1868256586-network', 'tenant_id': 'cd0afb4d8750434ebdeff25feab105e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cd0afb4d8750434ebdeff25feab105e0', 'port_security_enabled': True, 'router:external': False, 'provider:network_ty pe': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59961, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:16Z', 'updated_at': '2023-07-21T15:56:16Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:32,552 79578 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-21 15:56:32,552 79578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1607675830", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "bf0decbc-7454-409f-bb6b-20c5b1187c1e"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56: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-5f4f7996-3f54-42bb-8cb0-6fcd631519af', 'x-compute-request-id': 'req-5f4f7996-3f54-42bb-8cb0-6fcd631519af', '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-21 15:56:31,780 79580 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:56:31,780 79580 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:32,163 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.380s 2023-07-21 15:56:32,163 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2096493219", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNY8F+UYo4BEfaHHt85cpxupbNtG/DbhKhbxGoHOwtfUAioFbSOdf3X8zqMBCPSsKqsGbejJ7kt2+sZ7xz8hRsL58JYeaBETGC0ie7ZXHJfbbOXFBul+0b1EM1HJ6BEgJw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:31 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-ed5a1303-1c04-40fc-96a9-f2902deaf6c2', 'x-compute-request-id': 'req-ed5a1303-1c04-40fc-96a9-f2902deaf6c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2096493219", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNY8F+UYo4BEfaHHt85cpxupbNtG/DbhKhbxGoHOwtfUAioFbSOdf3X8zqMBCPSsKqsGbejJ7kt2+sZ7xz8hRsL58JYeaBETGC0ie7ZXHJfbbOXFBul+0b1EM1HJ6BEgJw==", "fingerprint": "31:7e:8f:43:2e:e4:74:e3:1f:36:ae:07:f9:be:e5:e1", "user_id": "60fe2baa6894420b935d6a7b45951cfc"}}' 2023-07-21 15:56:32,167 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2096493219 created 2023-07-21 15:56:32,461 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.293s 2023-07-21 15:56:32,462 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--504018566", "description": "tempest-description--300410877"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-1cc5c5e3-f51c-4a99-9ad0-2abde64e47c6', 'date': 'Fri, 21 Jul 2023 15:56:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "name": "tempest-securitygroup--504018566", "stateful": true, "tenant_id": "606aca04fa104fb58dd3e52990381993", "description": "tempest-description--300410877", "shared": false, "security_group_rules": [{"id": "267cced9-809c-432e-ac1d-0298093e1c31", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "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": 413, "description": null, "tags": [], "created_at": "2023-07-21T15:56:32Z", "updated_at": "2023-07-21T15:56:32Z", "revision_number": 0}, {"id": "86973931-1f01-4d3c-9f1f-604b75491a10", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefi x": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 414, "description": null, "tags": [], "created_at": "2023-07-21T15:56:32Z", "updated_at": "2023-07-21T15:56:32Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:32Z", "updated_at": "2023-07-21T15:56:32Z", "revision_number": 1, "project_id": "606aca04fa104fb58dd3e52990381993"}}' 2023-07-21 15:56:32,681 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.219s 2023-07-21 15:56:32,682 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "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-48c3884e-b81d-4298-a753-f2fd7cf18f1c', 'date': 'Fri, 21 Jul 2023 15:56: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": "b06683dd-0c7a-496e-a1db-73432d9684c0", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "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-21T15:56:32Z", "updated_at": "2023-07-21T15:56:32Z", "revision_number": 0}}' 2023-07-21 15:56:32,874 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.192s 2023-07-21 15:56:32,875 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e3c3da15-b663-4c03-ab5a-f1195bd23407', 'date': 'Fri, 21 Jul 2023 15:56: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": "7c85c8df-65d2-4f71-9e16-5dd4c13405ab", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "8c92e30c-2e3a-445b-ab70-bfb57b44cd66", "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-21T15:56:32Z", "updated_at": "2023-07-21T15:56:32Z", "revision_number": 0}}' 2023-07-21 15:56:32,875 79580 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--504018566 created 2023-07-21 15:56:33,885 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.009s 2023-07-21 15:56:33,886 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-e8be8da2-0250-4b88-aa86-86c00850ed76', 'date': 'Fri, 21 Jul 2023 15:56:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e5b13912-5904-42a3-bfb8-4192f536a003", "tenant_id": "606aca04fa104fb58dd3e52990381993", "floating_ip_address": "172.24.4.13", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "606aca04fa104fb58dd3e52990381993", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:33Z", "updated_at": "2023-07-21T15:56:33Z", "revision_number": 0}}' 2023-07-21 15:56:33,886 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e5b13912-5904-42a3-bfb8-4192f536a003', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.13', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:33Z', 'updated_at': '2023-07-21T15:56:33Z', 'revision_number': 0, 'ip': '172.24.4.13'} created 2023-07-21 15:56:33,994 79580 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.101s 2023-07-21 15:56:33,994 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:33 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-9363c537-c141-4c87-86c2-dde8d1b8502c', '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": "60fe2baa6894420b935d6a7b45951cfc", "name": "tempest-AttachVolumeNegativeTest-681302846-project-member", "password_expires_at": null}, "audit_ids": ["XfVjws8xQYWjbz9gZigNXQ"], "expires_at": "2023-07-21T16:56:33.000000Z", "issued_at": "2023-07-21T15:56:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "606aca04fa104fb58dd3e52990381993", "name": "tempest-AttachVolumeNegativeTest-681302846"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "regio n_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:33,995 79580 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '40550b12-80de-4ea2-bacc-32e3f376cbf8', 'name': 'tempest-AttachVolumeNegativeTest-1539720109-network', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '606aca04fa104fb58dd3e52990381993', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7901, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:19Z', 'updated_at': '2023-07-21T15:56:19Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:33,996 79580 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2096493219', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNY8F+UYo4BEfaHHt85cpxupbNtG/DbhKhbxGoHOwtfUAioFbSOdf3X8zqMBCPSsKqsGbejJ7kt2+sZ7xz8hRsL58JYeaBETGC0ie7ZXHJfbbOXFBul+0b1EM1HJ6BEgJw==', 'fingerprint': '31:7e:8f:43:2e:e4:74:e3:1f:36:ae:07:f9:be:e5:e1', 'user_id': '60fe2baa6894420b935d6a7b45951cfc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDGMCDf0zyx61/5jVBS6USbpqitatVGH/vyJsiaPSLFhAKt+VvFQFfN\nYjQ5hGc7d1egBwYFK4EEACKhZANiAATWPBflGKOARH2hx7fOXKcbqWzbRvw24SoW\n8RqBzsLX1AIqBW0jnX91/M6jAQj0rCqrBm3oye5LdvrGe8c/IUbC+fCWHmgRExgt\nInu2VxyX22zlxQbpftG9RDNRyegRICc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8c92e30c-2e3a-445b-ab70-bfb57b44cd66', 'name': 'tempest-securitygroup--504018566', 'stateful': True, 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'description': 'tempest-description--300410877', 'shared': False, 'security_group_rules': [{'id': '267cced9-809c-432e-ac1d-0298093e1c31', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '8c92e30c-2e3a-445b-ab70-bfb57b44cd66', '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': 413, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:32Z', 'updated_at': '2023-07-21T15:56:32Z', 'revision_number': 0}, {'id': '86973931-1f01-4d3c-9f1f-604b75491a10', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '8c92e30c-2e3a-445b-ab70-bfb57b44cd66', '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': 414, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:32Z', 'updated_at': '2023-07-21T15:56:32Z', 'revision_num ber': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:32Z', 'updated_at': '2023-07-21T15:56:32Z', 'revision_number': 1, 'project_id': '606aca04fa104fb58dd3e52990381993'}, 'floating_ip': {'id': 'e5b13912-5904-42a3-bfb8-4192f536a003', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.13', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:33Z', 'updated_at': '2023-07-21T15:56:33Z', 'revision_number': 0, 'ip': '172.24.4.13'}} 2023-07-21 15:56:34,021 79580 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.024s 2023-07-21 15:56:34,022 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1320989471", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "40550b12-80de-4ea2-bacc-32e3f376cbf8"}], "security_groups": [{"name": "tempest-securitygroup--504018566"}], "key_name": "tempest-keypair-2096493219", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56: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-c781e71a-78e7-40d5-83b9-28927cff6e76', 'x-compute-request-id': 'req-c781e71a-78e7-40d5-83b9-28927cff6e76', '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-21 15:56:34,069 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2096493219 0.046s 2023-07-21 15:56:34,069 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c28612ed-16a5-4841-8038-41d9301b82ba', 'x-compute-request-id': 'req-c28612ed-16a5-4841-8038-41d9301b82ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2096493219'} Body: b'' 2023-07-21 15:56:34,267 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8c92e30c-2e3a-445b-ab70-bfb57b44cd66 0.197s 2023-07-21 15:56:34,267 79580 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-e0e11276-977e-443c-869e-a4caf208b485', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8c92e30c-2e3a-445b-ab70-bfb57b44cd66'} Body: b'' 2023-07-21 15:56:34,299 79580 INFO [tempest. lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8c92e30c-2e3a-445b-ab70-bfb57b44cd66 0.030s 2023-07-21 15:56:34,299 79580 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-5e093fab-8c99-4017-b13f-98bc66f523ea', 'date': 'Fri, 21 Jul 2023 15:56:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8c92e30c-2e3a-445b-ab70-bfb57b44cd66'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8c92e30c-2e3a-445b-ab70-bfb57b44cd66 does not exist", "detail": ""}}' 2023-07-21 15:56:35,520 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e5b13912-5904-42a3-bfb8-4192f536a003 1.220s 2023-07-21 15:56:35,520 79580 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-a2f7c901-9667-4855-b787-7a50f4ea4de9', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e5b13912-5904-42a3-bfb8-4192f536a003'} 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-21 15:56:35,525 79580 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:56:35,525 79580 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:35,626 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.096s 2023-07-21 15:56:35,626 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1483835421", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJPBK0RsJGbCqW5UYbtsOZJyZLsrUCxPaGvYt2wFo/WA8AvF83K9ukQpAMVRsaikNQ9XsXWLLaWgyTAUPK4nk28US/BPNUt/yUorWphW5u0eTeJ0pQ3ZNlw5jTrxCoCrJg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a0040ec-c69e-4e0c-8aae-2866a1d728f7', 'x-compute-request-id': 'req-2a0040ec-c69e-4e0c-8aae-2866a1d728f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1483835421", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJPBK0RsJGbCqW5UYbtsOZJyZLsrUCxPaGvYt2wFo/WA8AvF83K9ukQpAMVRsaikNQ9XsXWLLaWgyTAUPK4nk28US/BPNUt/yUorWphW5u0eTeJ0pQ3ZNlw5jTrxCoCrJg==", "fingerprint": "55:c9:89:8c:c7:12:f8:75:73:70:5d:6b:16:01:94:6c", "user_id": "60fe2baa6894420b935d6a7b45951cfc"}}' 2023-07-21 15:56:35,629 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1483835421 created 2023-07-21 15:56:36,046 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.416s 2023-07-21 15:56:36,046 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--499506305", "description": "tempest-description--782137368"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-0f30d441-b271-471c-aeab-807f9aff50df', 'date': 'Fri, 21 Jul 2023 15:56:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "name": "tempest-securitygroup--499506305", "stateful": true, "tenant_id": "606aca04fa104fb58dd3e52990381993", "description": "tempest-description--782137368", "shared": false, "security_group_rules": [{"id": "144e94ff-c305-493a-a38b-e8c8c9d3abac", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "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": 437, "description": null, "tags": [], "created_at": "2023-07-21T15:56:35Z", "updated_at": "2023-07-21T15:56:35Z", "revision_number": 0}, {"id": "88414bcf-285c-417e-9db7-a11558648b50", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefi x": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 439, "description": null, "tags": [], "created_at": "2023-07-21T15:56:35Z", "updated_at": "2023-07-21T15:56:35Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:35Z", "updated_at": "2023-07-21T15:56:35Z", "revision_number": 1, "project_id": "606aca04fa104fb58dd3e52990381993"}}' 2023-07-21 15:56:36,534 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.487s 2023-07-21 15:56:36,534 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "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-2ddf6591-93e3-40b6-a3c5-51dcf66aa96b', 'date': 'Fri, 21 Jul 2023 15:56:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9c1f7f35-5c21-4429-b7da-e1adef9fefdd", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "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-21T15:56:36Z", "updated_at": "2023-07-21T15:56:36Z", "revision_number": 0}}' 2023-07-21 15:56:36,754 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.219s 2023-07-21 15:56:36,754 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-48850364-192b-4a8a-aaef-fd1adf5fc70c', 'date': 'Fri, 21 Jul 2023 15:56:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4ca87e99-edca-4e31-b2ae-f01ed2cbf6fd", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1ae59d2f-184c-4856-b0dd-d5aef996e563", "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-21T15:56:36Z", "updated_at": "2023-07-21T15:56:36Z", "revision_number": 0}}' 2023-07-21 15:56:36,755 79580 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--499506305 created 2023-07-21 15:56:39,433 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.678s 2023-07-21 15:56:39,433 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-778405d3-559a-486c-b443-51f52881c444', 'date': 'Fri, 21 Jul 2023 15:56:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a1ade483-b961-4d72-b79b-d8d3279169bf", "tenant_id": "606aca04fa104fb58dd3e52990381993", "floating_ip_address": "172.24.4.24", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "606aca04fa104fb58dd3e52990381993", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:38Z", "updated_at": "2023-07-21T15:56:38Z", "revision_number": 0}}' 2023-07-21 15:56:39,434 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a1ade483-b961-4d72-b79b-d8d3279169bf', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:38Z', 'updated_at': '2023-07-21T15:56:38Z', 'revision_number': 0, 'ip': '172.24.4.24'} created 2023-07-21 15:56:39,657 79580 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.218s 2023-07-21 15:56:39,657 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:39 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-7c9d7027-bed8-419a-9988-5ef8e76a016b', '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": "60fe2baa6894420b935d6a7b45951cfc", "name": "tempest-AttachVolumeNegativeTest-681302846-project-member", "password_expires_at": null}, "audit_ids": ["IUNuHQSoQxidegF_E9npQg"], "expires_at": "2023-07-21T16:56:39.000000Z", "issued_at": "2023-07-21T15:56:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "606aca04fa104fb58dd3e52990381993", "name": "tempest-AttachVolumeNegativeTest-681302846"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id" : "RegionOne", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:39,658 79580 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '40550b12-80de-4ea2-bacc-32e3f376cbf8', 'name': 'tempest-AttachVolumeNegativeTest-1539720109-network', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '606aca04fa104fb58dd3e52990381993', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7901, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:19Z', 'updated_at': '2023-07-21T15:56:19Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:39,658 79580 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1483835421', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJPBK0RsJGbCqW5UYbtsOZJyZLsrUCxPaGvYt2wFo/WA8AvF83K9ukQpAMVRsaikNQ9XsXWLLaWgyTAUPK4nk28US/BPNUt/yUorWphW5u0eTeJ0pQ3ZNlw5jTrxCoCrJg==', 'fingerprint': '55:c9:89:8c:c7:12:f8:75:73:70:5d:6b:16:01:94:6c', 'user_id': '60fe2baa6894420b935d6a7b45951cfc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAgbVyE5EYYm1d8dgThf+pGzqdCWPHSzKpbRvC/eqEpwTQiz/eQ3/82\njmUMApaXPpmgBwYFK4EEACKhZANiAASTwStEbCRmwqluVGG7bDmScmS7K1AsT2hr\n2LdsBaP1gPALxfNyvbpEKQDFUbGopDUPV7F1iy2loMkwFDyuJ5NvFEvwTzVLf8lK\nK1qYVubtHk3idKUN2TZcOY068QqAqyY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1ae59d2f-184c-4856-b0dd-d5aef996e563', 'name': 'tempest-securitygroup--499506305', 'stateful': True, 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'description': 'tempest-description--782137368', 'shared': False, 'security_group_rules': [{'id': '144e94ff-c305-493a-a38b-e8c8c9d3abac', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '1ae59d2f-184c-4856-b0dd-d5aef996e563', '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': 437, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:35Z', 'updated_at': '2023-07-21T15:56:35Z', 'revision_number': 0}, {'id': '88414bcf-285c-417e-9db7-a11558648b50', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '1ae59d2f-184c-4856-b0dd-d5aef996e563', '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': 439, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:35Z', 'updated_at': '2023-07-21T15:56:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:35Z', 'updated_at': '2023-07-21T15:56:35Z', 'revision_number': 1, 'project_id': '606aca04fa104fb58dd3e52990381993'}, 'floating_ip': {'id': 'a1ade483-b961-4d72-b79b-d8d3279169bf', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:38Z', 'updated_at': '2023-07-21T15:56:38Z', 'revision_number': 0, 'ip': '172.24.4.24'}} 2023-07-21 15:56:39,698 79580 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.039s 2023-07-21 15:56:39,699 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1448980641", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "40550b12-80de-4ea2-bacc-32e3f376cbf8"}], "security_groups": [{"name": "tempest-securitygroup--499506305"}], "key_name": "tempest-keypair-1483835421", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:39 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-d7e104f0-5f8a-4873-ab8c-8772da6585fa', 'x-compute-request-id': 'req-d7e104f0-5f8a-4873-ab8c-8772da6585fa', '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-21 15:56:39,756 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1483835421 0.057s 2023-07-21 15:56:39,756 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7556e1f2-8755-4485-bcc5-ec7280a2e9fc', 'x-compute-request-id': 'req-7556e1f2-8755-4485-bcc5-ec7280a2e9fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1483835421'} Body: b'' 2023-07-21 15:56:40,070 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1ae59d2f-184c-4856-b0dd-d5aef996e563 0.313s 2023-07-21 15:56:40,070 79580 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-e993c438-f3cf-4232-8542-fd59ad3db831', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1ae59d2f-184c-4856-b0dd-d5aef996e563'} Body: b'' 2023-07-21 15:56:40,107 79580 INFO [tempest.lib.common.rest _client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1ae59d2f-184c-4856-b0dd-d5aef996e563 0.035s 2023-07-21 15:56:40,107 79580 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-01aa96c1-18d7-4965-94d9-8bd06c46a7e0', 'date': 'Fri, 21 Jul 2023 15:56:40 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1ae59d2f-184c-4856-b0dd-d5aef996e563'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1ae59d2f-184c-4856-b0dd-d5aef996e563 does not exist", "detail": ""}}' 2023-07-21 15:56:41,041 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a1ade483-b961-4d72-b79b-d8d3279169bf 0.933s 2023-07-21 15:56:41,041 79580 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-875058d9-20e7-4f54-956f-bc0a9e1a4cdc', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a1ade483-b961-4d72-b79b-d8d3279169bf'} 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-21 15:56:44,462 79576 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.053s 2023-07-21 15:56:44,462 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1c3e072c-c40b-49bb-bd3f-169cfb618d18', '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": "47f57193df4c4c25823cf9d92bf769b8", "name": "tempest-ServerBootFromVolumeStableRescueTest-1590947513-project-member", "password_expires_at": null}, "audit_ids": ["frLasA30Ryu-rVfm3VaQ3g"], "expires_at": "2023-07-21T16:56:44.000000Z", "issued_at": "2023-07-21T15:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29c38aa61e1940e885adf3f723067b05", "name": "tempest-ServerBootFromVolumeStableRescueTest-1590947513"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:44,463 79576 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '82327dba-51e5-423e-b88f-62fa37e5e79b', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1244825646-network', 'tenant_id': '29c38aa61e1940e885adf3f723067b05', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '29c38aa61e1940e885adf3f723067b05', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48703, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:32Z', 'updated_at': '2023-07-21T15:56:32Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:44,803 79576 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.339s 2023-07-21 15:56:44,807 79576 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-416030337", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "82327dba-51e5-423e-b88f-62fa37e5e79b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 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-53a8d131-730c-4e3c-a1c4-c1bf3aae4e37', 'x-compute-request-id': 'req-53a8d131-730c-4e3c-a1c4-c1bf3aae4e37', '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-21 15:56:44,866 79576 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.044s 2023-07-21 15:56:44,866 79576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-49a35de8-4e03-425d-a20b-5cddd793c450', '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": "47f57193df4c4c25823cf9d92bf769b8", "name": "tempest-ServerBootFromVolumeStableRescueTest-1590947513-project-member", "password_expires_at": null}, "audit_ids": ["lBctS7toS1agCZ1L8HCHgA"], "expires_at": "2023-07-21T16:56:44.000000Z", "issued_at": "2023-07-21T15:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29c38aa61e1940e885adf3f723067b05", "name": "tempest-ServerBootFromVolumeStableRescueTest-1590947513"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/29c38aa61e1940e885adf3f723067b05", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:44,867 79576 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '82327dba-51e5-423e-b88f-62fa37e5e79b', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1244825646-network', 'tenant_id': '29c38aa61e1940e885adf3f723067b05', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '29c38aa61e1940e885adf3f723067b05', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48703, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:32Z', 'updated_at': '2023-07-21T15:56:32Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:44,890 79576 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.022s 2023-07-21 15:56:44,890 79576 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-1033951329", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "82327dba-51e5-423e-b88f-62fa37e5e79b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 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-0512431a-456d-4cc7-b9a0-a41be02be372', 'x-compute-request-id': 'req-0512431a-456d-4cc7-b9a0-a41be02be372', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 31, in test_delete_attached_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 15:56:41,046 79580 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:56:41,046 79580 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:56:41,116 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.066s 2023-07-21 15:56:41,116 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1085442301", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGyaC7HIr++QPLxCGBANYjBuTaXeaNo2HeRWXR3ErWdDSygq2KynBS5axNgpopv0BzBAcJZ88tSoFRElatxTXRl9ZrEAvNxLT7BfUlyDCwEg+6NM2xCAmxjQqtnL21mehw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:41 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-db5336f7-fc0a-4474-ade6-7dfdd2d64696', 'x-compute-request-id': 'req-db5336f7-fc0a-4474-ade6-7dfdd2d64696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1085442301", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGyaC7HIr++QPLxCGBANYjBuTaXeaNo2HeRWXR3ErWdDSygq2KynBS5axNgpopv0BzBAcJZ88tSoFRElatxTXRl9ZrEAvNxLT7BfUlyDCwEg+6NM2xCAmxjQqtnL21mehw==", "fingerprint": "23:d6:b1:d6:00:4d:2d:66:d5:f5:62:ae:80:1c:0f:08", "user_id": "60fe2baa6894420b935d6a7b45951cfc"}}' 2023-07-21 15:56:41,121 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1085442301 created 2023-07-21 15:56:41,665 79580 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-21 15:56:41,666 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1076403768", "description": "tempest-description--526517617"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-3543b73b-6a32-4795-80a7-632c88d5febd', 'date': 'Fri, 21 Jul 2023 15:56:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "name": "tempest-securitygroup--1076403768", "stateful": true, "tenant_id": "606aca04fa104fb58dd3e52990381993", "description": "tempest-description--526517617", "shared": false, "security_group_rules": [{"id": "350a9475-3d5d-43a8-892f-c5e616c6ba89", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "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": 473, "description": null, "tags": [], "created_at": "2023-07-21T15:56:41Z", "updated_at": "2023-07-21T15:56:41Z", "revision_number": 0}, {"id": "7011a687-5e6d-4445-a263-9bb5e4b40852", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pre fix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 472, "description": null, "tags": [], "created_at": "2023-07-21T15:56:41Z", "updated_at": "2023-07-21T15:56:41Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:56:41Z", "updated_at": "2023-07-21T15:56:41Z", "revision_number": 1, "project_id": "606aca04fa104fb58dd3e52990381993"}}' 2023-07-21 15:56:41,927 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.260s 2023-07-21 15:56:41,928 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "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-d567e510-5630-4637-8caf-11fc01152540', 'date': 'Fri, 21 Jul 2023 15:56: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": "a57399d8-b959-44ad-b76c-dd9a369f4e97", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "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-21T15:56:41Z", "updated_at": "2023-07-21T15:56:41Z", "revision_number": 0}}' 2023-07-21 15:56:42,357 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.428s 2023-07-21 15:56:42,357 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f82d42af-ae2c-478e-a588-659d878cb988', 'date': 'Fri, 21 Jul 2023 15:56: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": "6cf7c3e1-ffff-469f-bed7-b072558c08ad", "project_id": "606aca04fa104fb58dd3e52990381993", "tenant_id": "606aca04fa104fb58dd3e52990381993", "security_group_id": "1aaad0f0-368a-4c1e-a92c-bddd0560524a", "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-21T15:56:42Z", "updated_at": "2023-07-21T15:56:42Z", "revision_number": 0}}' 2023-07-21 15:56:42,357 79580 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1076403768 created 2023-07-21 15:56:44,281 79580 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.923s 2023-07-21 15:56:44,282 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', ' x-openstack-request-id': 'req-a6b8f308-b6d5-4221-bdf3-302d540286af', 'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "88144a8c-d46f-47ba-b0ae-6c9fda9ea032", "tenant_id": "606aca04fa104fb58dd3e52990381993", "floating_ip_address": "172.24.4.66", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "606aca04fa104fb58dd3e52990381993", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:56:43Z", "updated_at": "2023-07-21T15:56:43Z", "revision_number": 0}}' 2023-07-21 15:56:44,282 79580 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '88144a8c-d46f-47ba-b0ae-6c9fda9ea032', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:43Z', 'updated_at': '2023-07-21T15:56:43Z', 'revision_number': 0, 'ip': '172.24.4.66'} created 2023-07-21 15:56:44,441 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.150s 2023-07-21 15:56:44,442 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 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-ee3e0c7b-6f3a-4d3f-acfb-3617b93975d9', '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": "60fe2baa6894420b935d6a7b45951cfc", "name": "tempest-AttachVolumeNegativeTest-681302846-project-member", "password_expires_at": null}, "audit_ids": ["23LE9pdaRXKVSN7onGOCJg"], "expires_at": "2023-07-21T16:56:44.000000Z", "issued_at": "2023-07-21T15:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "606aca04fa104fb58dd3e52990381993", "name": "tempest-AttachVolumeNegativeTest-681302846"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne ", "url": "http://10.0.0.210/volume/v3/606aca04fa104fb58dd3e52990381993", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:44,442 79580 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '40550b12-80de-4ea2-bacc-32e3f376cbf8', 'name': 'tempest-AttachVolumeNegativeTest-1539720109-network', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '606aca04fa104fb58dd3e52990381993', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7901, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:19Z', 'updated_at': '2023-07-21T15:56:19Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:44,443 79580 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1085442301', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGyaC7HIr++QPLxCGBANYjBuTaXeaNo2HeRWXR3ErWdDSygq2KynBS5axNgpopv0BzBAcJZ88tSoFRElatxTXRl9ZrEAvNxLT7BfUlyDCwEg+6NM2xCAmxjQqtnL21mehw==', 'fingerprint': '23:d6:b1:d6:00:4d:2d:66:d5:f5:62:ae:80:1c:0f:08', 'user_id': '60fe2baa6894420b935d6a7b45951cfc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCYbhzYcVdAIm/Mja1+iXmGUqiV3nD8tUeOv4EeSpp/oF/froJKHDsx\nDDq0/G9tLxegBwYFK4EEACKhZANiAARsmguxyK/vkDy8QhgQDWIwbk2l3mjaNh3k\nVl0dxK1nQ0soKtispwUuWsTYKaKb9AcwQHCWfPLUqBURJWrcU10ZfWaxALzcS0+w\nX1JcgwsBIPujTNsQgJsY0KrZy9tZnoc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1aaad0f0-368a-4c1e-a92c-bddd0560524a', 'name': 'tempest-securitygroup--1076403768', 'stateful': True, 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'description': 'tempest-description--526517617', 'shared': False, 'security_group_rules': [{'id': '350a9475-3d5d-43a8-892f-c5e616c6ba89', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '1aaad0f0-368a-4c1e-a92c-bddd0560524a', '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': 473, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:41Z', 'updated_at': '2023-07-21T15:56:41Z', 'revision_number': 0}, {'id': '7011a687-5e6d-4445-a263-9bb5e4b40852', 'project_id': '606aca04fa104fb58dd3e52990381993', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'security_group_id': '1aaad0f0-368a-4c1e-a92c-bddd0560524a', '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': 472, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:56:41Z', 'updated_at': '2023-07-21T15:56:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:56:41Z', 'updated_at': '2023-07-21T15:56:41Z', 'revision_number': 1, 'project_id': '606aca04fa104fb58dd3e52990381993'}, 'floating_ip': {'id': '88144a8c-d46f-47ba-b0ae-6c9fda9ea032', 'tenant_id': '606aca04fa104fb58dd3e52990381993', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '606aca04fa104fb58dd3e52990381993', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:56:43Z', 'updated_at': '2023-07-21T15:56:43Z', 'revision_number': 0, 'ip': '172.24.4.66'}} 2023-07-21 15:56:44,486 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.043s 2023-07-21 15:56:44,487 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1337390", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "40550b12-80de-4ea2-bacc-32e3f376cbf8"}], "security_groups": [{"name": "tempest-securitygroup--1076403768"}], "key_name": "tempest-keypair-1085442301", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-4187ae12-4436-4d86-96df-890d3e1d854c', 'x-compute-request-id': 'req-4187ae12-4436-4d86-96df-890d3e1d854c', '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-21 15:56:44,537 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1085442301 0.048s 2023-07-21 15:56:44,537 79580 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe892882-f9fd-4720-b21b-ae32f4f58936', 'x-compute-request-id': 'req-fe892882-f9fd-4720-b21b-ae32f4f58936', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1085442301'} Body: b'' 2023-07-21 15:56:44,891 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1aaad0f0-368a-4c1e-a92c-bddd0560524a 0.353s 2023-07-21 15:56:44,892 79580 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-59d98852-7fda-4c91-a615-4825f63938f9', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1aaad0f0-368a-4c1e-a92c-bddd0560524a'} Body: b'' 2023-07-21 15:56:44,979 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest: _run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1aaad0f0-368a-4c1e-a92c-bddd0560524a 0.086s 2023-07-21 15:56:44,980 79580 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-4744b6b8-c316-4394-8fac-f30337ff4c0c', 'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1aaad0f0-368a-4c1e-a92c-bddd0560524a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1aaad0f0-368a-4c1e-a92c-bddd0560524a does not exist", "detail": ""}}' 2023-07-21 15:56:46,477 79580 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/88144a8c-d46f-47ba-b0ae-6c9fda9ea032 1.496s 2023-07-21 15:56:46,477 79580 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-aced720c-5f73-49d0-9f20-09f3c046bf80', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:56:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/88144a8c-d46f-47ba-b0ae-6c9fda9ea032'} Body: b'' tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 112, in test_delete_server_while_in_attached_volume server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 15:56:49,141 79562 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.049s 2023-07-21 15:56:49,142 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:49 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-95e15849-db89-4cd2-a701-301658bce9dd', '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": "cdb6379ba9a844208c957ee4250ae44e", "name": "tempest-DeleteServersTestJSON-1533867142-project-member", "password_expires_at": null}, "audit_ids": ["9ykyqJZSQ8Warw04UpUwUg"], "expires_at": "2023-07-21T16:56:49.000000Z", "issued_at": "2023-07-21T15:56:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21b522ec450145f89522aab2797e0be5", "name": "tempest-DeleteServersTestJSON-1533867142"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/21b522ec450145f89522aab2797e0be5", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/21b522ec450145f89522aab2797e0be5", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/21b522ec450145f89522aab2797e0be5", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:56:49,143 79562 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '6d3a4cf6-9d8c-46b7-94dc-7bb12e807433', 'name': 'tempest-DeleteServersTestJSON-833774786-network', 'tenant_id': '21b522ec450145f89522aab2797e0be5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '21b522ec450145f89522aab2797e0be5', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 15950, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:56:37Z', 'updated_at': '2023-07-21T15:56:37Z', 'revision_number': 1} available for tenant 2023-07-21 15:56:49,608 79562 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.464s 2023-07-21 15:56:49,608 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1873738164", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "6d3a4cf6-9d8c-46b7-94dc-7bb12e807433"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:49 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-2859151f-a808-495e-a7db-b0ef2b2a3b1e', 'x-compute-request-id': 'req-2859151f-a808-495e-a7db-b0ef2b2a3b1e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tearDownClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) --------------------------------------------------------------------------- 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 4058b401-7c8d-4ea6-bca6-505c2047872c failed to delete and is in error_deleting status, ) 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-21 15:57:19,003 79566 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:57:19,418 79566 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.412s 2023-07-21 15:57:19,418 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1329908952", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKLbLmlVQJSJ2d0c+yjUMqhTbOCdTnhtPKK3rseqi74O0T1YKRBSNUri9Kb9F+DiLnQakqXcrWGOfsahhg9L37ciWtDt6WNsiGYVSrauQA+MIU+MlMjpXJSqBbXEZ2P2kw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1539ac95-289a-40e1-adb2-17626d447392', 'x-compute-request-id': 'req-1539ac95-289a-40e1-adb2-17626d447392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1329908952", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKLbLmlVQJSJ2d0c+yjUMqhTbOCdTnhtPKK3rseqi74O0T1YKRBSNUri9Kb9F+DiLnQakqXcrWGOfsahhg9L37ciWtDt6WNsiGYVSrauQA+MIU+MlMjpXJSqBbXEZ2P2kw==", "fingerprint": "45:26:74:a1:c4:a4:8c:50:33:fb:9e:b4:a6:ea:f0:a6", "user_id": "64bded180ab74272bca14abfca20b2ad"}}' 2023-07-21 15:57:19,421 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1329908952 created 2023-07-21 15:57:20,060 79566 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.637s 2023-07-21 15:57:20,060 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2121104054", "description": "tempest-description--810756846"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-9e8a8fb6-c624-48dc-adb6-9bb094459c83', 'date': 'Fri, 21 Jul 2023 15:57:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "name": "tempest-securitygroup--2121104054", "stateful": true, "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "description": "tempest-description--810756846", "shared": false, "security_group_rules": [{"id": "5e1bc868-c887-4c08-b2dc-12854a893240", "project_id": "194a28149f7e4348ae9ec75fb2fd3228", "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "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": 635, "description": null, "tags": [], "created_at": "2023-07-21T15:57:19Z", "updated_at": "2023-07-21T15:57:19Z", "revision_number": 0}, {"id": "a398f7aa-d29a-4acb-8c62-2062da1f3e2f", "project_id": "194a28149f7e4348ae9ec75fb2fd3228", "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "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": 633, "description": null, "tags": [], "created_at": "2023-07-21T15:57:19Z", "updated_at": "2023-07-21T15:57:19Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:57:19Z", "updated_at": "2023-07-21T15:57:19Z", "revision_number": 1, "project_id": "194a28149f7e4348ae9ec75fb2fd3228"}}' 2023-07-21 15:57:20,734 79566 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.672s 2023-07-21 15:57:20,734 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "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-86fe1fdd-446a-43eb-819b-45f1862cdc42', 'date': 'Fri, 21 Jul 2023 15:57:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6f472441-5cbf-467d-9f2f-6db0841b15e5", "project_id": "194a28149f7e4348ae9ec75fb2fd3228", "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "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-21T15:57:20Z", "updated_at": "2023-07-21T15:57:20Z", "revision_number": 0}}' 2023-07-21 15:57:21,750 79566 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 1.015s 2023-07-21 15:57:21,751 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f6a142f4-0b55-4c03-b4a6-bfd8f28a1d28', 'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4c45451b-50e5-47d9-b543-02f97b268cd6", "project_id": "194a28149f7e4348ae9ec75fb2fd3228", "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "security_group_id": "74191bb1-82b8-48f6-b04a-68c1ae678068", "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-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 0}}' 2023-07-21 15:57:21,752 79566 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2121104054 created 2023-07-21 15:57:25,060 79566 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 3.307s 2023-07-21 15:57:25,061 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86- c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-3d572d85-99fe-4788-a5ea-be87a5998472', 'date': 'Fri, 21 Jul 2023 15:57:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "aec861e7-b239-40c8-9db5-fc3df60af1d3", "tenant_id": "194a28149f7e4348ae9ec75fb2fd3228", "floating_ip_address": "172.24.4.161", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "194a28149f7e4348ae9ec75fb2fd3228", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:57:23Z", "updated_at": "2023-07-21T15:57:23Z", "revision_number": 0}}' 2023-07-21 15:57:25,061 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'aec861e7-b239-40c8-9db5-fc3df60af1d3', 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'floating_ip_address': '172.24.4.161', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '194a28149f7e4348ae9ec75fb2fd3228', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:23Z', 'updated_at': '2023-07-21T15:57:23Z', 'revision_number': 0, 'ip': '172.24.4.161'} created 2023-07-21 15:57:25,157 79566 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.084s 2023-07-21 15:57:25,158 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:25 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-965abe37-c821-4da8-ac6e-58118f7d8628', '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": "64bded180ab74272bca14abfca20b2ad", "name": "tempest-ServerStableDeviceRescueTest-411297642-project-member", "password_expires_at": null}, "audit_ids": ["pKDgX6F9RoWeMg1EIHtX-w"], "expires_at": "2023-07-21T16:57:25.000000Z", "issued_at": "2023-07-21T15:57:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "194a28149f7e4348ae9ec75fb2fd3228", "name": "tempest-ServerStableDeviceRescueTest-411297642"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/194a28149f7e4348ae9ec75fb2fd3228", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/194a28149f7e4348ae9ec75fb2fd3228", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429 f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/194a28149f7e4348ae9ec75fb2fd3228", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:25,171 79566 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'cf6aad95-0751-4a47-b51a-4b79ae80406c', 'name': 'tempest-ServerStableDeviceRescueTest-20307910-network', 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '194a28149f7e4348ae9ec75fb2fd3228', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37665, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:57:04Z', 'updated_at': '2023-07-21T15:57:04Z', 'revision_number': 1} available for tenant 2023-07-21 15:57:25,180 79566 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1329908952', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKLbLmlVQJSJ2d0c+yjUMqhTbOCdTnhtPKK3rseqi74O0T1YKRBSNUri9Kb9F+DiLnQakqXcrWGOfsahhg9L37ciWtDt6WNsiGYVSrauQA+MIU+MlMjpXJSqBbXEZ2P2kw==', 'fingerprint': '45:26:74:a1:c4:a4:8c:50:33:fb:9e:b4:a6:ea:f0:a6', 'user_id': '64bded180ab74272bca14abfca20b2ad', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBbSzOJPIqKVGSLe4SeSvJren1GMjaj3z9uUUZh/sUSwxSgI8hMhMj6\nPsu4a7ULLgugBwYFK4EEACKhZANiAASi2y5pVUCUidndHPso1DKoU2zgnU54bTyi\nt67Hqou+DtE9WCkQUjVK4vSm/Rfg4i50GpKl3K1hjn7GoYYPS9+3IlrQ7eljbIhm\nFUq2rkAPjCFPjJTI6VyUqgW1xGdj9pM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '74191bb1-82b8-48f6-b04a-68c1ae678068', 'name': 'tempest-securitygroup--2121104054', 'stateful': True, 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'description': 'tempest-description--810756846', 'shared': False, 'security_group_rules': [{'id': '5e1bc868-c887-4c08-b2dc-12854a893240', 'project_id': '194a28149f7e4348ae9ec75fb2fd3228', 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'security_group_id': '74191bb1-82b8-48f6-b04a-68c1ae678068', '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': 635, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:19Z', 'updated_at': '2023-07-21T15:57:19Z', 'revision_number': 0}, {'id': 'a398f7aa-d29a-4acb-8c62-2062da1f3e2f', 'project_id': '194a28149f7e4348ae9ec75fb2fd3228', 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'security_group_id': '74191bb1-82b8-48f6-b04a-68c1ae678068', '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': No ne, 'standard_attr_id': 633, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:19Z', 'updated_at': '2023-07-21T15:57:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:57:19Z', 'updated_at': '2023-07-21T15:57:19Z', 'revision_number': 1, 'project_id': '194a28149f7e4348ae9ec75fb2fd3228'}, 'floating_ip': {'id': 'aec861e7-b239-40c8-9db5-fc3df60af1d3', 'tenant_id': '194a28149f7e4348ae9ec75fb2fd3228', 'floating_ip_address': '172.24.4.161', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '194a28149f7e4348ae9ec75fb2fd3228', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:23Z', 'updated_at': '2023-07-21T15:57:23Z', 'revision_number': 0, 'ip': '172.24.4.161'}} 2023-07-21 15:57:25,213 79566 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.028s 2023-07-21 15:57:25,213 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1892157830", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "cf6aad95-0751-4a47-b51a-4b79ae80406c"}], "security_groups": [{"name": "tempest-securitygroup--2121104054"}], "key_name": "tempest-keypair-1329908952", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57: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-6ab13d8a-00aa-4256-a304-2100175b95d3', 'x-compute-request-id': 'req-6ab13d8a-00aa-4256-a304-2100175b95d3', '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_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 d9228352-e74c-4658-90c1-c6110217cff1 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-21 15:57:09,685 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes 0.357s 2023-07-21 15:57:09,685 79568 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-469402616"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfcc0877-6f30-44c9-ba0a-86cec813f59f', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfcc0877-6f30-44c9-ba0a-86cec813f59f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:09.571561", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:09,771 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.076s 2023-07-21 15:57:09,772 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25ac6d4e-b6c2-46cd-b274-bdd7a3f1e3b1', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25ac6d4e-b6c2-46cd-b274-bdd7a3f1e3b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:10,885 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.096s 2023-07-21 15:57:10,886 79568 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2be95dc3-1261-4316-827b-82d07dd9f7cf', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2be95dc3-1261-4316-827b-82d07dd9f7cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:10.000000", "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:11,961 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.063s 2023-07-21 15:57:11,962 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33414437-b81b-4001-aaf4-58a0d2458ce5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33414437-b81b-4001-aaf4-58a0d2458ce5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:12.000000", "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:11,972 79568 INFO [tempest.common.waiters] volume d9228352-e74c-4658-90c1-c6110217cff1 reached available after waiting for 2.972725 seconds 2023-07-21 15:57:12,141 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots 0.168s 2023-07-21 15:57:12,142 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applicat ion/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a7763f8-860b-4deb-8651-ad3b398b1a22', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a7763f8-860b-4deb-8651-ad3b398b1a22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.069544", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 15:57:12,200 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.050s 2023-07-21 15:57:12,200 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-553ea8b7-040a-4269-aafb-4a9d68a7c043', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-553ea8b7-040a-4269-aafb-4a9d68a7c043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d70f23d32cbd4048844beb75afcc8d1f", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:13,237 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.032s 2023-07-21 15:57:13,238 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f0b30d7-2c50-4ffe-a0c6-0396147c2558', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f0b30d7-2c50-4ffe-a0c6-0396147c2558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d70f23d32cbd4048844beb75afcc8d1f", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:14,297 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_casc ade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.054s 2023-07-21 15:57:14,298 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a71b30e4-837d-49f4-9ced-22a351f05d69', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a71b30e4-837d-49f4-9ced-22a351f05d69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d70f23d32cbd4048844beb75afcc8d1f", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:15,340 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.034s 2023-07-21 15:57:15,341 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d4f9e0-a416-4c5d-b222-6ceedb9d940e', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d4f9e0-a416-4c5d-b222-6ceedb9d940e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d70f23d32cbd4048844beb75afcc8d1f", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:16,374 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.028s 2023-07-21 15:57:16,375 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5436f237-4fa1-4f6b-bf76-a464487e1558', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5436f237-4fa1-4f6b-bf76-a464487e1558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} Body: b'{"snapshot": {"id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "created_at": "2023-07-21T15:57:12.000000", "updated_at": "2023-07-21T15:57:16.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1919817822", "description": null, "volume_id": "d 9228352-e74c-4658-90c1-c6110217cff1", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d70f23d32cbd4048844beb75afcc8d1f", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:16,379 79568 INFO [tempest.common.waiters] snapshot 77cc3882-b17d-40bf-b4b1-030db5cf6dff reached available after waiting for 4.379224 seconds 2023-07-21 15:57:16,792 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes 0.412s 2023-07-21 15:57:16,792 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1850599110"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9aa57c-81bf-47a6-be5a-adeed09f694f', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9aa57c-81bf-47a6-be5a-adeed09f694f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.678273", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:16,860 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.058s 2023-07-21 15:57:16,861 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ddcb25b-e520-4690-bfa0-167960933226', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ddcb25b-e520-4690-bfa0-167960933226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "e ncrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:17,938 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.056s 2023-07-21 15:57:17,939 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbc88a97-0c5f-4749-b747-ac92441c2de7', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbc88a97-0c5f-4749-b747-ac92441c2de7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:19,039 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.084s 2023-07-21 15:57:19,040 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f402ff37-adb0-4937-b135-4023d7d10b71', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f402ff37-adb0-4937-b135-4023d7d10b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_i d": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:20,145 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.091s 2023-07-21 15:57:20,146 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34a241ef-a849-4808-b7e5-f05ca4cd580c', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34a241ef-a849-4808-b7e5-f05ca4cd580c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:21,227 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.067s 2023-07-21 15:57:21,227 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55f75a94-99bb-4dec-a0fb-68b5a9962ab1', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55f75a94-99bb-4dec-a0fb-68b5a9962ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:21,249 79568 INFO [tempest.common.waiters] volume 60078954-0a63-463b-9179-b62c35 a86760 reached available after waiting for 5.248985 seconds 2023-07-21 15:57:21,345 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.095s 2023-07-21 15:57:21,345 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55968d73-ccba-4e69-a336-9512ce2a3873', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55968d73-ccba-4e69-a336-9512ce2a3873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:21,703 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1?cascade=True 0.346s 2023-07-21 15:57:21,703 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba4d753c-91a6-4e22-88bb-0e23f81fc401', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1?cascade=True'} Body: b'' 2023-07-21 15:57:21,765 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.061s 2023-07-21 15:57:21,766 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa6d83c7-6a1b-4e0c-8aab-975c47cb4e75', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa6d83c7-6a1b-4e0c-8aab-975c47cb4e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e7 4c-4658-90c1-c6110217cff1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:22,902 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.074s 2023-07-21 15:57:22,903 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94d62e89-7bee-4e00-8fd5-aaa0b4da6d12', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94d62e89-7bee-4e00-8fd5-aaa0b4da6d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:23,973 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.054s 2023-07-21 15:57:23,974 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-124b5cfa-dd2f-4fa2-9a0e-9a0bee2f534c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-124b5cfa-dd2f-4fa2-9a0e-9a0bee2f534c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:23.000000", "name": "tempest-VolumesDelete Cascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:24,038 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.046s 2023-07-21 15:57:24,039 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb64f9a-b191-4432-9a63-9225698681f1', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb64f9a-b191-4432-9a63-9225698681f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:24,146 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.096s 2023-07-21 15:57:24,147 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9d0881-a88b-4c3e-a6b0-4280d697a374', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'' 2023-07-21 15:57:24,221 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.073s 2023-07-21 15:57:24,221 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:24 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c0a4432-9583-41cf-8178-836ec64fdd8b', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c0a4432-9583-41cf-8178-836ec64fdd8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:25,294 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.059s 2023-07-21 15:57:25,294 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c9b7282-a48a-4148-9117-31869a48c197', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9b7282-a48a-4148-9117-31869a48c197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:26,362 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.049s 2023-07-21 15:57:26,363 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-497805d6-b1de-4c34-8d82-031b00faca7e', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'O penStack-API-Version', 'x-openstack-request-id': 'req-497805d6-b1de-4c34-8d82-031b00faca7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:27,509 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.132s 2023-07-21 15:57:27,510 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea963dc-770d-4fe0-a012-dfdc0bca148c', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea963dc-770d-4fe0-a012-dfdc0bca148c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"volume": {"id": "60078954-0a63-463b-9179-b62c35a86760", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:17.000000", "updated_at": "2023-07-21T15:57:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-1850599110", "description": null, "volume_type": "joviandss-2", "snapshot_id": "77cc3882-b17d-40bf-b4b1-030db5cf6dff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:28,558 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760 0.027s 2023-07-21 15:57:28,559 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:28 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-3dac55c8-7fe3-42f2-ac85-2a8b3cee128a', 'x-openstack-request-id': 'req-3dac55c8-7fe3-42f2-ac85-2a8b3cee128a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048 844beb75afcc8d1f/volumes/60078954-0a63-463b-9179-b62c35a86760'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 60078954-0a63-463b-9179-b62c35a86760 could not be found."}}' 2023-07-21 15:57:28,619 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff 0.059s 2023-07-21 15:57:28,619 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:28 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-461bfc31-cb53-45fe-8dfb-6eacaf41f70c', 'x-openstack-request-id': 'req-461bfc31-cb53-45fe-8dfb-6eacaf41f70c', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/snapshots/77cc3882-b17d-40bf-b4b1-030db5cf6dff'} 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-21 15:57:28,690 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.069s 2023-07-21 15:57:28,691 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-200be894-5f1e-46ea-91f4-7a6c341a23da', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-200be894-5f1e-46ea-91f4-7a6c341a23da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"volume": {"id": "d9228352-e74c-4658-90c1-c6110217cff1", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:10.000000", "updated_at": "2023-07-21T15:57:23.000000", "name": "tempest-VolumesDeleteCascade-Volume-469402616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1"}], "user_id": "31e1864414fa4b94829db026bab2305b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f23d32cbd4048844beb75afcc8d1f"}}' 2023-07-21 15:57:28,778 79568 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1 0.073s 2023-07-21 15:57:28,778 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:28 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-1ede1f7c-d405-449b-986e-969358868dd1', 'x-openstack-request-id': 'req-1ede1f7c-d405-449b-986e-969358868dd1', 'connection': ' close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/d70f23d32cbd4048844beb75afcc8d1f/volumes/d9228352-e74c-4658-90c1-c6110217cff1'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' tempest.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-21 15:57:15,063 79570 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/6afd6370-0d67-45be-b652-80c24600d578 0.030s 2023-07-21 15:57:15,063 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d64cc0b1-87d7-44f3-958a-16af96b4b2ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578'} 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": "26d3420081244684abfa28b0f49cbfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "6afd6370-0d67-45be-b652-80c24600d578", "created_at": "2023-07-21T15:52:11Z", "updated_at": "2023-07-21T15:52:13Z", "tags": [], "self": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578", "file": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578/file", "schema": "/v2/schemas/image"}' 2023-07-21 15:57:15,628 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes 0.563s 2023-07-21 15:57:15,628 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120f0f07-b74b-402b-9d57-9bcd5a0470f3', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120f0f07-b74b-402b-9d57-9bcd5a0470f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:15.525333", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:15,711 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.067s 2023-07-21 15:57:15,712 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4c4f615-5097-4226-8df2-7f9405398542', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4c4f615-5097-4226-8df2-7f9405398542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:16,808 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.085s 2023-07-21 15:57:16,809 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6108f3c7-9358-47bf-83f0-9dfd42dbf492', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6108f3c7-9358-47bf-83f0-9dfd42dbf492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:17,879 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.048s 2023-07-21 15:57:17,879 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'x-compute-request-id': 'req-376af713-29f2-4d9d-9e50-b6c943e7643a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-376af713-29f2-4d9d-9e50-b6c943e7643a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:18,956 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.065s 2023-07-21 15:57:18,957 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1318ef0d-c802-4d1e-8539-af2fbc7cd853', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1318ef0d-c802-4d1e-8539-af2fbc7cd853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:20,045 79570 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/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.076s 2023-07-21 15:57:20,045 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3177da89-6db2-4216-8e9c-6f1ac788450c', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenSta ck-API-Version', 'x-openstack-request-id': 'req-3177da89-6db2-4216-8e9c-6f1ac788450c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:20.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:20,060 79570 INFO [tempest.common.waiters] volume b76edbe0-f754-43f5-a966-9489520bae47 reached available after waiting for 5.060000 seconds 2023-07-21 15:57:20,061 79570 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:57:20,062 79570 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:57:20,181 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.113s 2023-07-21 15:57:20,181 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1192703570", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC9wxWbvxhecRY043HbqEorlH+Q5v+0IRxULqOYSjahtGIGHZ90bH8XUpjELxYzf8HQwiBl8ibFYkjOhsDbsfzBNfMlsPi/mVtAGNEHClY9PtPVpjlqww4B+HdJFDEGRTw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57: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-074af1de-708e-409b-a068-9db9aeda1da8', 'x-compute-request-id': 'req-074af1de-708e-409b-a068-9db9aeda1da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1192703570", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC9wxWbvxhecRY043HbqEorlH+Q5v+0IRxULqOYSjahtGIGHZ90bH8XUpjELxYzf8HQwiBl8ibFYkjOhsDbsfzBNfMlsPi/mVtAGNEHClY9PtPVpjlqww4B+HdJFDEGRTw==", "fingerprint": "23:5f:9d:28:a0:25:e5:03:e6:ce:9d:7d:1b:26:62:6b", "user_id": "86920b315b644b0684832a7484cfb935"}}' 2023-07-21 15:57:20,184 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1192703570 created 2023-07-21 15:57:20,676 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.491s 2023-07-21 15:57:20,677 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--747711089", "description": "tempest-description--1100737742"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-fd765a0e-f726-4bf5-99bd-8e58dd79d95a', 'date': 'Fri, 21 Jul 2023 15:57:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "name": "tempest-securitygroup--747711089", "stateful": true, "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "description": "tempest-description--1100737742", "shared": false, "security_group_rules": [{"id": "7b3e55b5-b4fc-4eaa-8bfe-deaec3bf94c7", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "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": 639, "description": null, "tags": [], "created_at": "2023-07-21T15:57:20Z", "updated_at": "2023-07-21T15:57:20Z", "revision_number": 0}, {"id": "9be8eefa-31a7-44cf-811b-52745205a14e", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "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": 638, "description": null, "tags": [], "created_at": "2023-07-21T15:57:20Z", "updated_at": "2023-07-21T15:57:20Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:57:20Z", "updated_at": "2023-07-21T15:57:20Z", "revision_number": 1, "project_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:21,159 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.481s 2023-07-21 15:57:21,159 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "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-b25d150e-6990-4579-a937-2692d7d3db4c', 'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d08d6c1e-1b74-47d6-bde1-85f9b7cfbbd3", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "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-21T15:57:20Z", "updated_at": "2023-07-21T15:57:20Z", "revision_number": 0}}' 2023-07-21 15:57:21,580 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.421s 2023-07-21 15:57:21,583 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: { "security_group_rule": {"security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7a1fd0e7-9241-42b0-b4c0-60ffc936ecee', 'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1d06c0f0-a292-4f67-a075-ad06b45cfa3c", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "3c2b2c6f-a7df-4358-8ec9-68bedbe12428", "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-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 0}}' 2023-07-21 15:57:21,583 79570 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--747711089 created 2023-07-21 15:57:24,060 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.476s 2023-07-21 15:57:24,060 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-667be27e-4e0c-44ce-ada5-51b52648a1fe', 'date': 'Fri, 21 Jul 2023 15:57:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5855d759-5d1a-4d09-9f6d-4f8f33818b9d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "floating_ip_address": "172.24.4.107", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "57d462fdfd384df78decce2ff2ca899d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:57:23Z", "updated_at": "2023-07-21T15:57:23Z", "revision_number": 0}}' 2023-07-21 15:57:24,061 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5855d759-5d1a-4d09-9f6d-4f8f33818b9d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:23Z', 'updated_at': '2023-07-21T15:57:23Z', 'revision_number': 0, 'ip': '172.24.4.107'} created 2023-07-21 15:57:24,172 79570 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.106s 2023-07-21 15:57:24,173 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57: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-438f3fa3-6155-45ec-9c13-231ee9e62791', '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": "86920b315b644b0684832a7484cfb935", "name": "tempest-VolumesSnapshotTestJSON-1541530386-project-member", "password_expires_at": null}, "audit_ids": ["y_yZrUC8SwGgcgvRYC0YUg"], "expires_at": "2023-07-21T16:57:24.000000Z", "issued_at": "2023-07-21T15:57:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57d462fdfd384df78decce2ff2ca899d", "name": "tempest-VolumesSnapshotTestJSON-1541530386"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:24,174 79570 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '3a70f161-206f-4234-8414-c29e9a627bfd', 'name': 'tempest-VolumesSnapshotTestJSON-126957559-network', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19770, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:57:02Z', 'updated_at': '2023-07-21T15:57:02Z', 'revision_number': 1} available for tenant 2023-07-21 15:57:24,175 79570 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1192703570', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC9wxWbvxhecRY043HbqEorlH+Q5v+0IRxULqOYSjahtGIGHZ90bH8XUpjELxYzf8HQwiBl8ibFYkjOhsDbsfzBNfMlsPi/mVtAGNEHClY9PtPVpjlqww4B+HdJFDEGRTw==', 'fingerprint': '23:5f:9d:28:a0:25:e5:03:e6:ce:9d:7d:1b :26:62:6b', 'user_id': '86920b315b644b0684832a7484cfb935', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDApAgHGLQVfCwVHJNKbrxkG6/INdgyoeT205FefSObn+xIMELf/Ihqa\nItsoB4lsb+SgBwYFK4EEACKhZANiAAQvcMVm78YXnEWNONx26hKK5R/kOb/tCEcV\nC6jmEo2obRiBh2fdGx/F1KYxC8WM3/B0MIgZfImxWJIzobA27H8wTXzJbD4v5lbQ\nBjRBwpWPT7T1aY5asMOAfh3SRQxBkU8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3c2b2c6f-a7df-4358-8ec9-68bedbe12428', 'name': 'tempest-securitygroup--747711089', 'stateful': True, 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'description': 'tempest-description--1100737742', 'shared': False, 'security_group_rules': [{'id': '7b3e55b5-b4fc-4eaa-8bfe-deaec3bf94c7', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'security_group_id': '3c2b2c6f-a7df-4358-8ec9-68bedbe12428', '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': 639, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:20Z', 'updated_at': '2023-07-21T15:57:20Z', 'revision_number': 0}, {'id': '9be8eefa-31a7-44cf-811b-52745205a14e', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'security_group_id': '3c2b2c6f-a7df-4358-8ec9-68bedbe12428', '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': 638, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:20Z', 'updated_at': '2023-07-21T15:57:20Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:57:20Z', 'updated_at': '2023-07-21T15:57:20Z', 'revision_number': 1, 'project_id': '57d462fdfd384df78decce2ff2ca899d'}, 'floating_ip': {'id': '5855d759-5d1a-4d09-9f6d-4f8f33818b9d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:23Z', 'updated_at': '2023-07-21T15:57:23Z', 'revision_number': 0, 'ip': '172.24.4.107'}} 2023-07-21 15:57:24,213 79570 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.035s 2023-07-21 15:57:24,213 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-2062465252", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "3a70f161-206f-4234-8414-c29e9a627bfd"}], "security_groups": [{"name": "tempest-securitygroup--747711089"}], "key_name": "tempest-keypair-1192703570", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57: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-8414a689-de18-45c8-a446-fd3464a54f22', 'x-compute-request-id': 'req-8414a689-de18-45c8-a446-fd3464a54f22', '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-21 15:57:24,255 79570 INFO [tempest.lib. common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1192703570 0.037s 2023-07-21 15:57:24,256 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:24 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-9ce8e6c3-02c5-4fc4-80b0-649467ea7366', 'x-compute-request-id': 'req-9ce8e6c3-02c5-4fc4-80b0-649467ea7366', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1192703570'} Body: b'' 2023-07-21 15:57:25,293 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3c2b2c6f-a7df-4358-8ec9-68bedbe12428 1.036s 2023-07-21 15:57:25,294 79570 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-ee24a47f-df82-42c3-abe7-f8f89b33e70f', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3c2b2c6f-a7df-4358-8ec9-68bedbe12428'} Body: b'' 2023-07-21 15:57:25,355 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3c2b2c6f-a7df-4358-8ec9-68bedbe12428 0.061s 2023-07-21 15:57:25,356 79570 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-cd2796e0-7b52-476b-9fb5-0991d1dd6dbf', 'date': 'Fri, 21 Jul 2023 15:57:25 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3c2b2c6f-a7df-4358-8ec9-68bedbe12428'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3c2b2c6f-a7df-4358-8ec9-68bedbe12428 does not exist", "detail": ""}}' 2023-07-21 15:57:26,456 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5855d759-5d1a-4d09-9f6d-4f8f33818b9d 1.100s 2023-07-21 15:57:26,457 79570 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-8a5cce30-4ea5-4297-813b-fe160099d4e8', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5855d759-5d1a-4d09-9f6d-4f8f33818b9d'} Body: b'' 2023-07-21 15:57:26,514 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.057s 2023-07-21 15:57:26,515 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76702181-0f0a-4896-9dc7-02861bd5553c', 'content -length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76702181-0f0a-4896-9dc7-02861bd5553c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:20.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:26,587 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.062s 2023-07-21 15:57:26,588 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 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-daf993b9-da3e-4954-a867-c09f59d963ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'' 2023-07-21 15:57:26,656 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.067s 2023-07-21 15:57:26,656 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c17af1a0-454d-4ae5-ba15-048dd13786dd', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c17af1a0-454d-4ae5-ba15-048dd13786dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/ volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:27,769 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.096s 2023-07-21 15:57:27,770 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cab2f43-6d08-47a0-b8a0-9fa11ed3394b', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cab2f43-6d08-47a0-b8a0-9fa11ed3394b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:28,863 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.075s 2023-07-21 15:57:28,863 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b083cd-f98f-4236-8110-7207be2eb1c0', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b083cd-f98f- 4236-8110-7207be2eb1c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:29,942 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.059s 2023-07-21 15:57:29,943 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11834e94-9ada-487f-88ce-9a919b4e6f8f', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11834e94-9ada-487f-88ce-9a919b4e6f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"volume": {"id": "b76edbe0-f754-43f5-a966-9489520bae47", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:16.000000", "updated_at": "2023-07-21T15:57:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1588474489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47"}], "user_id": "86920b315b644b0684832a7484cfb935", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:30,993 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v 3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47 0.031s 2023-07-21 15:57:30,993 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:30 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-02cfb281-9bf3-417c-b011-8348bd3097d8', 'x-openstack-request-id': 'req-02cfb281-9bf3-417c-b011-8348bd3097d8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/volumes/b76edbe0-f754-43f5-a966-9489520bae47'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b76edbe0-f754-43f5-a966-9489520bae47 could not be found."}}' 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-21 15:56:18,567 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes 1.120s 2023-07-21 15:56:18,568 79574 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-2099053978", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea4f0b92-199c-4466-8504-39f74baff0b6', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea4f0b92-199c-4466-8504-39f74baff0b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.468812", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:56:18,625 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.044s 2023-07-21 15:56:18,626 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e835147-ece1-46ba-a586-9251c5b959b1', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e835147-ece1-46ba-a586-9251c5b959b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:19,693 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.053s 2023-07-21 15:56:19,694 79574 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ff6b72a-7727-48fa-a876-c77d062d248d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ff6b72a-7727-48fa-a876-c77d062d248d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:20,759 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.053s 2023-07-21 15:56:20,759 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-784c2586-d970-40ec-9d9a-dd0a0947d387', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-784c2586-d970-40ec-9d9a-dd0a0947d387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:21,838 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.068s 2023-07-21 15:56:21,839 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:21 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebc8264e-f312-4452-b9cf-bba146717a40', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebc8264e-f312-4452-b9cf-bba146717a40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:22,895 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.045s 2023-07-21 15:56:22,895 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1dc7789-65b7-4726-bed5-58ed37cb1e23', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1dc7789-65b7-4726-bed5-58ed37cb1e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:23,966 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.060s 2023-07-21 15:56:23,967 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf5ea152-b3fa-4fd3-878d-1b477789db95', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-cf5ea152-b3fa-4fd3-878d-1b477789db95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:25,029 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.044s 2023-07-21 15:56:25,029 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc3227c3-ae2e-425d-a52c-2f11c2c8e682', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc3227c3-ae2e-425d-a52c-2f11c2c8e682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:26,092 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.051s 2023-07-21 15:56:26,092 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74088dd4-8db4-49d4-9854-d03145841473', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74088dd4-8db4-49d4-9854-d03145841473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body : b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:27,144 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.041s 2023-07-21 15:56:27,145 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cfd89b9-ed5d-43c0-9f7d-195d33b290d2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cfd89b9-ed5d-43c0-9f7d-195d33b290d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:28,233 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.067s 2023-07-21 15:56:28,234 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c4d4ec-93a5-4a7d-ad82-7256f761cede', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c4d4ec-93a5-4a7d-ad82-7256f761cede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootD evicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:29,328 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.082s 2023-07-21 15:56:29,360 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb5345b-2cde-411f-9c4d-efec66dfe94d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb5345b-2cde-411f-9c4d-efec66dfe94d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:30,435 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.056s 2023-07-21 15:56:30,436 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c6d1f5b-ca3d-4477-89e8-f92d883d9873', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c6d1f5b-ca3d-4477-89e8-f92d883d9873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/vol umes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:31,497 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.047s 2023-07-21 15:56:31,497 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fe7539-0019-44e6-a9da-30a872606c0e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fe7539-0019-44e6-a9da-30a872606c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:32,614 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.094s 2023-07-21 15:56:32,614 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c6e645d-8ea8-4c55-b9e7-8e39f7f8ffee', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c6e645d-8ea8-4c55-b9e7-8e39f7f8ffee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:33,702 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.068s 2023-07-21 15:56:33,703 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb803eda-627e-49c3-bd52-05c027e3c366', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb803eda-627e-49c3-bd52-05c027e3c366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:34,763 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.040s 2023-07-21 15:56:34,763 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-439660f0-a558-4da6-9fa5-403b612164ba', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-439660f0-a558-4da6-9fa5-403b612164ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:35,830 79574 INFO [tem pest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.054s 2023-07-21 15:56:35,830 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6b2ddf7-6171-4e06-b0e0-1c6f77a2cc14', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6b2ddf7-6171-4e06-b0e0-1c6f77a2cc14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:36,922 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.071s 2023-07-21 15:56:36,923 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f53e11-d3d4-4dd9-862d-8c4972950919', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10f53e11-d3d4-4dd9-862d-8c4972950919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:38,019 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.085s 2023-07-21 15:56:38,020 79574 DE BUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f45df19c-f8c2-4912-b1b4-55ba29dbeb6d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45df19c-f8c2-4912-b1b4-55ba29dbeb6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:39,081 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.046s 2023-07-21 15:56:39,082 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cac5932-25f7-490a-996f-902e7e298048', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cac5932-25f7-490a-996f-902e7e298048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:40,139 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.040s 2023-07-21 15:56:40,139 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b80f2f5e-fc52-40f8-bd62-be5d29b9fa71', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b80f2f5e-fc52-40f8-bd62-be5d29b9fa71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:41,213 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.060s 2023-07-21 15:56:41,214 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7108b3a4-5246-457c-9b4d-e6aafc26d9bf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7108b3a4-5246-457c-9b4d-e6aafc26d9bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:42,297 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.070s 2023-07-21 15:56:42,298 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9bbc5b4-a870-41af-9b0b-cc4997c895eb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-c9bbc5b4-a870-41af-9b0b-cc4997c895eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:43,374 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.063s 2023-07-21 15:56:43,375 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4623da1-e24c-4f24-8f1c-8c0ebb515aa3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4623da1-e24c-4f24-8f1c-8c0ebb515aa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:44,446 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.059s 2023-07-21 15:56:44,446 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367b8d56-a6a6-4568-b2e6-ccf63cf23e63', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367b8d56-a6a6-4568-b2e6-ccf63cf23e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:45,501 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.042s 2023-07-21 15:56:45,502 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc706a5-d53d-4f11-a4de-f16bd5313b92', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc706a5-d53d-4f11-a4de-f16bd5313b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:46,587 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.066s 2023-07-21 15:56:46,588 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb6eed13-3555-401a-b51d-321e71b8c45d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb6eed13-3555-401a-b51d-321e71b8c45d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-Tag gedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:47,712 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.110s 2023-07-21 15:56:47,713 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fba1e2c-e36e-4f22-acf0-2aa8dcfc0e3b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fba1e2c-e36e-4f22-acf0-2aa8dcfc0e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:49,093 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.358s 2023-07-21 15:56:49,094 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6af9ffdb-53bf-4a48-acc3-8be19992b752', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6af9ffdb-53bf-4a48-acc3-8be19992b752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d06213 6fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:50,221 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.106s 2023-07-21 15:56:50,221 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66a60496-8a72-4df8-b8e7-15945b1521d0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66a60496-8a72-4df8-b8e7-15945b1521d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:51,303 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.060s 2023-07-21 15:56:51,303 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e5c2ee2-6964-4c39-b748-771492a144be', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e5c2ee2-6964-4c39-b748-771492a144be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "boo table": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:52,362 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.046s 2023-07-21 15:56:52,362 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81044c22-506a-40a7-a1e1-f9dac86bebea', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81044c22-506a-40a7-a1e1-f9dac86bebea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:53,448 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.069s 2023-07-21 15:56:53,449 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3f07b4d-e124-43d9-8dbd-911de50075a0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3f07b4d-e124-43d9-8dbd-911de50075a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:54,521 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.051s 2023-07-21 15:56:54,522 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc43636a-7ea9-4217-8a21-7bcb7f6e715e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc43636a-7ea9-4217-8a21-7bcb7f6e715e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:55,644 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.089s 2023-07-21 15:56:55,645 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03f2106c-44ba-4a8a-a518-8b61b163e6ad', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03f2106c-44ba-4a8a-a518-8b61b163e6ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:56,765 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41 0.099s 2023-07-21 15:56:56,765 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-effcdfae-6503-4dfe-9b3d-e128d45d599a', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-effcdfae-6503-4dfe-9b3d-e128d45d599a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41'} Body: b'{"volume": {"id": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:18.000000", "updated_at": "2023-07-21T15:56:56.000000", "name": "tempest-TaggedBootDevicesTest-volume-2099053978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/f5be18f2-1098-49e4-9b5b-116e1f286d41"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:56,793 79574 INFO [tempest.common.waiters] volume f5be18f2-1098-49e4-9b5b-116e1f286d41 reached available after waiting for 38.793273 seconds 2023-07-21 15:56:57,303 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes 0.509s 2023-07-21 15:56:57,310 79574 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-1925744675"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96e7160e-0e0d-47bf-a4b4-3362914d51eb', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96e7160e-0e0d-47bf-a4b4-3362914d51eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes'} Body: b'{"volume": {"id": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:57.081289", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1925744675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "att achments": []}}' 2023-07-21 15:56:57,569 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3 0.249s 2023-07-21 15:56:57,570 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4530f79d-442d-46a6-a35e-2e40cb388093', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4530f79d-442d-46a6-a35e-2e40cb388093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3'} Body: b'{"volume": {"id": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:57.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1925744675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:56:58,924 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3 0.341s 2023-07-21 15:56:58,925 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a8aac95-e424-40cd-b110-6da9b4ba524d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a8aac95-e424-40cd-b110-6da9b4ba524d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3'} Body: b'{"volume": {"id": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:57.000000", "updated_at": "2023-07-21T15:56:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1925744675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:00,207 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3 0.2 68s 2023-07-21 15:57:00,208 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d97462a-ef30-46b6-ad6a-fdc1d9b24fad', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d97462a-ef30-46b6-ad6a-fdc1d9b24fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3'} Body: b'{"volume": {"id": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:57.000000", "updated_at": "2023-07-21T15:56:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1925744675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:01,298 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3 0.073s 2023-07-21 15:57:01,299 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2af8592a-f82f-47d5-a9c5-0955177eb12a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2af8592a-f82f-47d5-a9c5-0955177eb12a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3'} Body: b'{"volume": {"id": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:56:57.000000", "updated_at": "2023-07-21T15:57:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-1925744675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:01,317 79574 INFO [tempest.common.waiters] volume b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3 reached available after waiting for 4.317205 seconds 2023-07-21 15:57:01,740 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes 0.422s 2023-07-21 15:57:01,741 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-363378834"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01bd4125-9317-4ca1-bc5e-d24ff82c4b4f', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01bd4125-9317-4ca1-bc5e-d24ff82c4b4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes'} Body: b'{"volume": {"id": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:01.512163", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-363378834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:01,833 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438 0.075s 2023-07-21 15:57:01,834 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dee34cd-ea2b-499c-a57b-dffba84e33d3', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dee34cd-ea2b-499c-a57b-dffba84e33d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438'} Body: b'{"volume": {"id": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:02.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-363378834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:02,972 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438 0.122s 2023-07-21 15:57:02,973 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2f8f230-7169-49f7-bbe2-77d6ca7ffb13', 'content -length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2f8f230-7169-49f7-bbe2-77d6ca7ffb13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438'} Body: b'{"volume": {"id": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:02.000000", "updated_at": "2023-07-21T15:57:02.000000", "name": "tempest-TaggedBootDevicesTest-volume-363378834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:04,052 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438 0.065s 2023-07-21 15:57:04,052 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb6a3b1-2795-4609-bfe5-cd1ed8184544', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb6a3b1-2795-4609-bfe5-cd1ed8184544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438'} Body: b'{"volume": {"id": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:02.000000", "updated_at": "2023-07-21T15:57:02.000000", "name": "tempest-TaggedBootDevicesTest-volume-363378834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:05,162 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438 0.089s 2023-07-21 15:57:05,162 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1771dfa0-4ef3-4ac3-81c7-f18e059209f2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1771dfa0-4ef3-4ac3-81c7-f18e059209f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volu me/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438'} Body: b'{"volume": {"id": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:02.000000", "updated_at": "2023-07-21T15:57:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-363378834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8a6145ae2a9e4f749f9ba3d062136fc3/volumes/0b6a9f3b-313f-4086-9c8e-7a2759917438"}], "user_id": "9072c9a562a4431d95e2b83ab64f91e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:05,173 79574 INFO [tempest.common.waiters] volume 0b6a9f3b-313f-4086-9c8e-7a2759917438 reached available after waiting for 4.173849 seconds 2023-07-21 15:57:07,303 79574 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.129s 2023-07-21 15:57:07,304 79574 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-339640489"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c082e3ae-a016-4e89-978a-31f457216547', 'date': 'Fri, 21 Jul 2023 15:57:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"78988201-ecd8-4dca-bd7f-ed8fe58e65bf","name":"tempest-device-tagging-net1-339640489","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3","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-21T15:57:05Z","updated_at":"2023-07-21T15:57:05Z","revision_number":1}}' 2023-07-21 15:57:10,869 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.564s 2023-07-21 15:57:10,870 79574 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-143415187"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f98039f0-4b17-4037-9dd8-60d1847e1ac6', 'date': 'Fri, 21 Jul 2023 15:57:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"2021c7c7-512b-417c-b25a-3bf9a3304cd2","name":"tempest-device-tagging-net2-143415187","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3","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-21T15:57:07Z","updated_at":"2023-07-21T15:57:07Z","revision_number":1}}' 2023-07-21 15:57:12,553 79574 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.682s 2023-07-21 15:57:12,553 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "78988201-ecd8-4dca-bd7f-ed8fe58e65bf", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-6dd5421c-2337-4389-b159-c96ece65a7f1', 'date': 'Fri, 21 Jul 2023 15:57:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"47a2fd8c-6601-432a-8789-3df88b6d3d47","name":"","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","network_id":"78988201-ecd8-4dca-bd7f-ed8fe58e65bf","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-21T15:57:11Z","updated_at":"2023-07-21T15:57:11Z","revision_number":0,"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:14,438 79574 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.884s 2023-07-21 15:57:14,438 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "2021c7c7-512b-417c-b25a-3bf9a3304cd2", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-4c001598-37eb-4d85-b54c-782bfdbf5459', 'date': 'Fri, 21 Jul 2023 15:57:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"a00114b9-6f4d-457b-ac6c-00769590f5fd","name":"","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","network_id":"2021c7c7-512b-417c-b25a-3bf9a3304cd2","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-21T15:57:12Z","updated_at":"2023-07-21T15:57:12Z","revision_number":0,"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:18,561 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 4.122s 2023-07-21 15:57:18,562 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "78988201-ecd8-4dca-bd7f-ed8fe58e65bf", "name": "tempest-TaggedBootDevicesTest-1357931584", "fixed_ips": [{"subnet_id": "47a2fd8c-6601-432a-8789-3df88b6d3d47"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-a8ba403b-3c67-4bdf-9c9c-357e77e46771', 'date': 'Fri, 21 Jul 2023 15:57:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"4de47277-bf79-4194-b8fb-cdb0b59e5f70","name":"tempest-TaggedBootDevicesTest-1357931584","network_id":"78988201-ecd8-4dca-bd7f-ed8fe58e65bf","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","mac_address":"fa:16:3e:93:10:7f","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"47a2fd8c-6601-432a-8789-3df88b6d3d47","ip_address":"10.1.1.106"}],"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3","port_security_enabled":true,"security_groups":["2125b6cc-0a7a-4bde-829c-f45b57d00b93"],"binding:vnic_type":"n ormal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T15:57:14Z","updated_at":"2023-07-21T15:57:16Z","revision_number":1}}' 2023-07-21 15:57:20,737 79574 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.174s 2023-07-21 15:57:20,737 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "78988201-ecd8-4dca-bd7f-ed8fe58e65bf", "name": "tempest-TaggedBootDevicesTest-625657931", "fixed_ips": [{"subnet_id": "47a2fd8c-6601-432a-8789-3df88b6d3d47"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '731', 'x-openstack-request-id': 'req-9a0836c6-f827-4d15-9a8b-f0a53ed643ac', 'date': 'Fri, 21 Jul 2023 15:57:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"c61b4ce7-e810-45a7-a301-37b1b42f4cc9","name":"tempest-TaggedBootDevicesTest-625657931","network_id":"78988201-ecd8-4dca-bd7f-ed8fe58e65bf","tenant_id":"8a6145ae2a9e4f749f9ba3d062136fc3","mac_address":"fa:16:3e:c9:ec:f1","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"47a2fd8c-6601-432a-8789-3df88b6d3d47","ip_address":"10.1.1.79"}],"project_id":"8a6145ae2a9e4f749f9ba3d062136fc3","port_security_enabled":true,"security_groups":["2125b6cc-0a7a-4bde-829c-f45b57d00b93"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T15:57:19Z","updated_at":"2023-07-21T15:57:19Z","revision_number":1}}' 2023-07-21 15:57:20,738 79574 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:57:20,739 79574 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:57:20,841 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.098s 2023-07-21 15:57:20,842 79574 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-1978861827", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGORtYBFoa50Bm3nwqj4zF6NySA+KFnwBmUiwblCcKpvktPXu5X2rKXFllnHNXBVoqjDLNbzALxredd5IkOw9xxMkp4nu79JxdLiF9GOLhUhaHUVJBHCWl0KM34pKUKN1A=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:20 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-57a9eee2-9da0-45f3-86b5-7cce4db3a2c3', 'x-compute-request-id': 'req-57a9eee2-9da0-45f3-86b5-7cce4db3a2c3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1978861827", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGORtYBFoa50Bm3nwqj4zF6NySA+KFnwBmUiwblCcKpvktPXu5X2rKXFllnHNXBVoqjDLNbzALxredd5IkOw9xxMkp4nu79JxdLiF9GOLhUhaHUVJBHCWl0KM34pKUKN1A==", "fingerprint": "8b:5d:b1:dd:6b:97:99:7a:c1:9c:b5:4a:a0:87:97:cc", "user_id": "9072c9a562a4431d95e2b83ab64f91e2"}}' 2023-07-21 15:57:20,845 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1978861827 created 2023-07-21 15:57:21,493 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/netw orking/v2.0/security-groups 0.647s 2023-07-21 15:57:21,493 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--774577855", "description": "tempest-description--1754398038"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-aa0d57c9-840f-417d-995e-2cb2975abbcb', 'date': 'Fri, 21 Jul 2023 15:57:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b9d80462-8edb-4199-bc65-103a91fef211", "name": "tempest-securitygroup--774577855", "stateful": true, "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "description": "tempest-description--1754398038", "shared": false, "security_group_rules": [{"id": "ecfac42c-5849-4560-85a0-2949065c1cc2", "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "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": 644, "description": null, "tags": [], "created_at": "2023-07-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 0}, {"id": "ef353dcf-555a-4567-a41f-024cd2b1b500", "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "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": 643, "description": null, "tags": [], "created_at": "2023-07-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 1, "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3"}}' 2023-07-21 15:57:22,542 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.048s 2023-07-21 15:57:22,542 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "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-d29dea35-98b0-4511-96c3-5a833bcfbd83', 'date': 'Fri, 21 Jul 2023 15:57: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": "29cdcaf0-1deb-42b9-842e-78802b2af7e7", "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "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-21T15:57:21Z", "updated_at": "2023-07-21T15:57:21Z", "revision_number": 0}}' 2023-07-21 15:57:23,240 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.697s 2023-07-21 15:57:23,240 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acc ept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b4f790cd-7174-4c23-83d9-8400161992e9', 'date': 'Fri, 21 Jul 2023 15:57: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": "228b1311-6d57-4f27-8332-fa8cdf1e25eb", "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "security_group_id": "b9d80462-8edb-4199-bc65-103a91fef211", "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-21T15:57:22Z", "updated_at": "2023-07-21T15:57:22Z", "revision_number": 0}}' 2023-07-21 15:57:23,240 79574 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--774577855 created 2023-07-21 15:57:26,208 79574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.967s 2023-07-21 15:57:26,208 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-3f8cf1c2-960e-4edf-893e-753d0e8dd0be', 'date': 'Fri, 21 Jul 2023 15:57:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9465adce-01db-480c-8b30-d6ab24e543bf", "tenant_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "floating_ip_address": "172.24.4.35", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8a6145ae2a9e4f749f9ba3d062136fc3", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:57:24Z", "updated_at": "2023-07-21T15:57:24Z", "revision_number": 0}}' 2023-07-21 15:57:26,209 79574 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9465adce-01db-480c-8b30-d6ab24e543bf', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'floating_ip_address': '172.24.4.35', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:24Z', 'updated_at': '2023-07-21T15:57:24Z', 'revision_number': 0, 'ip': '172.24.4.35'} created 2023-07-21 15:57:26,330 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.111s 2023-07-21 15:57:26,330 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 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-c4720b62-8519-440e-8fd1-75ce71fb7bb7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["pas sword"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9072c9a562a4431d95e2b83ab64f91e2", "name": "tempest-TaggedBootDevicesTest-1042370079-project-member", "password_expires_at": null}, "audit_ids": ["J4DfREbxSOS0DqNUZAqwjQ"], "expires_at": "2023-07-21T16:57:26.000000Z", "issued_at": "2023-07-21T15:57:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a6145ae2a9e4f749f9ba3d062136fc3", "name": "tempest-TaggedBootDevicesTest-1042370079"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:26,331 79574 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'db801edb-a216-42fd-80fa-96862024917c', 'name': 'tempest-TaggedBootDevicesTest-1325533403-network', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24850, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:57:26,377 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2023-07-21 15:57:26,378 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:2 6 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-98d4f4b6-26fe-420a-93e1-df1440157409', '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": "9072c9a562a4431d95e2b83ab64f91e2", "name": "tempest-TaggedBootDevicesTest-1042370079-project-member", "password_expires_at": null}, "audit_ids": ["thnIAwOlTjCrDCKM-7FM7Q"], "expires_at": "2023-07-21T16:57:26.000000Z", "issued_at": "2023-07-21T15:57:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a6145ae2a9e4f749f9ba3d062136fc3", "name": "tempest-TaggedBootDevicesTest-1042370079"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a6145ae2a9e4f749f9ba3d062136fc3", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:26,378 79574 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'db801edb-a216-42fd-80fa-96862024917c', 'name': 'tempest-TaggedBootDevicesTest-1325533403-network', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24850, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:55:34Z', 'updated_at': '2023-07-21T15:55:34Z', 'revision_number': 1} available for tenant 2023-07-21 15:57:26,379 79574 DEBUG [tempest. common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1978861827', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGORtYBFoa50Bm3nwqj4zF6NySA+KFnwBmUiwblCcKpvktPXu5X2rKXFllnHNXBVoqjDLNbzALxredd5IkOw9xxMkp4nu79JxdLiF9GOLhUhaHUVJBHCWl0KM34pKUKN1A==', 'fingerprint': '8b:5d:b1:dd:6b:97:99:7a:c1:9c:b5:4a:a0:87:97:cc', 'user_id': '9072c9a562a4431d95e2b83ab64f91e2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBqSY4vIyjrduQKfuL2J06hHX3hQ2s/0v7KvOe3Y8ZGdcjn4xsMUgj+\nCD0EZYkjGjegBwYFK4EEACKhZANiAARjkbWARaGudAZt58Ko+MxejckgPihZ8AZl\nIsG5QnCqb5LT17uV9qylxZZZxzVwVaKowyzW8wC8a3nXeSJDsPccTJKeJ7u/ScXS\n4hfRji4VIWh1FSQRwlpdCjN+KSlCjdQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b9d80462-8edb-4199-bc65-103a91fef211', 'name': 'tempest-securitygroup--774577855', 'stateful': True, 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'description': 'tempest-description--1754398038', 'shared': False, 'security_group_rules': [{'id': 'ecfac42c-5849-4560-85a0-2949065c1cc2', 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'security_group_id': 'b9d80462-8edb-4199-bc65-103a91fef211', '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': 644, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:21Z', 'updated_at': '2023-07-21T15:57:21Z', 'revision_number': 0}, {'id': 'ef353dcf-555a-4567-a41f-024cd2b1b500', 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'security_group_id': 'b9d80462-8edb-4199-bc65-103a91fef211', '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': 643, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:21Z', 'updated_at': '2023-07-21T15:57:21Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:57:21Z', 'updated_at': '2023-07-21T15:57:21Z', 'revision_number': 1, 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3'}, 'floating_ip': {'id': '9465adce-01db-480c-8b30-d6ab24e543bf', 'tenant_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'floating_ip_address': '172.24.4.35', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8a6145ae2a9e4f749f9ba3d062136fc3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:24Z', 'updated_at': '2023-07-21T15:57:24Z', 'revision_number': 0, 'ip': '172.24.4.35'}} 2023-07-21 15:57:26,427 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.047s 2023-07-21 15:57:26,427 79574 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-1582794094", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "db801edb-a216-42fd-80fa-96862024917c"}, {"port": "4de47277-bf79-4194-b8fb-cdb0b59e5f70", "tag": "port-1"}, {"port": "c61b4ce7-e810-45a7-a301-37b1b42f4cc9", "tag": "port-2"}, {"uuid": "78988201-ecd8-4dca-bd7f-ed8fe58e65bf", "tag": "net-1"}, {"uuid": "78988201-ecd8-4dca-bd7f-ed8fe58e65bf"}, {"uuid": "2021c7c7-512b-417c-b25a-3bf9a3304cd2", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "2021c7c7-512b-417c-b25a-3bf9a3304cd2", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "f5be18f2-1098-49e4-9b5b-116e1f286d41", "so urce_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "b737772c-0c3c-4b8e-a99c-b7c6dfaf16a3", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "0b6a9f3b-313f-4086-9c8e-7a2759917438", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--774577855"}], "key_name": "tempest-keypair-1978861827", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:26 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-a0c72410-fd86-4907-b78b-0bd4dbff018b', 'x-compute-request-id': 'req-a0c72410-fd86-4907-b78b-0bd4dbff018b', '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-21 15:57:26,469 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1978861827 0.039s 2023-07-21 15:57:26,470 79574 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': 'Fri, 21 Jul 2023 15:57:26 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-1ea746fe-e22c-4c9e-9ca6-85e1760da7b6', 'x-compute-request-id': 'req-1ea746fe-e22c-4c9e-9ca6-85e1760da7b6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1978861827'} Body: b'' 2023-07-21 15:57:27,013 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b9d80462-8edb-4199-bc65-103a91fef211 0.542s 2023-07-21 15:57:27,013 79574 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-92429d69-2c52-4642-be0c-82976ab4356d', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b9d80462-8edb-4199-bc65-103a91fef211'} Body: b'' 2023-07-21 15:57:27,070 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b9d80462-8edb-4199-bc65-103a91fef211 0.056s 2023-07-21 15:57:27,080 79574 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-f5785621-ef90-405a-9953-50453f997ae7', 'date': 'Fri, 21 Jul 2023 15:57:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b9d80462-8edb-4199-bc65-103a91fef211'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b9d80462-8edb-4199-bc65-103a91fef211 does not exist", "detail": ""}}' 2023-07-21 15:57:28,842 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_ru n_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9465adce-01db-480c-8b30-d6ab24e543bf 1.761s 2023-07-21 15:57:28,843 79574 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-fb277342-4da3-45f3-9c36-2aa04ea26ae6', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9465adce-01db-480c-8b30-d6ab24e543bf'} Body: b'' 2023-07-21 15:57:31,674 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/c61b4ce7-e810-45a7-a301-37b1b42f4cc9 2.830s 2023-07-21 15:57:31,675 79574 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-3d4886b5-6514-4178-b8d1-c8eb3214ba4b', 'date': 'Fri, 21 Jul 2023 15:57:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/c61b4ce7-e810-45a7-a301-37b1b42f4cc9'} Body: b'' 2023-07-21 15:57:32,987 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/4de47277-bf79-4194-b8fb-cdb0b59e5f70 1.312s 2023-07-21 15:57:32,988 79574 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-1a273b01-05a8-4e38-954b-132f7545bff1', 'date': 'Fri, 21 Jul 2023 15:57:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/4de47277-bf79-4194-b8fb-cdb0b59e5f70'} Body: b'' 2023-07-21 15:57:33,547 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/a00114b9-6f4d-457b-ac6c-00769590f5fd 0.558s 2023-07-21 15:57:33,547 79574 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-7d9f8848-705e-4cd1-8d03-4d3b07255550', 'date': 'Fri, 21 Jul 2023 15:57:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/a00114b9-6f4d-457b-ac6c-00769590f5fd'} Body: b'' 2023-07-21 15:57:34,212 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/47a2fd8c-6601-432a-8789-3df88b6d3d47 0.664s 2023-07-21 15:57:34,212 79574 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-03729a32-a507-49a7-a742-96dc5a92ab23', 'date': 'Fri, 21 Jul 2023 15:57:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/47a2fd8c-6601-432a-8789-3df88b6d3d47'} Body: b'' 2023-07-21 15:57:35,819 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/2021c7c7-512b-417c-b25a-3bf9a3304cd2 1.606s 2023-07-21 15:57:35,819 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Head ers: {'content-length': '0', 'x-openstack-request-id': 'req-981f7da4-d548-43b8-9257-a11ce0827ac9', 'date': 'Fri, 21 Jul 2023 15:57:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/2021c7c7-512b-417c-b25a-3bf9a3304cd2'} Body: b'' 2023-07-21 15:57:37,450 79574 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/78988201-ecd8-4dca-bd7f-ed8fe58e65bf 1.630s 2023-07-21 15:57:37,450 79574 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-c1789dd8-3a43-4074-9cbe-1141843a0a10', 'date': 'Fri, 21 Jul 2023 15:57:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/78988201-ecd8-4dca-bd7f-ed8fe58e65bf'} Body: b'' tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 88, in test_snapshot_create_offline_delete_online server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 15:57:40,448 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots 0.176s 2023-07-21 15:57:40,449 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92ccd3f-3b7c-4c4b-be95-28a8df756b90', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92ccd3f-3b7c-4c4b-be95-28a8df756b90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.373410", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 15:57:40,477 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.025s 2023-07-21 15:57:40,477 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-929b3093-260c-4a50-b524-b519d0bc5248', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-929b3093-260c-4a50-b524-b519d0bc5248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:41,516 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.033s 2023-07-21 15:57:41,516 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e2e4607-4dc9-42d4-822e-03366621958d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e2e4607-4dc9-42d4-822e-03366621958d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot -673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:42,689 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.168s 2023-07-21 15:57:42,757 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-606c72c6-35b4-4ecf-acd0-56aabe054b99', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-606c72c6-35b4-4ecf-acd0-56aabe054b99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:43,815 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.052s 2023-07-21 15:57:43,815 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dfc7fb4-f5b6-428f-a9b7-81cf28216f68', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dfc7fb4-f5b6-428f-a9b7-81cf28216f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:44,865 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.042s 2023-07-21 15:57:44,865 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c050267-1906-498f-b381-0a370b5da9bb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c050267-1906-498f-b381-0a370b5da9bb', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 15:57:45,904 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.033s 2023-07-21 15:57:45,905 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68726fce-7b80-4399-a0e4-0250adff181c', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68726fce-7b80-4399-a0e4-0250adff181c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": "2023-07-21T15:57:45.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:45,912 79570 INFO [tempest.common.waiters] snapshot 01087faf-05e2-45eb-839a-30a94758379c reached available after waiting for 5.912265 seconds 2023-07-21 15:57:45,912 79570 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:57:45,913 79570 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:57:45,992 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.074s 2023-07-21 15:57:45,992 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1800072028", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHPiK5VWMbmm1Ix0q1gPNEWmRXzVTfLpP/MBh96QEr3OScKwbIzAmAuxqANrPCPWAWWb3ROxTllwdYhTkr1sJQXqMnGoIIOuiFbDU1I1d4/b/K71M89qLPyxPdX/6mLU+Q=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:45 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-cc10e73a-1c12-4ccd-b2dd-ef9895be0c39', 'x-compute-request-id': 'req-cc10e73a-1c12-4ccd-b2dd-ef9895be0c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1800072028", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHPiK5VWMbmm1Ix0q1gPNEWmRXzVTfLpP/MBh96QEr3OScKwbIzAmAuxqANrPCPWAWWb3ROxTllwdYhTkr1sJQXqMnGoIIOuiFbDU1I1d4/b/K71M89q LPyxPdX/6mLU+Q==", "fingerprint": "32:b6:b5:98:1e:ba:54:a7:db:d8:ed:e2:1c:b8:43:fd", "user_id": "86920b315b644b0684832a7484cfb935"}}' 2023-07-21 15:57:45,996 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1800072028 created 2023-07-21 15:57:46,481 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.484s 2023-07-21 15:57:46,482 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--219185493", "description": "tempest-description--1832459317"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-47c4a6a8-559a-44fe-a5b6-2ffbb6bd8633', 'date': 'Fri, 21 Jul 2023 15:57:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "name": "tempest-securitygroup--219185493", "stateful": true, "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "description": "tempest-description--1832459317", "shared": false, "security_group_rules": [{"id": "96081494-4751-4a68-93f4-f942a9739394", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "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": 716, "description": null, "tags": [], "created_at": "2023-07-21T15:57:46Z", "updated_at": "2023-07-21T15:57:46Z", "revision_number": 0}, {"id": "a58d2ed6-24af-4434-bb45-76328038f188", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "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": 717, "description": null, "tags": [], "created_at": "2023-07-21T15:57:46Z", "updated_at": "2023-07-21T15:57:46Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:57:46Z", "updated_at": "2023-07-21T15:57:46Z", "revision_number": 1, "project_id": "57d462fdfd384df78decce2ff2ca899d"}}' 2023-07-21 15:57:46,840 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.357s 2023-07-21 15:57:46,840 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "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-283aacf2-86dd-415a-9aba-80b65f9615a3', 'date': 'Fri, 21 Jul 2023 15:57: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": "f2889b90-4192-429f-8b9e-e2296c88ff5e", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "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-21T15:57:46Z", "updated_at": "2023-07-21T15:57:46Z", "revision_number": 0}}' 2023-07-21 15:57:47,422 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.581s 2023-07-21 15:57:47,423 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-73a37e1a-71c4-401c-86c7-8eb86f3bd4a6', 'date': 'Fri, 21 Jul 2023 15:57:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8d0818e8-56e5-463d-844e-a4f537b4c247", "project_id": "57d462fdfd384df78decce2ff2ca899d", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "security_group_id": "6a87ef79-b5d5-4d2e-9bba-270998fda461", "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-21T15:57:47Z", "updated_at": "2023-07-21T15:57:47Z", "revision_number": 0}}' 2023-07-21 15:57:47,423 79570 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--219185493 created 2023-07-21 15:57:49,997 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.573s 2023-07-21 15:57:49,998 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-086b70fb-4d00-46da-bc4b-3abb8b60f319', 'date': 'Fri, 21 Jul 2023 15:57:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b1db1768-088f-4a3c-ace1-fc04f46ceefa", "tenant_id": "57d462fdfd384df78decce2ff2ca899d", "floating_ip_address": "172.24.4.136", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "57d462fdfd384df78decce2ff2ca899d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:57:49Z", "updated_at": "2023-07-21T15:57:49Z", "revision_number": 0}}' 2023-07-21 15:57:49,998 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b1db1768-088f-4a3c-ace1-fc04f46ceefa', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'floating_ip_address': '172.24.4.136', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:49Z', 'updated_at': '2023-07-21T15:57:49Z', 'revision_number': 0, 'ip': '172.24.4.136'} created 2023-07-21 15:57:50,127 79570 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.120s 2023-07-21 15:57:50,128 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:50 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-68ce3c48-fe9e-4f60-b181-2bb224daf536', '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": "86920b315b644b0684832a7484cfb935", "name": "tempest-VolumesSnapshotTestJSON-1541530386-project-member", "password_expires_at": null}, "audit_ids": ["2YLxfEamQEKZjnD65SVMig"], "expires_at": "2023-07-21T16:57:50.000000Z", "issued_at": "2023-07-21T15:57:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57d462fdfd384df78decce2ff2ca899d", "name": "tempest-VolumesSnapshotTestJSON-1541530386"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:50,129 79570 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': '3a70f161-206f-4234-8414-c29e9a627bfd', 'name': 'tempest-VolumesSnapshotTestJSON-126957559-network', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19770, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:57:02Z', 'updated_at': '2023-07-21T15:57:02Z ', 'revision_number': 1} available for tenant 2023-07-21 15:57:50,130 79570 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1800072028', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHPiK5VWMbmm1Ix0q1gPNEWmRXzVTfLpP/MBh96QEr3OScKwbIzAmAuxqANrPCPWAWWb3ROxTllwdYhTkr1sJQXqMnGoIIOuiFbDU1I1d4/b/K71M89qLPyxPdX/6mLU+Q==', 'fingerprint': '32:b6:b5:98:1e:ba:54:a7:db:d8:ed:e2:1c:b8:43:fd', 'user_id': '86920b315b644b0684832a7484cfb935', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB55FZe22kh+yHeBgkc9Sv/voTHhK7NXp2nLeaabeJTyprHtyODLDg4\nqee+NSdLQeKgBwYFK4EEACKhZANiAARz4iuVVjG5ptSMdKtYDzRFpkV81U3y6T/z\nAYfekBK9zknCsGyMwJgLsagDazwj1gFlm90TsU5ZcHWIU5K9bCUF6jJxqCCDrohW\nw1NSNXeP2/yu9TPPaiz8sT3V/+pi1Pk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6a87ef79-b5d5-4d2e-9bba-270998fda461', 'name': 'tempest-securitygroup--219185493', 'stateful': True, 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'description': 'tempest-description--1832459317', 'shared': False, 'security_group_rules': [{'id': '96081494-4751-4a68-93f4-f942a9739394', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'security_group_id': '6a87ef79-b5d5-4d2e-9bba-270998fda461', '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': 716, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:46Z', 'updated_at': '2023-07-21T15:57:46Z', 'revision_number': 0}, {'id': 'a58d2ed6-24af-4434-bb45-76328038f188', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'security_group_id': '6a87ef79-b5d5-4d2e-9bba-270998fda461', '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': 717, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:46Z', 'updated_at': '2023-07-21T15:57:46Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:57:46Z', 'updated_at': '2023-07-21T15:57:46Z', 'revision_number': 1, 'project_id': '57d462fdfd384df78decce2ff2ca899d'}, 'floating_ip': {'id': 'b1db1768-088f-4a3c-ace1-fc04f46ceefa', 'tenant_id': '57d462fdfd384df78decce2ff2ca899d', 'floating_ip_address': '172.24.4.136', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '57d462fdfd384df78decce2ff2ca899d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:57:49Z', 'updated_at': '2023-07-21T15:57:49Z', 'revision_number': 0, 'ip': '172.24.4.136'}} 2023-07-21 15:57:50,167 79570 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.036s 2023-07-21 15:57:50,167 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1432956111", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "3a70f161-206f-4234-8414-c29e9a627bfd"}], "security_groups": [{"name": "tempest-securitygroup--219185493"}], "key_name": "tempest-keypair-1800072028", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-Ope nStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-76ae09fc-9d48-49b9-b365-1bfff4afe91a', 'x-compute-request-id': 'req-76ae09fc-9d48-49b9-b365-1bfff4afe91a', '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-21 15:57:50,223 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1800072028 0.054s 2023-07-21 15:57:50,224 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57ee469a-6da7-40dd-97d1-ab3007cbc20d', 'x-compute-request-id': 'req-57ee469a-6da7-40dd-97d1-ab3007cbc20d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1800072028'} Body: b'' 2023-07-21 15:57:50,470 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6a87ef79-b5d5-4d2e-9bba-270998fda461 0.245s 2023-07-21 15:57:50,471 79570 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-84660b4e-75d4-4845-bf4f-4a3240b35f70', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6a87ef79-b5d5-4d2e-9bba-270998fda461'} Body: b'' 2023-07-21 15:57:50,504 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/6a87ef79-b5d5-4d2e-9bba-270998fda461 0.033s 2023-07-21 15:57:50,504 79570 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-286c3b24-d8a3-499c-901d-e0709b27ff3d', 'date': 'Fri, 21 Jul 2023 15:57:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6a87ef79-b5d5-4d2e-9bba-270998fda461'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6a87ef79-b5d5-4d2e-9bba-270998fda461 does not exist", "detail": ""}}' 2023-07-21 15:57:51,168 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b1db1768-088f-4a3c-ace1-fc04f46ceefa 0.663s 2023-07-21 15:57:51,168 79570 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-0ce51223-5155-48da-97fa-45ae294ef486', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:57:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b1db1768-088f-4a3c-ace1-fc04f46ceefa'} Body: b'' 2023-07-21 15:57:51,218 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/57d462fdfd384df78d ecce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.050s 2023-07-21 15:57:51,219 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:51 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-9c93f482-d82a-4f8a-882d-4b0f088efe07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'' 2023-07-21 15:57:51,242 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.023s 2023-07-21 15:57:51,243 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c0e148-2cc3-44f4-8b1b-225dc585379c', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c0e148-2cc3-44f4-8b1b-225dc585379c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": "2023-07-21T15:57:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:52,278 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.028s 2023-07-21 15:57:52,278 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba2007aa-cf20-4f10-ba9f-adcf196c50fa', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba2007aa-cf20-4f10-ba9f-adcf196c50fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": "2023-07-21T15:57:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:53,319 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.036s 2023-07-21 15:57:53,319 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicatio n/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bab6d88-e09f-4f27-9857-7fe23f47c4ac', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bab6d88-e09f-4f27-9857-7fe23f47c4ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": "2023-07-21T15:57:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:54,380 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.057s 2023-07-21 15:57:54,381 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a57752ff-652b-4969-a932-5fb3da46cd25', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a57752ff-652b-4969-a932-5fb3da46cd25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"snapshot": {"id": "01087faf-05e2-45eb-839a-30a94758379c", "created_at": "2023-07-21T15:57:40.000000", "updated_at": "2023-07-21T15:57:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-673731164", "description": null, "volume_id": "adb247ee-b659-4e71-9d09-f63c1441c69b", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "57d462fdfd384df78decce2ff2ca899d", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 15:57:55,408 79570 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c 0.021s 2023-07-21 15:57:55,408 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:55 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-016e837b-3b8f-48ac-baa6-f6bfef186ef8', 'x-openstack-request-id': 'req-016e837b-3b8f-48ac-baa6-f6bfef186ef8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/57d462fdfd384df78decce2ff2ca899d/snapshots/01087faf-05e2-45eb-839a-30a94758379c'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 01087faf-05e2-45eb-839a-30a94758379c could not be found."}}' setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON) ------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 52, in resource_setup server = cls.create_test_server(adminPass=cls.password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.api.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-21 15:57:57,198 79568 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.133s 2023-07-21 15:57:57,198 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:57 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-7abcbd6f-323e-4cbc-9847-356a090114b7', '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": "a808468a93694a33b8475e3c3845df30", "name": "tempest-VolumesNegativeTest-743143467-project-member", "password_expires_at": null}, "audit_ids": ["nsndDeX8S56o_StljrYfDg"], "expires_at": "2023-07-21T16:57:57.000000Z", "issued_at": "2023-07-21T15:57:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec013381452e44aea84a3954edb2a15b", "name": "tempest-VolumesNegativeTest-743143467"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ec013381452e44aea84a3954edb2a15b", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ec013381452e44aea84a3954edb2a15b", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ec013381452e44aea84a3954edb2a15b", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:57:57,199 79568 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-21 15:57:57,235 79568 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.034s 2023-07-21 15:57:57,235 79568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Con tent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesNegativeTest-instance-1730876485", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57: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-f2641cbc-1646-45a4-93bf-433248af36ef', 'x-compute-request-id': 'req-f2641cbc-1646-45a4-93bf-433248af36ef', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 15:57:37,236 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes 1.591s 2023-07-21 15:57:37,236 79562 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-1012776290", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7973858a-d71c-4483-89aa-13b2d08ac284', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7973858a-d71c-4483-89aa-13b2d08ac284', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.067330", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:37,337 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.089s 2023-07-21 15:57:37,337 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4fcd7e2-70a6-4976-9df3-ff7f63641441', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4fcd7e2-70a6-4976-9df3-ff7f63641441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:38,449 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.084s 2023-07-21 15:57:38,450 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4e5bee3-fc05-4ee4-9ec7-a3af1f8ccec1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4e5bee3-fc05-4ee4-9ec7-a3af1f8ccec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": "2023-07-21T15:57:37.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:39,536 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.064s 2023-07-21 15:57:39,537 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b27f93d3-2c4e-4c1d-8e2c-28da3a71c8b8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b27f93d3-2c4e-4c1d-8e2c-28da3a71c8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": "2023-07-21T15:57:37.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:40,628 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.069s 2023-07-21 15:57:40,629 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e2b3534-b434-4257-bd7b-2c640eb20fea', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e2b3534-b434-4257-bd7b-2c640eb20fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": "2023-07-21T15:57:37.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:41,726 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.081s 2023-07-21 15:57:41,727 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f90b61b-8663-47ed-87eb-60ffab39844e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f90b61b-8663-47ed-87eb-60ffab39844e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": "2023-07-21T15:57:37.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:42,782 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767 0.043s 2023-07-21 15:57:42,868 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b086c56-936f-4a70-9f2e-a1cf6978b124', 'content-length': '1364', 'openstack-a pi-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b086c56-936f-4a70-9f2e-a1cf6978b124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767'} Body: b'{"volume": {"id": "810e4a1e-0656-4c4f-b89d-234d467f6767", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:37.000000", "updated_at": "2023-07-21T15:57:42.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1012776290", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/810e4a1e-0656-4c4f-b89d-234d467f6767"}], "user_id": "ac7d23b182f141809c9020645014c679", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:42,879 79562 INFO [tempest.common.waiters] volume 810e4a1e-0656-4c4f-b89d-234d467f6767 reached available after waiting for 5.879072 seconds 2023-07-21 15:57:43,371 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes 0.465s 2023-07-21 15:57:43,371 79562 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-372499432"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d48752ac-bad6-417c-91de-f951746f767c', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d48752ac-bad6-417c-91de-f951746f767c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes'} Body: b'{"volume": {"id": "a09e2abe-649d-4683-9759-c67e0428cd95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:43.250860", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-372499432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:43,454 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95 0.065s 2023-07-21 15:57:43,454 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898151b4-0a85-4481-80a7-e677c7b3faa9', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898151b4-0a85-4481-80a7-e677c7b3faa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95'} Body: b'{"volume": {"id": "a09e2abe-649d-4683-9759-c67e0428cd95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:43.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-372499432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:44,526 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95 0.052s 2023-07-21 15:57:44,526 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-263841f2-d171-48bc-b7fe-cf14968a6402', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-263841f2-d171-48bc-b7fe-cf14968a6402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95'} Body: b'{"volume": {"id": "a09e2abe-649d-4683-9759-c67e0428cd95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:43.000000", "updated_at": "2023-07-21T15:57:43.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-372499432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:45,614 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95 0.076s 2023-07-21 15:57:45,615 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-645f3914- 3c6e-463b-8b94-7036317deedd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-645f3914-3c6e-463b-8b94-7036317deedd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95'} Body: b'{"volume": {"id": "a09e2abe-649d-4683-9759-c67e0428cd95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:43.000000", "updated_at": "2023-07-21T15:57:43.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-372499432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:46,704 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95 0.066s 2023-07-21 15:57:46,705 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b103475d-4d33-41f6-9e70-023f85c93761', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b103475d-4d33-41f6-9e70-023f85c93761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95'} Body: b'{"volume": {"id": "a09e2abe-649d-4683-9759-c67e0428cd95", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:43.000000", "updated_at": "2023-07-21T15:57:46.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-372499432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/a09e2abe-649d-4683-9759-c67e0428cd95"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:46,716 79562 INFO [tempest.common.waiters] volume a09e2abe-649d-4683-9759-c67e0428cd95 reached available after waiting for 3.716233 seconds 2023-07-21 15:57:47,085 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes 0.368s 2023-07-21 15:57:47,085 79562 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-1783706955"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71376325-5862- 4c1c-bc6d-349e16e4755f', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71376325-5862-4c1c-bc6d-349e16e4755f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes'} Body: b'{"volume": {"id": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:46.980135", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1783706955", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:57:47,170 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292 0.069s 2023-07-21 15:57:47,170 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-352dcf31-ee96-4e8b-8253-bfd946e37ed3', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-352dcf31-ee96-4e8b-8253-bfd946e37ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292'} Body: b'{"volume": {"id": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:47.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1783706955", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:48,239 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292 0.046s 2023-07-21 15:57:48,239 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fafa29f-0aa6-4553-92ef-59c1b7a59e6b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fafa29f-0aa6-4553-92ef-59c1b7a59e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292'} Body : b'{"volume": {"id": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:47.000000", "updated_at": "2023-07-21T15:57:47.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1783706955", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:49,316 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292 0.066s 2023-07-21 15:57:49,316 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb4c5e6-cf5a-455f-a3e4-9a73cb64d2db', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb4c5e6-cf5a-455f-a3e4-9a73cb64d2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292'} Body: b'{"volume": {"id": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:47.000000", "updated_at": "2023-07-21T15:57:47.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1783706955", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:50,388 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292 0.052s 2023-07-21 15:57:50,389 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb2b4b61-defc-424c-8a12-a04bf7937410', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb2b4b61-defc-424c-8a12-a04bf7937410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292'} Body: b'{"volume": {"id": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:57:47.000000", "updated_at": "2023-07-21T15:57:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1783706955", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0920b5e5f63427dad79b054f91d5675/volumes/18b0cff6-1862-4e30-a6f3-ca71a9192292"}], "user_id": "ac7d23b182f141809c9020645014c679", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:50,409 79562 INFO [tempest.common.waiters] volume 18b0cff6-1862-4e30-a6f3-ca71a9192292 reached available after waiting for 3.409772 seconds 2023-07-21 15:57:52,094 79562 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.684s 2023-07-21 15:57:52,094 79562 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-671182917"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-7948962e-8620-4792-8bd6-be0731b161b0', 'date': 'Fri, 21 Jul 2023 15:57:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"936e3752-5274-496e-9b72-c9bcff85514e","name":"tempest-device-tagging-net1-671182917","tenant_id":"f0920b5e5f63427dad79b054f91d5675","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"f0920b5e5f63427dad79b054f91d5675","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-21T15:57:50Z","updated_at":"2023-07-21T15:57:50Z","revision_number":1}}' 2023-07-21 15:57:53,316 79562 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.221s 2023-07-21 15:57:53,316 79562 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-1319183128"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-de828bf0-6497-4df3-8d21-6562b7b6b4c9', 'date': 'Fri, 21 Jul 2023 15:57:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa","name":"tempest-device-tagging-net2-1319183128","tenant_id":"f0920b5e5f63427dad79b054f91d5675","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"f0920b5e5f63427dad79b054f91d5675","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-21T15:57:52Z","updated_at":"2023-07-21T15:57:52Z","revision_number":1}}' 2023-07-21 15:57:55,177 79562 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 1.860s 2023-07-21 15:57:55,178 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "936e3752-5274-496e-9b72-c9bcff85514e", "cidr": "10.1.1.0/24", "ip_version": 4} } Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-a3bed4b4-955c-488b-a684-b3653e83fb7d', 'date': 'Fri, 21 Jul 2023 15:57:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"3d871601-211e-4cb7-8cd4-705340e3e874","name":"","tenant_id":"f0920b5e5f63427dad79b054f91d5675","network_id":"936e3752-5274-496e-9b72-c9bcff85514e","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-21T15:57:53Z","updated_at":"2023-07-21T15:57:53Z","revision_number":0,"project_id":"f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:56,853 79562 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 1.675s 2023-07-21 15:57:56,854 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-78aee613-cc7b-4e25-a5a4-04356e0e5530', 'date': 'Fri, 21 Jul 2023 15:57:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"9de37c46-f28c-4855-9229-c1e907ea02be","name":"","tenant_id":"f0920b5e5f63427dad79b054f91d5675","network_id":"cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa","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-21T15:57:55Z","updated_at":"2023-07-21T15:57:55Z","revision_number":0,"project_id":"f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:57,516 79562 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 0.662s 2023-07-21 15:57:57,516 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "936e3752-5274-496e-9b72-c9bcff85514e", "name": "tempest-TaggedBootDevicesTest_v242-870786035", "fixed_ips": [{"subnet_id": "3d871601-211e-4cb7-8cd4-705340e3e874"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-8d5090ae-1aa9-43dd-9887-6af8fe50c556', 'date': 'Fri, 21 Jul 2023 15:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"0ca9fa9a-5dd0-4d48-a6a0-ba8bed4ead5d","name":"tempest-TaggedBootDevicesTest_v242-870786035","network_id":"936e3752-5274-496e-9b72-c9bcff85514e","tenant_id":"f0920b5e5f63427dad79b054f91d5675","mac_address":"fa:16:3e:82:49:3e","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"3d871601-211e-4cb7-8cd4-705340e3e874","ip_address":"10.1.1.34"}],"project_id":"f0920b5e5f63427dad79b054f91d5675","port_security_enabled":true,"security_groups":["8695f913-2455-4724-a929-a4f4dbcf0411"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T15:57:56Z","updated_at":"2023-07-21T15:57:57Z","revision_number":1}}' 2023-07-21 15:57:58,314 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTes t_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.796s 2023-07-21 15:57:58,314 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "936e3752-5274-496e-9b72-c9bcff85514e", "name": "tempest-TaggedBootDevicesTest_v242-1360196088", "fixed_ips": [{"subnet_id": "3d871601-211e-4cb7-8cd4-705340e3e874"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-2a5aa5fa-211f-40ce-974c-2d8d0852afe2', 'date': 'Fri, 21 Jul 2023 15:57:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"9278a4a3-370a-4c8f-a38d-910a9f1c4b2f","name":"tempest-TaggedBootDevicesTest_v242-1360196088","network_id":"936e3752-5274-496e-9b72-c9bcff85514e","tenant_id":"f0920b5e5f63427dad79b054f91d5675","mac_address":"fa:16:3e:66:2f:6c","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"3d871601-211e-4cb7-8cd4-705340e3e874","ip_address":"10.1.1.221"}],"project_id":"f0920b5e5f63427dad79b054f91d5675","port_security_enabled":true,"security_groups":["8695f913-2455-4724-a929-a4f4dbcf0411"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T15:57:57Z","updated_at":"2023-07-21T15:57:57Z","revision_number":1}}' 2023-07-21 15:57:58,315 79562 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:57:58,315 79562 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:57:58,388 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.070s 2023-07-21 15:57:58,388 79562 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-75119072", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLUdDWrVgrgc1hzAGVPSD1iIbwhhGzpKLOygGZMHCbdEOZMEM8x/k7JeZEVFh0DzH+sTpv1ZfyYaYMD+MrgOtqL3B+iioG1B10n7C07wTgygKzOsgNteNICaK2t0vwQmyg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', '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-a79c4d2f-9271-475c-aa3c-4843d249400c', 'x-compute-request-id': 'req-a79c4d2f-9271-475c-aa3c-4843d249400c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-75119072", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLUdDWrVgrgc1hzAGVPSD1iIbwhhGzpKLOygGZMHCbdEOZMEM8x/k7JeZEVFh0DzH+sTpv1ZfyYaYMD+MrgOtqL3B+iioG1B10n7C07wTgygKzOsgNteNICaK2t0vwQmyg==", "fingerprint": "07:2a:87:b5:64:d5:5a:fa:87:44:4c:98:0d:63:2f:3d", "user_id": "ac7d23b182f141809c9020645014c679"}}' 2023-07-21 15:57:58,391 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-75119072 created 2023-07-21 15:57:58,644 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.253s 2023-07-21 15:57:58,644 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "t empest-securitygroup--1599357420", "description": "tempest-description--1942772294"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-eec941ba-14bf-4c91-87ed-837c932eb4c3', 'date': 'Fri, 21 Jul 2023 15:57:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "name": "tempest-securitygroup--1599357420", "stateful": true, "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "description": "tempest-description--1942772294", "shared": false, "security_group_rules": [{"id": "706059fe-89cd-4733-a2c0-32c018eb7211", "project_id": "f0920b5e5f63427dad79b054f91d5675", "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "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": 766, "description": null, "tags": [], "created_at": "2023-07-21T15:57:58Z", "updated_at": "2023-07-21T15:57:58Z", "revision_number": 0}, {"id": "72b03b85-5569-4b19-bb8b-df25010d7cff", "project_id": "f0920b5e5f63427dad79b054f91d5675", "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "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": 767, "description": null, "tags": [], "created_at": "2023-07-21T15:57:58Z", "updated_at": "2023-07-21T15:57:58Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:57:58Z", "updated_at": "2023-07-21T15:57:58Z", "revision_number": 1, "project_id": "f0920b5e5f63427dad79b054f91d5675"}}' 2023-07-21 15:57:59,067 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.422s 2023-07-21 15:57:59,068 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "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-63260f8b-6254-4ede-be97-a311fcb5b223', 'date': 'Fri, 21 Jul 2023 15:57:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e562a12-b701-4676-a765-0d1fd6ba1d0c", "project_id": "f0920b5e5f63427dad79b054f91d5675", "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "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-21T15:57:58Z", "updated_at": "2023-07-21T15:57:58Z", "revision_number": 0}}' 2023-07-21 15:57:59,391 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.323s 2023-07-21 15:57:59,391 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'a pplication/json', 'content-length': '570', 'x-openstack-request-id': 'req-c1f11caf-e6eb-4727-b2b5-0e69dae8ed2d', 'date': 'Fri, 21 Jul 2023 15:57:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2184208-d778-4dbd-a21b-707ef15c296c", "project_id": "f0920b5e5f63427dad79b054f91d5675", "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "security_group_id": "2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75", "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-21T15:57:59Z", "updated_at": "2023-07-21T15:57:59Z", "revision_number": 0}}' 2023-07-21 15:57:59,392 79562 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1599357420 created 2023-07-21 15:58:01,521 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.129s 2023-07-21 15:58:01,522 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-db08aaaf-a803-4d35-b646-590f259fda0c', 'date': 'Fri, 21 Jul 2023 15:58:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e381e676-f56c-4c57-8a4c-cb04c44bd5f6", "tenant_id": "f0920b5e5f63427dad79b054f91d5675", "floating_ip_address": "172.24.4.107", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f0920b5e5f63427dad79b054f91d5675", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:58:00Z", "updated_at": "2023-07-21T15:58:00Z", "revision_number": 0}}' 2023-07-21 15:58:01,522 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e381e676-f56c-4c57-8a4c-cb04c44bd5f6', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:00Z', 'updated_at': '2023-07-21T15:58:00Z', 'revision_number': 0, 'ip': '172.24.4.107'} created 2023-07-21 15:58:01,623 79562 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.094s 2023-07-21 15:58:01,624 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:01 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-034c6c03-763c-45f0-96ce-2cf7fb1ee64a', '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": "ac7d23b182f141809c9020645014c679", "name": "tempest-TaggedBootDevicesTest_v242-1013373544-project-member", "password_expires_at": null}, "audit_ids": ["-XyOuEYYSoucNClq-hlmSQ"], "exp ires_at": "2023-07-21T16:58:01.000000Z", "issued_at": "2023-07-21T15:58:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f0920b5e5f63427dad79b054f91d5675", "name": "tempest-TaggedBootDevicesTest_v242-1013373544"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:58:01,624 79562 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'cf842abe-b41b-493d-889c-9ccc0a963086', 'name': 'tempest-TaggedBootDevicesTest_v242-221307747-network', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20533, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:57:01Z', 'updated_at': '2023-07-21T15:57:01Z', 'revision_number': 1} available for tenant 2023-07-21 15:58:01,678 79562 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.049s 2023-07-21 15:58:01,678 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:01 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-34d503f1-9a66-4bad-8e4c-36cd3e59e40c', '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": "ac7d23b182f141809c9020645014c679", "name": "tempest-TaggedBootDevicesTest_v242-1013373544-project-member", "password_expires_at": null}, "audit_ids": ["YZuIjkfpTe6HJYBdjn9x6g"], "expires_at": "2023-07-21T16:58:01.000000Z", "issued_at": "2023-07-21T15:58:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f0920b5e5f63427dad79b054f91d5675", "name": "tempest-TaggedBootDevicesTest_v242-1013373544"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0920b5e5f63427dad79b054f91d5675", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:58:01,678 79562 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'cf842abe-b41b-493d-889c-9ccc0a963086', 'name': 'tempest-TaggedBootDevicesTest_v242-221307747-network', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20533, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:57:01Z', 'updated_at': '2023-07-21T15:57:01Z', 'revision_number': 1} available for tenant 2023-07-21 15:58:01,679 79562 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-75119072', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzOD QAAABhBLUdDWrVgrgc1hzAGVPSD1iIbwhhGzpKLOygGZMHCbdEOZMEM8x/k7JeZEVFh0DzH+sTpv1ZfyYaYMD+MrgOtqL3B+iioG1B10n7C07wTgygKzOsgNteNICaK2t0vwQmyg==', 'fingerprint': '07:2a:87:b5:64:d5:5a:fa:87:44:4c:98:0d:63:2f:3d', 'user_id': 'ac7d23b182f141809c9020645014c679', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAccxGao/iAl1A5caiz/TwU8gL0Xque1nKTtLc1by2/1WxtuHcXc9qG\n60wuGKFs7/igBwYFK4EEACKhZANiAAS1HQ1q1YK4HNYcwBlT0g9YiG8IYRs6Sizs\noBmTBwm3RDmTBDPMf5OyXmRFRYdA8x/rE6b9WX8mGmDA/jK4Drai9wfooqBtQddJ\n+wtO8E4MoCszrIDbXjSAmitrdL8EJso=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75', 'name': 'tempest-securitygroup--1599357420', 'stateful': True, 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'description': 'tempest-description--1942772294', 'shared': False, 'security_group_rules': [{'id': '706059fe-89cd-4733-a2c0-32c018eb7211', 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'security_group_id': '2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75', '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': 766, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:58Z', 'updated_at': '2023-07-21T15:57:58Z', 'revision_number': 0}, {'id': '72b03b85-5569-4b19-bb8b-df25010d7cff', 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'security_group_id': '2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75', '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': 767, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:57:58Z', 'updated_at': '2023-07-21T15:57:58Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:57:58Z', 'updated_at': '2023-07-21T15:57:58Z', 'revision_number': 1, 'project_id': 'f0920b5e5f63427dad79b054f91d5675'}, 'floating_ip': {'id': 'e381e676-f56c-4c57-8a4c-cb04c44bd5f6', 'tenant_id': 'f0920b5e5f63427dad79b054f91d5675', 'floating_ip_address': '172.24.4.107', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f0920b5e5f63427dad79b054f91d5675', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:00Z', 'updated_at': '2023-07-21T15:58:00Z', 'revision_number': 0, 'ip': '172.24.4.107'}} 2023-07-21 15:58:01,724 79562 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.044s 2023-07-21 15:58:01,724 79562 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-1524976112", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "cf842abe-b41b-493d-889c-9ccc0a963086"}, {"port": "0ca9fa9a-5dd0-4d48-a6a0-ba8bed4ead5d", "tag": "port-1"}, {"port": "9278a4a3-370a-4c8f-a38d-910a9f1c4b2f", "tag": "port-2"}, {"uuid": "936e3752-5274-496e-9b72-c9bcff85514e", "tag": "net-1"}, {"uuid": "936e3752-5274-496e-9b72-c9bcff85514e"}, {"uuid": "cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "810e4a1e-0656-4c4f-b89d-234d467f6767", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "a09e2abe-649d-4683-9759-c67e0428cd95", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "18b0cff6-1862-4e30-a6f3-ca71a9192292", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1599357420"}], "key_name": "tempest-keypair-75119072", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:01 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-b65f2dd2-213a-4f13-8856-f9d1f3fea035', 'x-compute-request-id': 'req-b65f2dd2-213a-4f13-8856-f9d1f3fea035', '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-21 15:58:01,767 79562 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-75119072 0.042s 2023-07-21 15:58:01,768 79562 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': 'Fri, 21 Jul 2023 15:58:01 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-66af5177-441c-4ae6-9c97-d9b3ee81c1bd', 'x-compute-request-id': 'req-66af5177-441c-4ae6-9c97-d9b3ee81c1bd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-75119072'} Body: b'' 2023-07-21 15:58:01,980 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75 0.211s 2023-07-21 15:58:01,980 79562 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-3bf43add-9246-433d-ae53-e5ed222ab1de', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75'} Body: b'' 2023-07-21 15:58:02,020 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75 0.038s 2023-07-21 15:58:02,020 79562 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-f48abad7-45a0-4bc4-9ab0-4f389e7227d6', 'date': 'Fri, 21 Jul 2023 15:58:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2f7e51f6-c5cc-4d8f-b4b1-1a4f57157d75 does not exist", "detail": ""}}' 2023-07-21 15:58:02,625 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e381e676-f56c-4c57-8a4c-cb04c44bd5f6 0.603s 2023-07-21 15:58:02,625 79562 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-7379cb75-7a8d-4664-8a24-aa376fa1e79e', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e381e676-f56c-4c57-8a4c-cb04c44bd5f6'} Body: b'' 2023-07-21 15:58:03,433 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/9278a4a3-370a-4c8f-a38d-910a9f1c4b2f 0.807s 2023-07-21 15:58:03,433 79562 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-747fe047-02ad-40b6-979c-d394b9eddb86', 'date': 'Fri, 21 Jul 2023 15:58:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/9278a4a3-370a-4c8f-a38d-910a9f1c4b2f'} Body: b'' 2023-07-21 15:58:03,990 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/0ca9fa9a-5dd0-4d48-a6a0-ba8bed4ead5d 0.556s 2023-07-21 15:58:03,990 79562 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-28da7ef9-1e2d-484f-be92-cd997318ce30', 'date': 'Fri, 21 Jul 2023 15:58:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/0ca9fa9a-5dd0-4d48-a6a0-ba8bed4ead5d'} Body: b'' 2023-07-21 15:58:04,446 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/9de37c46-f28c-4855-9229-c1e907ea02be 0.454s 2023-07-21 15:58:04,446 79562 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-d4cf99d4-b8b5-40be-b877-4b1ac39c9273', 'date': 'Fri, 21 Jul 2023 15:58:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/9de37c46-f28c-4855-9229-c1e907ea02be'} Body: b'' 2023-07-21 15:58:04,886 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/3d871601-211e-4cb7-8cd4-705340e3e874 0.439s 2023-07-21 15:58:04,887 79562 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-996e781b-cb12-4f7c-86a1-60fd5f9d63c8', 'date': 'Fri, 21 Jul 2023 15:58:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/3d871601-211e-4cb7-8cd4-705340e3e874'} Body: b'' 2023-07-21 15:58:07,262 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa 2.374s 2023-07-21 15:58:07,262 79562 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-0d690c58-ace9-4132-be88-1044a2f3d4ac', 'date': 'Fri, 21 Jul 2023 15:58:07 GMT', 'connection': 'close', 'st atus': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/cb2b72e4-0c76-44a7-a9cc-26d6ea4cc2aa'} Body: b'' 2023-07-21 15:58:08,160 79562 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/936e3752-5274-496e-9b72-c9bcff85514e 0.898s 2023-07-21 15:58:08,161 79562 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-2aef87ca-75e9-438a-a372-0300a11c8a57', 'date': 'Fri, 21 Jul 2023 15:58:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/936e3752-5274-496e-9b72-c9bcff85514e'} Body: b'' setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.api.compute.volumes.test_attach_volume.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-21 15:58:20,920 79566 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:58:20,920 79566 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:58:21,102 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.177s 2023-07-21 15:58:21,102 79566 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-1197926739", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCvrXBi07yGPdyTluoX41yHYTC6n2EL5MY67tcpEdekDJH5rx2xGGlCy+95yS3l4zLogp+SzNE0gCw4iqYSVYWtl+fitdx8Xe6DLjx84igq3/Er5BueI4/mihYEhyzZaJQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84cb2b38-fb24-464a-99c9-effc0698ffd6', 'x-compute-request-id': 'req-84cb2b38-fb24-464a-99c9-effc0698ffd6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1197926739", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCvrXBi07yGPdyTluoX41yHYTC6n2EL5MY67tcpEdekDJH5rx2xGGlCy+95yS3l4zLogp+SzNE0gCw4iqYSVYWtl+fitdx8Xe6DLjx84igq3/Er5BueI4/mihYEhyzZaJQ==", "fingerprint": "25:d0:00:e8:a8:5b:e0:6c:53:bc:52:aa:95:7c:2e:27", "user_id": "ad2dbfd25bd2439c82e82f76a38c9901"}}' 2023-07-21 15:58:21,111 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1197926739 created 2023-07-21 15:58:21,296 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.184s 2023-07-21 15:58:21,296 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1600527511", "description": "tempest-description--1754533384"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-d89aa847-7845-4c5b-82ae-e70643e281e1', 'date': 'Fri, 21 Jul 2023 15:58:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "name": "tempest-securitygroup--1600527511", "stateful": true, "tenant_id": "106d90e7546a4c73adf822d999b43c74", "description": "tempest-description--1754533384", "shared": false, "security_group_rules": [{"id": "6c599084-f91f-4370-9b23-b84e34cbdd9b", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "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": 820, "description": null, "tags": [], "created_at": "2023-07-21T15:58:21Z", "updated_at": "2023-07-21T15:58:21Z", "revision_number": 0}, {"id": "c6e9c25d-851b-457f-8e5d-2a5db91ab206", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "ethertype": "IPv4", "direction": "egress", "protocol": null, "po rt_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": 819, "description": null, "tags": [], "created_at": "2023-07-21T15:58:21Z", "updated_at": "2023-07-21T15:58:21Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:58:21Z", "updated_at": "2023-07-21T15:58:21Z", "revision_number": 1, "project_id": "106d90e7546a4c73adf822d999b43c74"}}' 2023-07-21 15:58:21,545 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.248s 2023-07-21 15:58:21,545 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "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-96a43714-8ba9-415f-859e-1c57ec45d653', 'date': 'Fri, 21 Jul 2023 15:58:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9f3f8800-badb-45eb-8886-7708bffa5036", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "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-21T15:58:21Z", "updated_at": "2023-07-21T15:58:21Z", "revision_number": 0}}' 2023-07-21 15:58:21,753 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.207s 2023-07-21 15:58:21,753 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7c820fba-758c-48e7-839c-c895b9ca3a87', 'date': 'Fri, 21 Jul 2023 15:58:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d7d67e97-ae30-4e07-b3eb-97c0c00e7b04", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278", "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-21T15:58:21Z", "updated_at": "2023-07-21T15:58:21Z", "revision_number": 0}}' 2023-07-21 15:58:21,753 79566 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1600527511 created 2023-07-21 15:58:22,628 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.873s 2023-07-21 15:58:22,632 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-34f53d1e-1d45-4edd-b772-625a48cc19d6', 'date': 'Fri, 21 Jul 2023 15:58:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a3fa7998-c734-427e-8ff0-831eec013278", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "floating_ip_address": "172.24.4.151", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "106d90e7546a4c73adf822d999b43c74", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:58:22Z", "updated_at": "2023-07-21T15:58:22Z", "revision_number": 0}}' 2023-07-21 15:58:22,633 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a3fa7998-c734-427e-8ff0-831eec013278', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'floating_ip_address': '172.24.4.151', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:22Z', 'updated_at': '2023-07-21T15:58:22Z', 'revision_number': 0, 'ip': '172.24.4.151'} created 2023-07-21 15:58:22,677 79566 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.038s 2023-07-21 15:58:22,677 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:22 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-e1605f5c-eb4d-4725-bbdc-9ebf74f7d863', '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": "ad2dbfd25bd2439c82e82f76a38c9901", "name": "tempest-AttachVolumeShelveTestJSON-1443533822-project-member", "password_expires_at": null}, "audit_ids": ["1yKKc13yQg6oha0ee8CiaQ"], "expires_at": "2023-07-21T16:58:22.000000Z", "issued_at": "2023-07-21T15:58:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "106d90e7546a4c73adf822d999b43c74", "name": "tempest-AttachVolumeShelveTestJSON-1443533822"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{" id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:58:22,678 79566 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '29881b15-6199-47f8-849f-aa62ade5b441', 'name': 'tempest-AttachVolumeShelveTestJSON-821632270-network', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '106d90e7546a4c73adf822d999b43c74', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19072, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:58:13Z', 'updated_at': '2023-07-21T15:58:13Z', 'revision_number': 1} available for tenant 2023-07-21 15:58:22,678 79566 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1197926739', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCvrXBi07yGPdyTluoX41yHYTC6n2EL5MY67tcpEdekDJH5rx2xGGlCy+95yS3l4zLogp+SzNE0gCw4iqYSVYWtl+fitdx8Xe6DLjx84igq3/Er5BueI4/mihYEhyzZaJQ==', 'fingerprint': '25:d0:00:e8:a8:5b:e0:6c:53:bc:52:aa:95:7c:2e:27', 'user_id': 'ad2dbfd25bd2439c82e82f76a38c9901', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDE/CLyMs6f7tfY20yb9ZANx/P+g4oHl6tvsRJpcbHteiIgCygSH1EG\nhENNu2OlMXKgBwYFK4EEACKhZANiAAQr61wYtO8hj3ck5bqF+Nch2Ewup9hC+TGO\nu7XKRHXpAyR+a8dsRhpQsvveckt5eMy6IKfkszRNIAsOIqmElWFrZfn4rXcfF3ug\ny48fOIoKt/xK+QbniOP5ooWBIcs2WiU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278', 'name': 'tempest-securitygroup--1600527511', 'stateful': True, 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'description': 'tempest-description--1754533384', 'shared': False, 'security_group_rules': [{'id': '6c599084-f91f-4370-9b23-b84e34cbdd9b', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'security_group_id': '6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278', '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': 820, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:58:21Z', 'updated_at': '2023-07-21T15:58:21Z', 'revision_number': 0}, {'id': 'c6e9c25d-851b-457f-8e5d-2a5db91ab206', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'security_group_id': '6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278', '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': 819, 'description': None, 'tags': [], ' created_at': '2023-07-21T15:58:21Z', 'updated_at': '2023-07-21T15:58:21Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:58:21Z', 'updated_at': '2023-07-21T15:58:21Z', 'revision_number': 1, 'project_id': '106d90e7546a4c73adf822d999b43c74'}, 'floating_ip': {'id': 'a3fa7998-c734-427e-8ff0-831eec013278', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'floating_ip_address': '172.24.4.151', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:22Z', 'updated_at': '2023-07-21T15:58:22Z', 'revision_number': 0, 'ip': '172.24.4.151'}} 2023-07-21 15:58:22,706 79566 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.027s 2023-07-21 15:58:22,707 79566 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-105848469", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "29881b15-6199-47f8-849f-aa62ade5b441"}], "security_groups": [{"name": "tempest-securitygroup--1600527511"}], "key_name": "tempest-keypair-1197926739", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:22 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-b7a906e6-5d7e-450e-b650-a19d77087619', 'x-compute-request-id': 'req-b7a906e6-5d7e-450e-b650-a19d77087619', '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-21 15:58:22,753 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1197926739 0.044s 2023-07-21 15:58:22,754 79566 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': 'Fri, 21 Jul 2023 15:58:22 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-63a58d93-42a6-435f-ac8b-fcea2b20d5ca', 'x-compute-request-id': 'req-63a58d93-42a6-435f-ac8b-fcea2b20d5ca', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1197926739'} Body: b'' 2023-07-21 15:58:23,120 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278 0.365s 2023-07-21 15:58:23,120 79566 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-7f59bab1-d7a4-44ee-85bf-2a37538314a1', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http ://10.0.0.210:9696/networking/v2.0/security-groups/6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278'} Body: b'' 2023-07-21 15:58:23,138 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278 0.017s 2023-07-21 15:58:23,138 79566 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-ec1aaa33-79c1-4fac-b974-e62148ed0e57', 'date': 'Fri, 21 Jul 2023 15:58:23 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6ed0ca4e-f63d-4862-9cc3-d0dcbbc3f278 does not exist", "detail": ""}}' 2023-07-21 15:58:24,013 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a3fa7998-c734-427e-8ff0-831eec013278 0.874s 2023-07-21 15:58:24,013 79566 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-51dd47f8-aa84-438d-bbd3-c15217466438', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a3fa7998-c734-427e-8ff0-831eec013278'} 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-21 15:58:24,017 79566 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:58:24,017 79566 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:58:24,079 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.059s 2023-07-21 15:58:24,080 79566 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-1106833670", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG2u7bnJMKJGVzau0nE7Z0nH3mMLMUOlO0GBrWL10HFGyx/7xA46N7DkedL+p9ydu7Gc0Z5Yzo/a+og7XlJNIg/jpbz87DY8rpcbPrI088hvnbGk1Lhfx+/97wmSPYiosA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da9f2fbf-8864-47fe-b9ce-82212dae7638', 'x-compute-request-id': 'req-da9f2fbf-8864-47fe-b9ce-82212dae7638', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1106833670", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG2u7bnJMKJGVzau0nE7Z0nH3mMLMUOlO0GBrWL10HFGyx/7xA46N7DkedL+p9ydu7Gc0Z5Yzo/a+og7XlJNIg/jpbz87DY8rpcbPrI088hvnbGk1Lhfx+/97wmSPYiosA==", "fingerprint": "3e:76:a3:ff:88:b9:84:73:ab:b3:ae:51:d2:07:c0:06", "user_id": "ad2dbfd25bd2439c82e82f76a38c9901"}}' 2023-07-21 15:58:24,082 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1106833670 created 2023-07-21 15:58:24,263 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.180s 2023-07-21 15:58:24,263 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1295712207", "description": "tempest-description--131354113"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-348a364c-bd72-479d-91ef-0fd18f6b80a9', 'date': 'Fri, 21 Jul 2023 15:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "name": "tempest-securitygroup--1295712207", "stateful": true, "tenant_id": "106d90e7546a4c73adf822d999b43c74", "description": "tempest-description--131354113", "shared": false, "security_group_rules": [{"id": "1b02c518-7493-4de0-a9d6-c9965d676cfd", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "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": 832, "description": null, "tags": [], "created_at": "2023-07-21T15:58:24Z", "updated_at": "2023-07-21T15:58:24Z", "revision_number": 0}, {"id": "244c3d58-bd98-4681-bbbc-2b6882a0c819", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "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": 831, "description": null, "tags": [], "created_at": "2023-07-21T15:58:24Z", "updated_at": "2023-07-21T15:58:24Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:58:24Z", "updated_at": "2023-07-21T15:58:24Z", "revision_number": 1, "project_id": "106d90e7546a4c73adf822d999b43c74"}}' 2023-07-21 15:58:24,431 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.167s 2023-07-21 15:58:24,431 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "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-e6e59a1a-f971-49bf-bdf1-95caa08cba5a', 'date': 'Fri, 21 Jul 2023 15:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c924bd63-2310-4415-8901-c56830691e21", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "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-21T15:58:24Z", "updated_at": "2023-07-21T15:58:24Z", "revision_number": 0}}' 2023-07-21 15:58:24,610 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-07-21 15:58:24,610 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ed01bcfd-dc1d-41ce-94ea-8d1056a633ba', 'date': 'Fri, 21 Jul 2023 15:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "95aac176-9002-4eff-a273-3585e8bc8492", "project_id": "106d90e7546a4c73adf822d999b43c74", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "security_group_id": "3406e111-0901-4b6c-b3b4-4804ddbffb05", "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-21T15:58:24Z", "updated_at": "2023-07-21T15:58:24Z", "revision_number": 0}}' 2023-07-21 15:58:24,610 79566 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1295712207 created 2023-07-21 15:58:25,819 79566 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.208s 2023-07-21 15:58:25,820 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'cont ent-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-9d229076-6437-434e-bb6b-dadefc12a6b8', 'date': 'Fri, 21 Jul 2023 15:58:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e4e70201-ed93-4956-9da1-e242ab19e104", "tenant_id": "106d90e7546a4c73adf822d999b43c74", "floating_ip_address": "172.24.4.72", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "106d90e7546a4c73adf822d999b43c74", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:58:25Z", "updated_at": "2023-07-21T15:58:25Z", "revision_number": 0}}' 2023-07-21 15:58:25,821 79566 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e4e70201-ed93-4956-9da1-e242ab19e104', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'floating_ip_address': '172.24.4.72', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:25Z', 'updated_at': '2023-07-21T15:58:25Z', 'revision_number': 0, 'ip': '172.24.4.72'} created 2023-07-21 15:58:25,959 79566 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.128s 2023-07-21 15:58:25,960 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:25 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-99eba5c6-fa81-4c24-8152-c32cc37a602c', '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": "ad2dbfd25bd2439c82e82f76a38c9901", "name": "tempest-AttachVolumeShelveTestJSON-1443533822-project-member", "password_expires_at": null}, "audit_ids": ["G_AzZeoeTxaRB40pcyUxkw"], "expires_at": "2023-07-21T16:58:25.000000Z", "issued_at": "2023-07-21T15:58:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "106d90e7546a4c73adf822d999b43c74", "name": "tempest-AttachVolumeShelveTestJSON-1443533822"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/106d90e7546a4c73adf822d999b43c74", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:58:25,961 79566 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '29881b15-6199-47f8-849f-aa62ade5b441', 'name': 'tempest-AttachVolumeShelveTestJSON-821632270-network', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '106d90e7546a4c73adf822d999b43c74', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19072, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:58:13Z', 'updated_at': '2023-07-21T15:58:13Z', 'revision_number': 1} available for tenant 2023-07-21 15:58:25,961 79566 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1106833670', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG2u7bnJMKJGVzau0nE7Z0nH3mMLMUOlO0GBrWL10HFGyx/7xA46N7DkedL+p9ydu7Gc0Z5Yzo/a+og7XlJNIg/jpbz87DY8rpcbPrI088hvnbGk1Lhfx+/97wmSPYiosA==', 'fingerprint': '3e:76:a3:ff:88:b9:84:73:ab:b3:ae:51:d2:07:c0:06', 'user_id': 'ad2dbfd25bd2439c82e82f76a38c9901', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC/yrdTbWmJjmERA4FHtYp3MyVCckOOtIDOzoMrTKyaQz1u5JJn5iGi\nhteIb6SfPKigBwYFK4EEACKhZANiAARtru25yTCiRlc2rtJxO2dJx95jCzFDpTtB\nga1i9dBxRssf+8QOOjew5HnS/qfcnbuxnNGeWM6P2vqIO15STSIP46W8/Ow2PK6X\nGz6yNPPIb52xpNS4X8fv/e8Jkj2IqLA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3406e111-0901-4b6c-b3b4-4804ddbffb05', 'name': 'tempest-securitygroup--1295712207', 'stateful': True, 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'description': 'tempest-description--131354113', 'shared': False, 'security_group_rules': [{'id': '1b02c518-7493-4de0-a9d6-c9965d676cfd', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'security_group_id': '3406e111-0901-4b6c-b3b4-4804ddbffb05', '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': 832, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:58:24Z', 'updated_at': '2023-07-21T15:58:24Z', 'revision_number': 0}, {'id': '244c3d58-bd98-4681-bbbc-2b6882a0c819', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'security_group_id': '3406e111-0901-4b6c-b3b4-4804ddbffb05', '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': 831, 'description': None, 'tags': [], 'create d_at': '2023-07-21T15:58:24Z', 'updated_at': '2023-07-21T15:58:24Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:58:24Z', 'updated_at': '2023-07-21T15:58:24Z', 'revision_number': 1, 'project_id': '106d90e7546a4c73adf822d999b43c74'}, 'floating_ip': {'id': 'e4e70201-ed93-4956-9da1-e242ab19e104', 'tenant_id': '106d90e7546a4c73adf822d999b43c74', 'floating_ip_address': '172.24.4.72', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '106d90e7546a4c73adf822d999b43c74', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:58:25Z', 'updated_at': '2023-07-21T15:58:25Z', 'revision_number': 0, 'ip': '172.24.4.72'}} 2023-07-21 15:58:26,005 79566 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.042s 2023-07-21 15:58:26,006 79566 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-1849077814", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "29881b15-6199-47f8-849f-aa62ade5b441"}], "security_groups": [{"name": "tempest-securitygroup--1295712207"}], "key_name": "tempest-keypair-1106833670", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:25 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-216d56a8-988e-46be-95e7-aa13dd3a1a78', 'x-compute-request-id': 'req-216d56a8-988e-46be-95e7-aa13dd3a1a78', '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-21 15:58:26,066 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1106833670 0.058s 2023-07-21 15:58:26,066 79566 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': 'Fri, 21 Jul 2023 15:58:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04202ffa-b0e2-4834-a184-371d1164ae4b', 'x-compute-request-id': 'req-04202ffa-b0e2-4834-a184-371d1164ae4b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1106833670'} Body: b'' 2023-07-21 15:58:26,238 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3406e111-0901-4b6c-b3b4-4804ddbffb05 0.171s 2023-07-21 15:58:26,239 79566 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-c14bff30-b55b-4397-96c9-38996ba82805', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0 .0.210:9696/networking/v2.0/security-groups/3406e111-0901-4b6c-b3b4-4804ddbffb05'} Body: b'' 2023-07-21 15:58:26,260 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3406e111-0901-4b6c-b3b4-4804ddbffb05 0.020s 2023-07-21 15:58:26,260 79566 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-98e3f93d-a974-4648-b28d-108a468633de', 'date': 'Fri, 21 Jul 2023 15:58:26 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3406e111-0901-4b6c-b3b4-4804ddbffb05'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3406e111-0901-4b6c-b3b4-4804ddbffb05 does not exist", "detail": ""}}' 2023-07-21 15:58:26,849 79566 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e4e70201-ed93-4956-9da1-e242ab19e104 0.588s 2023-07-21 15:58:26,850 79566 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-097dff64-a0e6-4b1a-b74f-b94e8c1a65a9', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:58:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e4e70201-ed93-4956-9da1-e242ab19e104'} Body: b'' tearDownClass (cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest) -------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume c39ded38-d7da-405c-aa87-7606f4fc4a99 failed to delete and is in error_deleting status, ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, )) tempest.api.volume.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-21 15:58:43,520 79574 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.156s 2023-07-21 15:58:43,521 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2807', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-37d6e82f-ccdb-489b-b5d6-b1b13f3028a5', '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": "293c6dfba7284272808892de240c3089", "name": "tempest-VolumesActionsTest-142609878-project-member", "password_expires_at": null}, "audit_ids": ["bpa-Y5D7TsmSq3Ok1-_mHA"], "expires_at": "2023-07-21T16:58:43.000000Z", "issued_at": "2023-07-21T15:58:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5e32874a55b4b0c929ade693dd90e66", "name": "tempest-VolumesActionsTest-142609878"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c5e32874a55b4b0c929ade693dd90e66", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c5e32874a55b4b0c929ade693dd90e66", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c5e32874a55b4b0c929ade693dd90e66", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:58:43,522 79574 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'd58add17-d624-4ae0-9135-d081ffe5958f', 'name': 'tempest-VolumesActionsTest-1955864317-network', 'tenant_id': 'c5e32874a55b4b0c929ade693dd90e66', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c5e32874a55b4b0c929ade693dd90e66', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': ' geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29935, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:58:26Z', 'updated_at': '2023-07-21T15:58:26Z', 'revision_number': 1} available for tenant 2023-07-21 15:58:43,702 79574 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.179s 2023-07-21 15:58:43,703 79574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-2028919802", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "d58add17-d624-4ae0-9135-d081ffe5958f"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:58: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-52f9d91f-4044-40ee-87f1-4db28033631f', 'x-compute-request-id': 'req-52f9d91f-4044-40ee-87f1-4db28033631f', '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_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-21 15:59:21,028 79570 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-21 15:59:21,931 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/image/v2/images 0.903s 2023-07-21 15:59:21,932 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2106168028", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d2b99928-5833-4707-ae01-201de86800c1', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-f1b2fda3-46fa-42f6-8038-50f0faf1e185', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2106168028", "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": "67209c50758a4fa68f0e23ab822b8492", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d2b99928-5833-4707-ae01-201de86800c1", "created_at": "2023-07-21T15:59:22Z", "updated_at": "2023-07-21T15:59:22Z", "tags": [], "self": "/v2/images/d2b99928-5833-4707-ae01-201de86800c1", "file": "/v2/images/d2b99928-5833-4707-ae01-201de86800c1/file", "schema": "/v2/schemas/image"}' 2023-07-21 15:59:23,660 79570 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/d2b99928-5833-4707-ae01-201de86800c1/file 1.727s 2023-07-21 15:59:23,660 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e7b07d17-4e6f-4db5-9fd1-511c0f41aadd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d2b99928-5833-4707-ae01-201de86800c1/file'} Body: b'' 2023-07-21 15:59:23,661 79570 DEBUG [tempest.scenario.manager] image:d2b99928-5833-4707-ae01-201de86800c1 2023-07-21 15:59:23,731 79570 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.064s 2023-07-21 15:59:23,732 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-84326875", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCovC01nBMU0EXbyD4hFIwpyfM/hPaEQYjjA7BJ2Jfn4FE8QZ5hkKS3euDs55p39dgetRWHnrYsWku//cBozgVxlfWK9XUAJ/w3hF+/r06NPvAIS638lrv9fjc+PXFr7Rw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:23 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-4bbc2d89-ada6-485a-bbdc-c81980fe5cf4', 'x-compute-request-id': 'req-4bbc2d89-ada6-485a-bbdc-c81980fe5cf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-84326875", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCovC01nBMU0EXbyD4hFIwpyfM/hPaEQYjjA7BJ2Jfn4FE8QZ5hkKS3euDs55p39dgetRWHnrYsWku//cBozgVxlfWK9XUAJ/w3hF+/r06NPvAIS638lrv9fjc+PXFr7Rw==", "fingerprint": "d0:03:d6:29:58:c7:9f:8e:90:ac:d3:aa:94:44:42:60", "user_id": "4cf8e0e1aca241699565168e844921cc"}}' 2023-07-21 15:59:23,917 79570 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.178s 2023-07-21 15:59:23,918 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:23 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-7365da4e-e3db-4e29-b60b-ce41631b899b', '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": "4cf8e0e1aca241699565168e844921cc", "name": "tempest-TestMinimumBasicScenario-343227147-project-member", "password_expires_at": null}, "audit_ids": ["Grnkx6KNSMuF12X65eU3Mg"], "expires_at": "2023-07-21T16:59:23.000000Z", "issued_at": "2023-07-21T15:59:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67209c50758a4fa68f0e23ab822b8492", "name": "tempest-TestMinimumBasicScenario-343227147"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2 023-07-21 15:59:23,919 79570 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'a5d2dfa1-7586-4389-a605-80873d67770b', 'name': 'tempest-TestMinimumBasicScenario-1532729876-network', 'tenant_id': '67209c50758a4fa68f0e23ab822b8492', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '67209c50758a4fa68f0e23ab822b8492', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33723, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:59:06Z', 'updated_at': '2023-07-21T15:59:06Z', 'revision_number': 1} available for tenant 2023-07-21 15:59:23,948 79570 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.028s 2023-07-21 15:59:23,949 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-938436734", "imageRef": "d2b99928-5833-4707-ae01-201de86800c1", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-84326875", "networks": [{"uuid": "a5d2dfa1-7586-4389-a605-80873d67770b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:23 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-e02cce53-055c-49ae-b788-dae7f12e17e5', 'x-compute-request-id': 'req-e02cce53-055c-49ae-b788-dae7f12e17e5', '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-21 15:59:23,980 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-84326875 0.029s 2023-07-21 15:59:23,980 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:23 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-4949d7a4-0628-40fd-99fa-ffe9374559cb', 'x-compute-request-id': 'req-4949d7a4-0628-40fd-99fa-ffe9374559cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-84326875'} Body: b'' 2023-07-21 15:59:24,063 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/d2b99928-5833-4707-ae01-201de86800c1 0.082s 2023-07-21 15:59:24,063 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-735cbceb-ee95-4a12-b0f6-c6dd6f578523', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d2b99928-5833-4707-ae01-201de86800c1'} 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-21 15:59:24,066 79570 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-21 15:59:24,920 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.853s 2023-07-21 15:59:24,920 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--127116685", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-238cdb36-2783-4193-99b3-f5d32e52cb14', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--127116685", "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": "67209c50758a4fa68f0e23ab822b8492", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "99e64754-b184-4bc8-adf6-a869a0e1ffb6", "created_at": "2023-07-21T15:59:25Z", "updated_at": "2023-07-21T15:59:25Z", "tags": [], "self": "/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6", "file": "/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6/file", "schema": "/v2/schemas/image"}' 2023-07-21 15:59:26,528 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6/file 1.607s 2023-07-21 15:59:26,528 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-24ff3ff8-9438-48b1-8332-76868daa9d1b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6/file'} Body: b'' 2023-07-21 15:59:26,529 79570 DEBUG [tempest.scenario.manager] image:99e64754-b184-4bc8-adf6-a869a0e1ffb6 2023-07-21 15:59:26,583 79570 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.052s 2023-07-21 15:59:26,584 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-486714021", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG73ovuBfLMwIwf3qH291smNfwBKJgKTz8xltP7M4/FS3/5NHch4HglR4CfmB224I0qEaXSKB4PVJ1j3MRtMPACeRU5O/Cq2+84PmwQfJlr7m2xCLZ/cEtR/uHIPZQaHCw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f36f0b0f-6edb-4012-9d34-9faa60014df8', 'x-compute-request-id': 'req-f36f0b0f-6edb-4012-9d34-9faa60014df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-486714 021", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG73ovuBfLMwIwf3qH291smNfwBKJgKTz8xltP7M4/FS3/5NHch4HglR4CfmB224I0qEaXSKB4PVJ1j3MRtMPACeRU5O/Cq2+84PmwQfJlr7m2xCLZ/cEtR/uHIPZQaHCw==", "fingerprint": "c5:87:ef:0e:b9:24:21:48:da:fc:ef:84:fc:46:8d:9d", "user_id": "4cf8e0e1aca241699565168e844921cc"}}' 2023-07-21 15:59:26,717 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.127s 2023-07-21 15:59:26,718 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:26 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-b7617d8f-ac75-49ac-a2e5-8a02091f080d', '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": "4cf8e0e1aca241699565168e844921cc", "name": "tempest-TestMinimumBasicScenario-343227147-project-member", "password_expires_at": null}, "audit_ids": ["Cn-rY_4QSue88aMJV6-Hjg"], "expires_at": "2023-07-21T16:59:26.000000Z", "issued_at": "2023-07-21T15:59:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67209c50758a4fa68f0e23ab822b8492", "name": "tempest-TestMinimumBasicScenario-343227147"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/67209c50758a4fa68f0e23ab822b8492", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:59:26,718 79570 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {' id': 'a5d2dfa1-7586-4389-a605-80873d67770b', 'name': 'tempest-TestMinimumBasicScenario-1532729876-network', 'tenant_id': '67209c50758a4fa68f0e23ab822b8492', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '67209c50758a4fa68f0e23ab822b8492', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33723, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:59:06Z', 'updated_at': '2023-07-21T15:59:06Z', 'revision_number': 1} available for tenant 2023-07-21 15:59:26,744 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.025s 2023-07-21 15:59:26,745 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1857305296", "imageRef": "99e64754-b184-4bc8-adf6-a869a0e1ffb6", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-486714021", "networks": [{"uuid": "a5d2dfa1-7586-4389-a605-80873d67770b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:26 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-2c525b05-942f-41ed-8448-7484a2b83dff', 'x-compute-request-id': 'req-2c525b05-942f-41ed-8448-7484a2b83dff', '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-21 15:59:26,812 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-486714021 0.066s 2023-07-21 15:59:26,812 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:26 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-454eeec5-38a6-4278-9348-9ee068be8236', 'x-compute-request-id': 'req-454eeec5-38a6-4278-9348-9ee068be8236', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-486714021'} Body: b'' 2023-07-21 15:59:27,010 79570 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6 0.197s 2023-07-21 15:59:27,010 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-3e1697dd-6652-4e4a-87d0-a6f1986d5ac4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/99e64754-b184-4bc8-adf6-a869a0e1ffb6'} Body: b'' tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 15:59:42,854 79566 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.301s 2023-07-21 15:59:42,855 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1357924697", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBCSHEZ7lwwg57n6wvmh4wOw5PiSJc5kcY9/rViSDESGTdMg3G8qe+3KCa4tOJyMLABlVR9YmntJP8gw30j7GUxFqRqW8mnmMjzpb4U82zEkglgATcRDEl3i3PWAIvE03A=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:42 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-e51ad96b-fbf5-4a5c-aa21-4c878ca97cce', 'x-compute-request-id': 'req-e51ad96b-fbf5-4a5c-aa21-4c878ca97cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1357924697", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBCSHEZ7lwwg57n6wvmh4wOw5PiSJc5kcY9/rViSDESGTdMg3G8qe+3KCa4tOJyMLABlVR9YmntJP8gw30j7GUxFqRqW8mnmMjzpb4U82zEkglgATcRDEl3i3PWAIvE03A==", "fingerprint": "7a:2d:5c:88:a0:85:bc:d8:17:16:ca:bb:9d:57:de:03", "user_id": "f42082d902664d94a66c00602ab32572"}}' 2023-07-21 15:59:43,008 79566 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.150s 2023-07-21 15:59:43,009 79566 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-1268578305", "description": "tempest-secgroup-smoke-1268578305 description", "project_id": "339257fee9bd4e21afe0d47008ae13db"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-bc14785a-654b-41ea-8293-5952efa9ad6a', 'date': 'Fri, 21 Jul 2023 15:59:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "name": "tempest-secgroup-smoke-1268578305", "stateful": true, "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "description": "tempest-secgroup-smoke-1268578305 description", "shared": false, "security_group_rules": [{"id": "7a2e0238-a3ab-4d74-b3b8-43ef819d9e9b", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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": 1016, "description": null, "tags": [], "created_at": "2023-07-21T15:59:42Z", "updated_at": "2023-07-21T15:59:42Z", "revision_number": 0}, {"id": "e705ba64-ebf3-4796-987a-25ed0004374c", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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": 1017, "description": null, "tags": [], "created_at": "2023-07-21T15:59:42Z", "updated_at": "2023-07-21T15:59:42Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:59:42Z", "updated_at": "2023-07-21T1 5:59:42Z", "revision_number": 1, "project_id": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:43,212 79566 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.202s 2023-07-21 15:59:43,212 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "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-616f82be-73eb-4025-8a8b-2f885b22984e', 'date': 'Fri, 21 Jul 2023 15:59: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": "67776e21-3465-4007-89b9-e94d2d1cd7c6", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:43Z", "updated_at": "2023-07-21T15:59:43Z", "revision_number": 0}}' 2023-07-21 15:59:43,389 79566 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.176s 2023-07-21 15:59:43,390 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "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-257dfb53-697d-4642-808e-7af3bacd6beb', 'date': 'Fri, 21 Jul 2023 15:59: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": "7cdbf54c-ebfc-47d2-8314-137d9826fb90", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:43Z", "updated_at": "2023-07-21T15:59:43Z", "revision_number": 0}}' 2023-07-21 15:59:43,547 79566 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-21 15:59:43,548 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-37b65d3e-13a6-459d-ba6a-5c39a682a61c', 'date': 'Fri, 21 Jul 2023 15:59: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": "2501e620-b856-448e-bdb8-240f3904a3b8", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:43Z", "updated_at": "2023-07-21T15:59:43Z", "revision_number": 0}}' 2023-07-21 15:59:43,739 79566 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.190s 2023-07-21 15:59:43,739 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-8853404c-6b42-4c4e-a0ee-5c316aac6f07', 'date': 'Fri, 21 Jul 2023 15:59: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": "08b74e39-2c2d-4d4b-b94f-0e8908eefe0c", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:43Z", "updated_at": "2023-07-21T15:59:43Z", "revision_number": 0}}' 2023-07-21 15:59:44,032 79566 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.292s 2023-07-21 15:59:44,032 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9aaa8c1f-97bf-4681-b1b5-52deb512a300', 'date': 'Fri, 21 Jul 2023 15:59:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "04544208-8360-4b25-9b79-ea0744d5a6bb", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:43Z", "updated_at": "2023-07-21T15:59:43Z", "revision_number": 0}}' 2023-07-21 15:59:44,257 79566 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.224s 2023-07-21 15:59:44,257 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7def5b5e-e96b-4823-abbc-76b0de224 6c4", "project_id": "339257fee9bd4e21afe0d47008ae13db", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-45e76020-10c2-41a5-b5c4-7896087349e5', 'date': 'Fri, 21 Jul 2023 15:59:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c868d71b-bb79-4c7b-b6ae-48ac8e2d22db", "project_id": "339257fee9bd4e21afe0d47008ae13db", "tenant_id": "339257fee9bd4e21afe0d47008ae13db", "security_group_id": "7def5b5e-e96b-4823-abbc-76b0de2246c4", "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-21T15:59:44Z", "updated_at": "2023-07-21T15:59:44Z", "revision_number": 0}}' 2023-07-21 15:59:44,307 79566 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.044s 2023-07-21 15:59:44,307 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:44 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-98786239-ef1c-4409-968d-272f20d269c2', '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": "f42082d902664d94a66c00602ab32572", "name": "tempest-TestShelveInstance-2063060260-project-member", "password_expires_at": null}, "audit_ids": ["vkJ2Mx-4R6SMLFhn0oPwJQ"], "expires_at": "2023-07-21T16:59:44.000000Z", "issued_at": "2023-07-21T15:59:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "339257fee9bd4e21afe0d47008ae13db", "name": "tempest-TestShelveInstance-2063060260"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/339257fee9bd4e21afe0d47008ae13db", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "t ype": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:59:44,308 79566 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'b82d9cdf-cb92-4c0b-a71f-f3943cc1f36d', 'name': 'tempest-TestShelveInstance-255535984-network', 'tenant_id': '339257fee9bd4e21afe0d47008ae13db', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '339257fee9bd4e21afe0d47008ae13db', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51699, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:59:26Z', 'updated_at': '2023-07-21T15:59:26Z', 'revision_number': 1} available for tenant 2023-07-21 15:59:44,811 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes 0.502s 2023-07-21 15:59:44,812 79566 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-658996888", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89319a9-4e2a-43de-909e-80deffdca750', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89319a9-4e2a-43de-909e-80deffdca750', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes'} Body: b'{"volume": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:44.713068", "updated_at": null, "name": "tempest-tempest.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 15:59:45,073 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48 0.252s 2023-07-21 15:59:45,074 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb4ec48f-a0c0-49dc-9174-7669056454b8', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack -request-id': 'req-fb4ec48f-a0c0-49dc-9174-7669056454b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48'} Body: b'{"volume": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:45.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:46,147 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48 0.060s 2023-07-21 15:59:46,147 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30646459-48e2-47e1-8e08-f479d89ac472', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30646459-48e2-47e1-8e08-f479d89ac472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48'} Body: b'{"volume": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:45.000000", "updated_at": "2023-07-21T15:59:45.000000", "name": "tempest-tempest.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:47,227 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48 0.061s 2023-07-21 15:59:47,227 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04dc4e72-dfb9-43f6-a88b-8002cb7540f8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04dc4e72-dfb9-43f6-a88b-8002cb7540f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48'} Body: b'{"volum e": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:45.000000", "updated_at": "2023-07-21T15:59:45.000000", "name": "tempest-tempest.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:48,288 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48 0.045s 2023-07-21 15:59:48,288 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f84fe4c-c4de-4714-8f32-62f2fe40ee14', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f84fe4c-c4de-4714-8f32-62f2fe40ee14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48'} Body: b'{"volume": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:45.000000", "updated_at": "2023-07-21T15:59:45.000000", "name": "tempest-tempest.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:49,345 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48 0.043s 2023-07-21 15:59:49,345 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3401b800-833d-4a1a-ad4f-92c5f5dda06f', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3401b800-833d-4a1a-ad4f-92c5f5dda06f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48'} Body: b'{"volume": {"id": "a599a504-7a72-44b8-b327-a6002a3b4e48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T15:59:45.000000", "updated_at": "2023-07-21T15:59:49.000000", "name": "tempest-tempes t.common.compute-volume-658996888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/339257fee9bd4e21afe0d47008ae13db/volumes/a599a504-7a72-44b8-b327-a6002a3b4e48"}], "user_id": "f42082d902664d94a66c00602ab32572", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "339257fee9bd4e21afe0d47008ae13db"}}' 2023-07-21 15:59:49,356 79566 INFO [tempest.common.waiters] volume a599a504-7a72-44b8-b327-a6002a3b4e48 reached available after waiting for 4.355978 seconds 2023-07-21 15:59:49,393 79566 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.037s 2023-07-21 15:59:49,394 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestShelveInstance-server-1557066017", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-1357924697", "security_groups": [{"name": "tempest-secgroup-smoke-1268578305"}], "networks": [{"uuid": "b82d9cdf-cb92-4c0b-a71f-f3943cc1f36d"}], "block_device_mapping_v2": [{"uuid": "a599a504-7a72-44b8-b327-a6002a3b4e48", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:49 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-28791ff8-f25f-4785-acdb-868270f33fd5', 'x-compute-request-id': 'req-28791ff8-f25f-4785-acdb-868270f33fd5', '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-21 15:59:49,557 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7def5b5e-e96b-4823-abbc-76b0de2246c4 0.162s 2023-07-21 15:59:49,558 79566 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-a36b3f84-4200-4838-b72f-6883206f83b9', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 15:59:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7def5b5e-e96b-4823-abbc-76b0de2246c4'} Body: b'' 2023-07-21 15:59:49,588 79566 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1357924697 0.030s 2023-07-21 15:59:49,588 79566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-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-bd576d3f-b3b7-4735-a889-2cad1e007f1e', 'x-compute-request-id': 'req-bd576d3f-b3b7-4735-a889-2cad1e007f1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1357924697'} Body: b'' 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-21 15:59:57,836 79570 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.124s 2023-07-21 15:59:57,836 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:57 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-7a575930-7d1c-4719-a561-e0b17d34047d', '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": "5e81143c695b463caf738b87474881c8", "name": "tempest-TestServerVolumeAttachmentScenario-1964246649-project-member", "password_expires_at": null}, "audit_ids": ["xdpT530gTM2beSNE3UC-TA"], "expires_at": "2023-07-21T16:59:57.000000Z", "issued_at": "2023-07-21T15:59:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5533c2cfe88247249d5350217ad89816", "name": "tempest-TestServerVolumeAttachmentScenario-1964246649"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5533c2cfe88247249d5350217ad89816", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5533c2cfe88247249d5350217ad89816", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5533c2cfe88247249d5350217ad89816", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 15:59:57,837 79570 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'f648f901-f2c5-4abf-85b8-dbb85a2a5ddc', 'name': 'tempest-TestServerVolumeAttachmentScenario-1733549476-network', 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5533c2cfe88247249d5350217ad89816', ' port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30211, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:59:40Z', 'updated_at': '2023-07-21T15:59:40Z', 'revision_number': 1} available for tenant 2023-07-21 15:59:57,838 79570 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 15:59:57,838 79570 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 15:59:58,045 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.203s 2023-07-21 15:59:58,045 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-408565695", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcUDcwpwYGFKq6HIFj1e/ZTibTd17RxhLogC7geWowT7H3ErM21XpLs/uZRzI0PaXXkrib1rU5DtLwhdNpzydZQWhxr2QDlQKG9hRNSYbEtMQgt8N3M1+qbwzGNi6UDvg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 15:59:57 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-cf328d76-061b-40f1-9493-46f9c0d04819', 'x-compute-request-id': 'req-cf328d76-061b-40f1-9493-46f9c0d04819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-408565695", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcUDcwpwYGFKq6HIFj1e/ZTibTd17RxhLogC7geWowT7H3ErM21XpLs/uZRzI0PaXXkrib1rU5DtLwhdNpzydZQWhxr2QDlQKG9hRNSYbEtMQgt8N3M1+qbwzGNi6UDvg==", "fingerprint": "18:d2:27:f5:1b:f8:06:84:c0:da:2f:b9:27:0f:ce:7e", "user_id": "5e81143c695b463caf738b87474881c8"}}' 2023-07-21 15:59:58,049 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-408565695 created 2023-07-21 15:59:58,217 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.167s 2023-07-21 15:59:58,217 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--925368267", "description": "tempest-description--510128873"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-def6f5ff-7f0d-47b8-a1db-01d1c43a5b1d', 'date': 'Fri, 21 Jul 2023 15:59:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "name": "tempest-securitygroup--925368267", "stateful": true, "tenant_id": "5533c2cfe88247249d5350217ad89816", "description": "tempest-description--510128873", "shared": false, "security_group_rules": [{"id": "2e791903-6b63-4662-b476-1a812ec693ae", "project_id": "5533c2cfe88247249d5350217ad89816", "tenant_id": "5533c2cfe88247249d5350217ad89816", "security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "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": 1080, "description": null, " tags": [], "created_at": "2023-07-21T15:59:58Z", "updated_at": "2023-07-21T15:59:58Z", "revision_number": 0}, {"id": "c48a7a0e-5a4c-498c-ab2f-15bc4203786b", "project_id": "5533c2cfe88247249d5350217ad89816", "tenant_id": "5533c2cfe88247249d5350217ad89816", "security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "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": 1081, "description": null, "tags": [], "created_at": "2023-07-21T15:59:58Z", "updated_at": "2023-07-21T15:59:58Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T15:59:58Z", "updated_at": "2023-07-21T15:59:58Z", "revision_number": 1, "project_id": "5533c2cfe88247249d5350217ad89816"}}' 2023-07-21 15:59:58,400 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.183s 2023-07-21 15:59:58,401 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "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-d44b5e42-f2da-4518-a0a4-c9772660cb6f', 'date': 'Fri, 21 Jul 2023 15:59: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": "b3b2c8d7-d96a-4e7c-b1dd-6a549f1a291d", "project_id": "5533c2cfe88247249d5350217ad89816", "tenant_id": "5533c2cfe88247249d5350217ad89816", "security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "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-21T15:59:58Z", "updated_at": "2023-07-21T15:59:58Z", "revision_number": 0}}' 2023-07-21 15:59:58,749 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.348s 2023-07-21 15:59:58,750 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ef83bef1-e7c2-46e5-bc08-7ce336e7bc80', 'date': 'Fri, 21 Jul 2023 15:59: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": "a51b554e-d223-48cf-835a-242a5ead7042", "project_id": "5533c2cfe88247249d5350217ad89816", "tenant_id": "5533c2cfe88247249d5350217ad89816", "security_group_id": "475eb5f6-003b-46e4-8d81-ff5c7d9964e8", "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-21T15:59:58Z", "updated_at": "2023-07-21T15:59:58Z", "revision_number": 0}}' 2023-07-21 15:59:58,750 79570 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--925368267 created 2023-07-21 16:00:00,222 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:se tUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.471s 2023-07-21 16:00:00,222 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f7e28a43-afcb-4676-b348-5ab7e43c8ded', 'date': 'Fri, 21 Jul 2023 16:00:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "52fa6439-a124-4bed-966d-d877a4eedbc6", "tenant_id": "5533c2cfe88247249d5350217ad89816", "floating_ip_address": "172.24.4.202", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "5533c2cfe88247249d5350217ad89816", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T15:59:59Z", "updated_at": "2023-07-21T15:59:59Z", "revision_number": 0}}' 2023-07-21 16:00:00,222 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '52fa6439-a124-4bed-966d-d877a4eedbc6', 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'floating_ip_address': '172.24.4.202', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5533c2cfe88247249d5350217ad89816', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:59:59Z', 'updated_at': '2023-07-21T15:59:59Z', 'revision_number': 0, 'ip': '172.24.4.202'} created 2023-07-21 16:00:00,223 79570 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-408565695', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcUDcwpwYGFKq6HIFj1e/ZTibTd17RxhLogC7geWowT7H3ErM21XpLs/uZRzI0PaXXkrib1rU5DtLwhdNpzydZQWhxr2QDlQKG9hRNSYbEtMQgt8N3M1+qbwzGNi6UDvg==', 'fingerprint': '18:d2:27:f5:1b:f8:06:84:c0:da:2f:b9:27:0f:ce:7e', 'user_id': '5e81143c695b463caf738b87474881c8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDARooI7QrO+oIvVARH8zGsLLjMxH7tDmh+B/KQ2eUQ2X4GuyuLfRanH\nIg9eJhA7NpWgBwYFK4EEACKhZANiAAQHFA3MKcGBhSquhyBY9Xv2U4m03de0cYS6\nIAu4HlqME+x9xKzNtV6S7P7mUcyND2l15K4m9a1OQ7S8IXTac8nWUFoca9kA5UCh\nvYUTUmGxLTEILfDdzNfqm8MxjYulA74=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '475eb5f6-003b-46e4-8d81-ff5c7d9964e8', 'name': 'tempest-securitygroup--925368267', 'stateful': True, 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'description': 'tempest-description--510128873', 'shared': False, 'security_group_rules': [{'id': '2e791903-6b63-4662-b476-1a812ec693ae', 'project_id': '5533c2cfe88247249d5350217ad89816', 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'security_group_id': '475eb5f6-003b-46e4-8d81-ff5c7d9964e8', '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': 1080, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:59:58Z', 'updated_at': '2023-07-21T15:59:58Z', 'revision_number': 0}, {'id': 'c48a7a0e-5a4c-498c-ab2f-15bc4203786b', 'project_id': '5533c2cfe88247249d5350217ad89816', 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'security_group_id': '475eb5f6-003b-46e4-8d81-ff5c7d9964e8', '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': 1081, 'description': None, 'tags': [], 'created_at': '2023-07-21T15:59:58Z', 'updated_at': '2023-07-21T15:59:58Z', 're vision_number': 0}], 'tags': [], 'created_at': '2023-07-21T15:59:58Z', 'updated_at': '2023-07-21T15:59:58Z', 'revision_number': 1, 'project_id': '5533c2cfe88247249d5350217ad89816'}, 'floating_ip': {'id': '52fa6439-a124-4bed-966d-d877a4eedbc6', 'tenant_id': '5533c2cfe88247249d5350217ad89816', 'floating_ip_address': '172.24.4.202', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5533c2cfe88247249d5350217ad89816', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T15:59:59Z', 'updated_at': '2023-07-21T15:59:59Z', 'revision_number': 0, 'ip': '172.24.4.202'}} 2023-07-21 16:00:00,247 79570 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.022s 2023-07-21 16:00:00,247 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-871774166", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "f648f901-f2c5-4abf-85b8-dbb85a2a5ddc"}], "security_groups": [{"name": "tempest-securitygroup--925368267"}], "key_name": "tempest-keypair-408565695", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-ca9ff352-d1bd-46fe-80ba-4a3169fa7dd3', 'x-compute-request-id': 'req-ca9ff352-d1bd-46fe-80ba-4a3169fa7dd3', '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-21 16:00:00,280 79570 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-408565695 0.032s 2023-07-21 16:00:00,281 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a34dc8e-0ed0-42fb-810c-06e7c915ba16', 'x-compute-request-id': 'req-2a34dc8e-0ed0-42fb-810c-06e7c915ba16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-408565695'} Body: b'' 2023-07-21 16:00:00,637 79570 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/475eb5f6-003b-46e4-8d81-ff5c7d9964e8 0.356s 2023-07-21 16:00:00,638 79570 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-32daeb18-8dde-49a3-9b80-95abd82c5c13', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/475eb5f6-003b-46e4-8d81-ff5c7d9964e8'} Body: b'' 2023-07-21 16:00:00,656 79570 INFO [tempest. lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/475eb5f6-003b-46e4-8d81-ff5c7d9964e8 0.018s 2023-07-21 16:00:00,657 79570 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-6174d312-fabe-4769-a51b-c5741c7c6ab9', 'date': 'Fri, 21 Jul 2023 16:00:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/475eb5f6-003b-46e4-8d81-ff5c7d9964e8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 475eb5f6-003b-46e4-8d81-ff5c7d9964e8 does not exist", "detail": ""}}' 2023-07-21 16:00:01,273 79570 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/52fa6439-a124-4bed-966d-d877a4eedbc6 0.616s 2023-07-21 16:00:01,274 79570 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-0c949664-5cb5-46b0-aafd-cc7a0b48349b', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/52fa6439-a124-4bed-966d-d877a4eedbc6'} Body: b'' 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-21 16:00:06,626 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2023-07-21 16:00:06,626 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:06 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-91d6fb61-c7c4-450e-9d99-10634e543332', '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": "38ca26d0fe9b4b0a9e96dca1eb597f5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1382841961-project-member", "password_expires_at": null}, "audit_ids": ["q0ELsrBUQBesJqDQcG47AA"], "expires_at": "2023-07-21T17:00:06.000000Z", "issued_at": "2023-07-21T16:00:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "478e9bd68db84fa1af84c166899f6a02", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1382841961"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/478e9bd68db84fa1af84c166899f6a02", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/478e9bd68db84fa1af84c166899f6a02", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/478e9bd68db84fa1af84c166899f6a02", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:00:06,627 79562 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': 'fca79719-3562-4441-b819-3f11366bdcf9', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-898136522-network', 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '478e9bd 68db84fa1af84c166899f6a02', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11635, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T15:59:51Z', 'updated_at': '2023-07-21T15:59:51Z', 'revision_number': 1} available for tenant 2023-07-21 16:00:06,628 79562 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 16:00:06,628 79562 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 16:00:06,826 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.195s 2023-07-21 16:00:06,826 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-364176866", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/XOpn0BTOU9GePe1oW/nvxg1AGicawed2ixk+VFt2NZWNAanJyQPdu8WiX8B5hoYzea3dG9EAVowK7XHz6qqKdXD5iRizjBsVbUZwKzspeIFM/fIn/WuS/HBFn2x62wA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:06 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-c7d0cdf3-6924-44f9-91be-826a98db046c', 'x-compute-request-id': 'req-c7d0cdf3-6924-44f9-91be-826a98db046c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-364176866", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/XOpn0BTOU9GePe1oW/nvxg1AGicawed2ixk+VFt2NZWNAanJyQPdu8WiX8B5hoYzea3dG9EAVowK7XHz6qqKdXD5iRizjBsVbUZwKzspeIFM/fIn/WuS/HBFn2x62wA==", "fingerprint": "b0:52:a7:05:5b:6e:76:50:51:b7:b8:c7:eb:b7:05:5a", "user_id": "38ca26d0fe9b4b0a9e96dca1eb597f5d"}}' 2023-07-21 16:00:06,829 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-364176866 created 2023-07-21 16:00:07,264 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.435s 2023-07-21 16:00:07,265 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--803043950", "description": "tempest-description--1396049783"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-5c6b993a-500c-43df-b105-611e993bdb22', 'date': 'Fri, 21 Jul 2023 16:00:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dd205cac-073a-49a3-b376-5b601b38898d", "name": "tempest-securitygroup--803043950", "stateful": true, "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "description": "tempest-description--1396049783", "shared": false, "security_group_rules": [{"id": "10bd385d-f410-4cf4-b986-216173e13e39", "project_id": "478e9bd68db84fa1af84c166899f6a02", "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "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 ": 1100, "description": null, "tags": [], "created_at": "2023-07-21T16:00:07Z", "updated_at": "2023-07-21T16:00:07Z", "revision_number": 0}, {"id": "4ea17873-27cf-4609-94a8-f685f5e75770", "project_id": "478e9bd68db84fa1af84c166899f6a02", "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "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": 1099, "description": null, "tags": [], "created_at": "2023-07-21T16:00:07Z", "updated_at": "2023-07-21T16:00:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:00:07Z", "updated_at": "2023-07-21T16:00:07Z", "revision_number": 1, "project_id": "478e9bd68db84fa1af84c166899f6a02"}}' 2023-07-21 16:00:07,413 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.148s 2023-07-21 16:00:07,413 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "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-10833264-e527-4bf6-bd79-3b0e819689db', 'date': 'Fri, 21 Jul 2023 16:00:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e51c35f5-3968-406d-8962-d8ab6eb3ce00", "project_id": "478e9bd68db84fa1af84c166899f6a02", "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "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-21T16:00:07Z", "updated_at": "2023-07-21T16:00:07Z", "revision_number": 0}}' 2023-07-21 16:00:07,578 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-07-21 16:00:07,579 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ebec30f0-2fb0-47a7-9ae6-cf107412c122', 'date': 'Fri, 21 Jul 2023 16:00:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "401d3d65-d036-4429-a294-3cb4439059a7", "project_id": "478e9bd68db84fa1af84c166899f6a02", "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "security_group_id": "dd205cac-073a-49a3-b376-5b601b38898d", "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-21T16:00:07Z", "updated_at": "2023-07-21T16:00:07Z", "revision_number": 0}}' 2023-07-21 16:00:07,579 79562 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--803043950 created 2023-07-21 16:00:08,977 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.398s 2023-07-21 16:00:08,978 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0783119b-5527-445f-ace9-7c5ff568a78b', 'date': 'Fri, 21 Jul 2023 16:00:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fe6784f3-a922-4584-92b1-25ab3825b247", "tenant_id": "478e9bd68db84fa1af84c166899f6a02", "floating_ip_address": "172.24.4.142", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "478e9bd68db84fa1af84c166899f6a02", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T16:00:08Z", "updated_at": "2023-07-21T16:00:08Z", "revision_number": 0}}' 2023-07-21 16:00:08,978 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fe6784f3-a922-4584-92b1-25ab3825b247', 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'floating_ip_address': '172.24.4.142', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '478e9bd68db84fa1af84c166899f6a02', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:08Z', 'updated_at': '2023-07-21T16:00:08Z', 'revision_number': 0, 'ip': '172.24.4.142'} created 2023-07-21 16:00:08,979 79562 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-364176866', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/XOpn0BTOU9GePe1oW/nvxg1AGicawed2ixk+VFt2NZWNAanJyQPdu8WiX8B5hoYzea3dG9EAVowK7XHz6qqKdXD5iRizjBsVbUZwKzspeIFM/fIn/WuS/HBFn2x62wA==', 'fingerprint': 'b0:52:a7:05:5b:6e:76:50:51:b7:b8:c7:eb:b7:05:5a', 'user_id': '38ca26d0fe9b4b0a9e96dca1eb597f5d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBUqOr5wvio5huKlOcdjV3d6Kq/TBpn3qBenzFOrl8SIrhYg6bm0nQ9\nE54ibTcywpagBwYFK4EEACKhZANiAATP1zqZ9AUzlPRnj3taFv578YNQBonGsHnd\nosZPlRbdjWVjQGpyckD3bvFol/AeYaGM3mt3RvRAFaMCu1x8+qqinVw+YkYs4wbF\nW1GcCs7KXiBTP3yJ/1rkvxwRZ9setsA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dd205cac-073a-49a3-b376-5b601b38898d', 'name': 'tempest-securitygroup--803043950', 'stateful': True, 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'description': 'tempest-description--1396049783', 'shared': False, 'security_group_rules': [{'id': '10bd385d-f410-4cf4-b986-216173e13e39', 'project_id': '478e9bd68db84fa1af84c166899f6a02', 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'security_group_id': 'dd205cac-073a-49a3-b376-5b601b38898d', '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': 1100, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:07Z', 'updated_at': '2023-07-21T16:00:07Z', 'revision_number': 0}, {'id': '4ea17873-27cf-4609-94a8-f685f5e75770', 'project_id': '478e9bd68db84fa1af84c166899f6a02', 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'security_group_id': 'dd205cac-073a-49a3-b376-5b601b38898d', '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': 1099, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:07Z', 'updated_ at': '2023-07-21T16:00:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T16:00:07Z', 'updated_at': '2023-07-21T16:00:07Z', 'revision_number': 1, 'project_id': '478e9bd68db84fa1af84c166899f6a02'}, 'floating_ip': {'id': 'fe6784f3-a922-4584-92b1-25ab3825b247', 'tenant_id': '478e9bd68db84fa1af84c166899f6a02', 'floating_ip_address': '172.24.4.142', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '478e9bd68db84fa1af84c166899f6a02', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:08Z', 'updated_at': '2023-07-21T16:00:08Z', 'revision_number': 0, 'ip': '172.24.4.142'}} 2023-07-21 16:00:09,007 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.027s 2023-07-21 16:00:09,007 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1660535250", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "networks": [{"uuid": "fca79719-3562-4441-b819-3f11366bdcf9"}], "security_groups": [{"name": "tempest-securitygroup--803043950"}], "key_name": "tempest-keypair-364176866", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00: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-642a4b04-19b3-4186-8341-94c74389cdd9', 'x-compute-request-id': 'req-642a4b04-19b3-4186-8341-94c74389cdd9', '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-21 16:00:09,049 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-364176866 0.040s 2023-07-21 16:00:09,050 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:09 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-0b8d453a-5ed4-4d95-a412-fb08d08a991c', 'x-compute-request-id': 'req-0b8d453a-5ed4-4d95-a412-fb08d08a991c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-364176866'} Body: b'' 2023-07-21 16:00:09,226 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dd205cac-073a-49a3-b376-5b601b38898d 0.175s 2023-07-21 16:00:09,226 79562 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-1f23cb23-3506-42c3-811f-a3afdd43cea3', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dd205cac-073a-49a3-b376-5b601b38898d'} B ody: b'' 2023-07-21 16:00:09,298 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dd205cac-073a-49a3-b376-5b601b38898d 0.071s 2023-07-21 16:00:09,298 79562 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-7a420ca7-e468-4327-8ba2-207dfecccdb0', 'date': 'Fri, 21 Jul 2023 16:00:09 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dd205cac-073a-49a3-b376-5b601b38898d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dd205cac-073a-49a3-b376-5b601b38898d does not exist", "detail": ""}}' 2023-07-21 16:00:09,862 79562 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fe6784f3-a922-4584-92b1-25ab3825b247 0.562s 2023-07-21 16:00:09,862 79562 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-92e9d913-bc31-4af7-ba53-ae21b0273ba6', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fe6784f3-a922-4584-92b1-25ab3825b247'} 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-21 16:00:26,920 79570 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 16:00:26,921 79570 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 16:00:27,133 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.208s 2023-07-21 16:00:27,134 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1817428297", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo2JGa0CIL6+15Cw+We/7Fmr5kjwCcTkCaqYe8OyZaYYFTmVGouXFBx0OA65BX4oXVz5Ids+OGZfd84AsvX8N09dVaFycocbLaRrNcs3nbcYspEILUdCsXdxIRT8gIxug=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68c3dcd6-b428-46b1-abb8-c0eedd56d3b3', 'x-compute-request-id': 'req-68c3dcd6-b428-46b1-abb8-c0eedd56d3b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1817428297", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo2JGa0CIL6+15Cw+We/7Fmr5kjwCcTkCaqYe8OyZaYYFTmVGouXFBx0OA65BX4oXVz5Ids+OGZfd84AsvX8N09dVaFycocbLaRrNcs3nbcYspEILUdCsXdxIRT8gIxug==", "fingerprint": "e4:28:34:aa:8d:13:38:26:05:6b:88:77:43:2b:7b:95", "user_id": "b02a2c5f2c86402b805f23f455e3d2fa"}}' 2023-07-21 16:00:27,136 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1817428297 created 2023-07-21 16:00:27,272 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.135s 2023-07-21 16:00:27,272 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1460458840", "description": "tempest-description--837787748"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-46640115-e493-40d7-a358-ec64340b575d', 'date': 'Fri, 21 Jul 2023 16:00:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "name": "tempest-securitygroup--1460458840", "stateful": true, "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "description": "tempest-description--837787748", "shared": false, "security_group_rules": [{"id": "777fa6fc-2f6c-413f-9ee1-0b6e67e2d2dc", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "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": 1147, "description": null, "tags": [], "created_at": "2023-07-21T16:00:27Z", "updated_at": "2023-07-21T16:00:27Z", "revision_number": 0}, {"id": "ccbc0776-33bb-406e-9ef9-747f2e582b42", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pr efix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1148, "description": null, "tags": [], "created_at": "2023-07-21T16:00:27Z", "updated_at": "2023-07-21T16:00:27Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:00:27Z", "updated_at": "2023-07-21T16:00:27Z", "revision_number": 1, "project_id": "77cb0b273d72411787e6c72831ef37e9"}}' 2023-07-21 16:00:27,431 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-07-21 16:00:27,431 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "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-b3bf7b3c-8dfb-42a7-bb0a-b2ab47ad7652', 'date': 'Fri, 21 Jul 2023 16:00: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": "19ec3a1b-99aa-4b87-bdd9-677764ad0a4f", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "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-21T16:00:27Z", "updated_at": "2023-07-21T16:00:27Z", "revision_number": 0}}' 2023-07-21 16:00:27,715 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.283s 2023-07-21 16:00:27,716 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-34b772ea-c2e2-49aa-b52e-1abb096d9bd9', 'date': 'Fri, 21 Jul 2023 16:00: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": "2409cd0a-6040-4408-ab4d-6d2998833bf1", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "24469deb-c834-4b53-8fd6-5ea4d860a42f", "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-21T16:00:27Z", "updated_at": "2023-07-21T16:00:27Z", "revision_number": 0}}' 2023-07-21 16:00:27,716 79570 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1460458840 created 2023-07-21 16:00:28,854 79570 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.137s 2023-07-21 16:00:28,854 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-765829ef-48c8-4391-aebf-6e647b98945d', 'date': 'Fri, 21 Jul 2023 16:00:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "58e23d77-f963-43f0-bc7f-b4934466c4b4", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "floating_ip_address": "172.24.4.144", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "77cb0b273d72411787e6c72831ef37e9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T16:00:28Z", "updated_at": "2023-07-21T16:00:28Z", "revision_number": 0}}' 2023-07-21 16:00:28,855 79570 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '58e23d77-f963-43f0-bc7f-b4934466c4b4', 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'floating_ip_address': '172.24.4.144', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '77cb0b273d72411787e6c72831ef37e9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:28Z', 'updated_at': '2023-07-21T16:00:28Z', 'revision_number': 0, 'ip': '172.24.4.144'} created 2023-07-21 16:00:29,236 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.381s 2023-07-21 16:00:29,237 79570 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-823937141", "description": "tempest-secgroup-smoke-823937141 description", "project_id": "77cb0b273d72411787e6c72831ef37e9"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-db6ebf14-2fc4-485e-9215-0ceafff79958', 'date': 'Fri, 21 Jul 2023 16:00:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "name": "tempest-secgroup-smoke-823937141", "stateful": true, "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "description": "tempest-secgroup-smoke-823937141 description", "shared": false, "security_group_rules": [{"id": "53b93765-41fd-427a-a034-4aadaca77e0c", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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": 1177, "description": null, "tags": [], "created_at": "2023-07-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}, {"id": "f7afc1ac-7e02-4c68-9f7c-96991b41b2b3", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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": 1176, "description": null, "tags": [], "created_at": "2023-07-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:00:28Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 1, "project_id": "77cb0b273d72411787e6c72831ef37e9"}}' 2023-07-21 16:00:29,380 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networkin g/v2.0/security-group-rules 0.143s 2023-07-21 16:00:29,381 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "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-e5e87549-40b8-4341-8b39-832c6f4d0dad', 'date': 'Fri, 21 Jul 2023 16:00: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": "a7b6f79b-6ba9-4332-abae-2a1e1bd9b55b", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}}' 2023-07-21 16:00:29,522 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.141s 2023-07-21 16:00:29,522 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "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-82da29e0-03da-4ddc-bc27-36c1b6a99721', 'date': 'Fri, 21 Jul 2023 16:00: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": "9e5cc52a-52d5-4699-806d-34dc8397629c", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}}' 2023-07-21 16:00:29,664 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.141s 2023-07-21 16:00:29,664 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8bee56da-aa79-44a9-971b-e01ccd38ac92', 'date': 'Fri, 21 Jul 2023 16:00: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": "000bd427-7415-4901-b969-3827f6082ff4", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_ran ge_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-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}}' 2023-07-21 16:00:29,811 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.146s 2023-07-21 16:00:29,812 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a13ea95e-ba08-4c1c-9fd8-dc221873e3bc', 'date': 'Fri, 21 Jul 2023 16:00: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": "6d0d6f7c-38a6-41fd-901c-f0835cc7210e", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}}' 2023-07-21 16:00:30,045 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.232s 2023-07-21 16:00:30,045 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-bdf2a012-4a1d-47ad-9b51-3c04ec6d1c52', 'date': 'Fri, 21 Jul 2023 16:00: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": "74ac7e41-3de3-4434-a42e-1280dc9fa454", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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-21T16:00:29Z", "updated_at": "2023-07-21T16:00:29Z", "revision_number": 0}}' 2023-07-21 16:00:30,390 79570 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-21 16:00:30,391 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "project_id": "77cb0b273d72411787e6c72831ef37e9", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-854d5cfa-ef96-4b7b-9e45-d47ab3d3c75a', 'date': 'Fri, 21 Jul 2023 16:00:30 GMT', 'connection': 'close', 'status': '201', 'content-l ocation': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d43f40c-4555-46b5-a66d-76f197214e21", "project_id": "77cb0b273d72411787e6c72831ef37e9", "tenant_id": "77cb0b273d72411787e6c72831ef37e9", "security_group_id": "ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568", "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-21T16:00:30Z", "updated_at": "2023-07-21T16:00:30Z", "revision_number": 0}}' 2023-07-21 16:00:30,507 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.110s 2023-07-21 16:00:30,508 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:30 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-ec97211e-97f9-4149-9df2-b5354d838afa', '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": "b02a2c5f2c86402b805f23f455e3d2fa", "name": "tempest-SnapshotDataIntegrityTests-800853294-project-member", "password_expires_at": null}, "audit_ids": ["ZCDOgEPNTI6HDvCFZK1B3g"], "expires_at": "2023-07-21T17:00:30.000000Z", "issued_at": "2023-07-21T16:00:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77cb0b273d72411787e6c72831ef37e9", "name": "tempest-SnapshotDataIntegrityTests-800853294"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/77cb0b273d72411787e6c72831ef37e9", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77cb0b273d72411787e6c72831ef37e9", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77cb0b273d72411787e6c72831ef37e9", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "inte rface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:00:30,508 79570 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '17c71a05-e33e-4812-9023-1caf910dab85', 'name': 'tempest-SnapshotDataIntegrityTests-1302335393-network', 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '77cb0b273d72411787e6c72831ef37e9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43207, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T16:00:13Z', 'updated_at': '2023-07-21T16:00:13Z', 'revision_number': 1} available for tenant 2023-07-21 16:00:30,509 79570 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1817428297', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo2JGa0CIL6+15Cw+We/7Fmr5kjwCcTkCaqYe8OyZaYYFTmVGouXFBx0OA65BX4oXVz5Ids+OGZfd84AsvX8N09dVaFycocbLaRrNcs3nbcYspEILUdCsXdxIRT8gIxug==', 'fingerprint': 'e4:28:34:aa:8d:13:38:26:05:6b:88:77:43:2b:7b:95', 'user_id': 'b02a2c5f2c86402b805f23f455e3d2fa', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAfahtQ0IDlqh1QzHZBSMi/5T8DMiCtrhzyDpxFWzzKl66LBEkBbxQE\nCG6YX6TWoZSgBwYFK4EEACKhZANiAAR6NiRmtAiC+vteQsPlnv+xZq+ZI8AnE5Am\nqmHvDsmWmGBU5lRqLlxQcdDgOuQV+KF1c+SHbPjhmX3fOALL1/DdPXVWhcnKHGy2\nkazXLN523GLKRCC1HQrF3cSEU/ICMbo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '24469deb-c834-4b53-8fd6-5ea4d860a42f', 'name': 'tempest-securitygroup--1460458840', 'stateful': True, 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'description': 'tempest-description--837787748', 'shared': False, 'security_group_rules': [{'id': '777fa6fc-2f6c-413f-9ee1-0b6e67e2d2dc', 'project_id': '77cb0b273d72411787e6c72831ef37e9', 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'security_group_id': '24469deb-c834-4b53-8fd6-5ea4d860a42f', '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': 1147, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:27Z', 'updated_at': '2023-07-21T16:00:27Z', 'revision_number': 0}, {'id': 'ccbc0776-33bb-406e-9ef9-747f2e582b42', 'project_id': '77cb0b273d72411787e6c72831ef37e9', 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'security_group_id': '24469deb-c834-4b53-8fd6-5ea4d860a42f', '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': 1148, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:27Z', 'updated_at': '2023-07-21T16:00:27Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T16:00:27Z', 'updated_at': '2023-07-21T16:00:27Z', 'revision_number': 1, 'project_id': '77cb0b273d72411787e6c72831ef37e9'}, 'floating_ip': {'id': '58e23d77-f963-43f0-bc7f-b4934466c4b4', 'tenant_id': '77cb0b273d72411787e6c72831ef37e9', 'floating_ip_address': '172.24.4.144', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '77cb0b273d72411787e6c72831ef37e9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:28Z', 'updated_at': '2023-07-21T16:00:28Z', 'revision_number': 0, 'ip': '172.24.4.144'}} 2023-07-21 16:00:30,534 79570 INFO [tempest.lib.comm on.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.024s 2023-07-21 16:00:30,534 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-892755434", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "key_name": "tempest-keypair-1817428297", "security_groups": [{"name": "tempest-secgroup-smoke-823937141"}, {"name": "tempest-securitygroup--1460458840"}], "networks": [{"uuid": "17c71a05-e33e-4812-9023-1caf910dab85"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:30 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-0d9b3337-805d-4b2e-b3ff-37e71d69a3ee', 'x-compute-request-id': 'req-0d9b3337-805d-4b2e-b3ff-37e71d69a3ee', '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-21 16:00:30,677 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568 0.142s 2023-07-21 16:00:30,677 79570 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-34f1d619-eca6-4e48-863d-bd6c77d6b423', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ff5b646b-ee34-4e6f-8bb7-2bc97f1ae568'} Body: b'' 2023-07-21 16:00:30,709 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1817428297 0.030s 2023-07-21 16:00:30,709 79570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:30 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-2ef0b7c7-bb51-4d0b-8e1a-46ad5c06e93d', 'x-compute-request-id': 'req-2ef0b7c7-bb51-4d0b-8e1a-46ad5c06e93d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1817428297'} Body: b'' 2023-07-21 16:00:31,110 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/24469deb-c834-4b53-8fd6-5ea4d860a42f 0.401s 2023-07-21 16:00:31,111 79570 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-9acd28aa-4112-408c-90f1-5f672ef69197', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/24469deb-c834-4b53-8fd6-5ea4d860a42f'} Body: b'' 2023-07-21 16:00:31,125 79570 INFO [tem pest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/24469deb-c834-4b53-8fd6-5ea4d860a42f 0.014s 2023-07-21 16:00:31,125 79570 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-c0f7894a-0fb7-4afb-baa0-0d8d8d233e43', 'date': 'Fri, 21 Jul 2023 16:00:31 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/24469deb-c834-4b53-8fd6-5ea4d860a42f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 24469deb-c834-4b53-8fd6-5ea4d860a42f does not exist", "detail": ""}}' 2023-07-21 16:00:31,555 79570 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/58e23d77-f963-43f0-bc7f-b4934466c4b4 0.429s 2023-07-21 16:00:31,556 79570 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-b3f9a647-e58d-44e2-b424-285eeb330921', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/58e23d77-f963-43f0-bc7f-b4934466c4b4'} Body: b'' 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-21 16:00:35,367 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578 0.209s 2023-07-21 16:00:35,368 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-20f9b938-5ac3-4a82-8fa1-803c4570c2bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578'} 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": "26d3420081244684abfa28b0f49cbfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "6afd6370-0d67-45be-b652-80c24600d578", "created_at": "2023-07-21T15:52:11Z", "updated_at": "2023-07-21T15:52:13Z", "tags": [], "self": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578", "file": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578/file", "schema": "/v2/schemas/image"}' 2023-07-21 16:00:35,794 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes 0.425s 2023-07-21 16:00:35,795 79562 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-1073968919", "snapshot_id": null, "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-859b62e3-8f71-4ecc-b3f1-dc7e70de539b', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-859b62e3-8f71-4ecc-b3f1-dc7e70de539b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:35.735451", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 16:00:35,912 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.107s 2023-07-21 16:00:35,913 79562 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ea05089-f241-45b6-9f9a-83861bfb3e0f', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ea05089-f241-45b6-9f9a-83861bfb3e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:37,001 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.077s 2023-07-21 16:00:37,001 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6719270-9b5a-401a-9437-abc2fd8a5d65', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6719270-9b5a-401a-9437-abc2fd8a5d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:38,062 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.048s 2023-07-21 16:00:38,062 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:38 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96b19295-5709-4f7e-b02a-dacfc9d9b6af', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96b19295-5709-4f7e-b02a-dacfc9d9b6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:39,147 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.068s 2023-07-21 16:00:39,147 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab9fe8cc-c825-4deb-93a3-4801f4165931', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab9fe8cc-c825-4deb-93a3-4801f4165931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:40,223 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.061s 2023-07-21 16:00:40,223 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-692e43d8-739c-4d95-ba30-5737fc2b980f', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-692e43d8-739c-4d95-ba30-5737fc2b980f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:39.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:40,236 79562 INFO [tempest.common.waiters] volume 99503388-45f4-4412-8446-c3f3d2a7e22c reached available after waiting for 5.236127 seconds 2023-07-21 16:00:40,276 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.040s 2023-07-21 16:00:40,276 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c45d1f53-9d04-4d42-9c1b-16551b8f4243', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c45d1f53-9d04-4d42-9c1b-16551b8f4243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:39.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:40,461 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots 0.171s 2023-07-21 16:00:40,461 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "metadata": null}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c4dc11-8261-4774-9238-4f4f4f04070a', 'content-length': '308', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c4dc11-8261-4774-9238-4f4f4f04070a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.395649", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 16:00:40,489 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.023s 2023-07-21 16:00:40,489 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6413b443-66ae-4e28-b624-b50b57f6a869', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6413b443-66ae-4e28-b624-b50b57f6a869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 16:00:41,528 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.035s 2023-07-21 16:00:41,529 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9219549-5f10-446b-a6fd-1f7b5f01655b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9219549-5f10-446b-a6fd-1f7b5f01655b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3f af7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 16:00:42,558 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.024s 2023-07-21 16:00:42,558 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-205d1e76-1b9f-4b30-9a6f-21cf94be35d9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-205d1e76-1b9f-4b30-9a6f-21cf94be35d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 16:00:43,620 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.057s 2023-07-21 16:00:43,620 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5999b2a-9a51-46c1-8bff-1e09e2d8b97e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5999b2a-9a51-46c1-8bff-1e09e2d8b97e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 16:00:44,649 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.024s 2023-07-21 16:00:44,649 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1dd686e-0546-4362-85b1-b0e4373d8c6c', 'content-length': '467', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1dd686e-0546-4362-85b1-b0e4373d8c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": "2023-07-21T16:00:44.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 16:00:44,653 79562 INFO [tempest.common.waiters] snapshot 3faf7217-c868-4caf-9e88-547df62d4944 reached available after waiting for 4.653268 seconds 2023-07-21 16:00:44,677 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.024s 2023-07-21 16:00:44,678 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e5a5cc8-3576-41b0-b05c-920490847b56', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e5a5cc8-3576-41b0-b05c-920490847b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": "2023-07-21T16:00:44.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 16:00:44,764 79562 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.078s 2023-07-21 16:00:44,764 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 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-5c4d2f6b-6a93-451b-838b-0bfeadf0e59e', '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": "c071f26bbf6449408cbcca5f98ce4b0a", "name": "tempest-TestVolumeBootPattern-1094420633-project-member", "password_expires_at": null}, "audit_ids": ["-8lAbxQZRbeSUwdSH453Hg"], "expires_at": "2023-07-21T17:00:44.000000Z", "issued_at": "2023-07-21T16:00:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc8bd7d431a14ff3bbfda66b834efbd0", "name": "tempest-TestVolumeBootPattern-1094420633"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dc8bd7d431a14ff3bbfda66b834e fbd0", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:00:44,765 79562 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': '8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f', 'name': 'tempest-TestVolumeBootPattern-588617374-network', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3830, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T16:00:19Z', 'updated_at': '2023-07-21T16:00:19Z', 'revision_number': 1} available for tenant 2023-07-21 16:00:44,790 79562 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.024s 2023-07-21 16:00:44,790 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-53802330", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "3faf7217-c868-4caf-9e88-547df62d4944", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-91d8dc72-f64c-4482-87ed-434857fb26ba', 'x-compute-request-id': 'req-91d8dc72-f64c-4482-87ed-434857fb26ba', '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-21 16:00:44,904 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.113s 2023-07-21 16:00:44,905 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 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-284ed19d-809f-42ba-a41f-72c00ba71d0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'' 2023-07-21 16:00:44,926 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.021s 2023-07-21 16:00:44,927 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04ea5bc2-4f47-49c0-b052-85b84b9325c0', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04ea5bc2-4f47-49c0-b052-85b84b9325c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": "2023-07-21T16:00:45.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 16:00:45,967 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.036s 2023-07-21 16:00:45,967 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4af64f75-8385-4de0-8bd9-f523fbefecaf', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4af64f75-8385-4de0-8bd9-f523fbefecaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": "2023-07-21T16:00:45.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 16:00:46,991 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.020s 2023-07-21 16:00:46,992 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dbe2ebc-1b7d-455b-b06b-ed984f5f220b', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dbe2ebc-1b7d-455b-b06b-ed984f5f220b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"snapshot": {"id": "3faf7217-c868-4caf-9e88-547df62d4944", "created_at": "2023-07-21T16:00:40.000000", "updated_at": "2023-07-21T16:00:45.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1831488862", "description": null, "volume_id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 16:00:48,014 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944 0.017s 2023-07-21 16:00:48,014 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:47 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-5d5ba9ec-ae4c-495b-bd72-986ef29631f5', 'x-openstack-request-id': 'req-5d5ba9ec-ae4c-495b-bd72-986ef29631f5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/snapshots/3faf7217-c868-4caf-9e88-547df62d4944'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 3faf7217-c868-4caf-9e88-547df62d4944 could not be found."}}' 2023-07-21 16:00:48,062 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.048s 2023-07-21 16:00:48,063 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d2a9dda-882e-419f-9b3e-a4dbb19f7811', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'' 2023-07-21 16:00:48,107 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.044s 2023-07-21 16:00:48,108 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-9c919fa2-658e-42a8-9f21-dd66609830e1', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c919fa2-658e-42a8-9f21-dd66609830e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:49,162 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.043s 2023-07-21 16:00:49,163 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d57d21d-c21a-47e6-b604-43f05ccd0ad3', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d57d21d-c21a-47e6-b604-43f05ccd0ad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:50,227 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.053s 2023-07-21 16:00:50,228 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b7ccbd-aa9b-4f0b-80ba-9b9e3484bd5e', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b7ccbd-aa9b-4f0b-80ba-9b9e3484bd5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"volume": {"id": "99503388-45f4-4412-8446-c3f3d2a7e22c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:36.000000", "updated_at": "2023-07-21T16:00:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1073968919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:51,270 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c 0.031s 2023-07-21 16:00:51,271 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a22b90-f8cf-4a52-a010-bfa486257c04', 'x-openstack-request-id': 'req-57a22b90-f8cf-4a52-a010-bfa486257c04', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/99503388-45f4-4412-8446-c3f3d2a7e22c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 99503388-45f4-4412-8446-c3f3d2a7e22c could not be found."}}' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 88, in test_stamp_pattern server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 16:00:45,535 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.222s 2023-07-21 16:00:45,536 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1154186038", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEz0HBisI6yyM01hVM+SsSe+P94CvHB1ois9fZOtyWcZAZA4/VO3V7icaNXuUVOyGTMkYeW8KZG/tqGunSY2odv1aPNFxb6P5u5lueItzstbXDHbsgXkeyyYbls/WAfWDw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-786bafd2-e800-4154-b257-ebd65036ba27', 'x-compute-request-id': 'req-786bafd2-e800-4154-b257-ebd65036ba27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1154186038", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEz0HBisI6yyM01hVM+SsSe+P94CvHB1ois9fZOtyWcZAZA4/VO3V7icaNXuUVOyGTMkYeW8KZG/tqGunSY2odv1aPNFxb6P5u5lueItzstbXDHbsgXkeyyYbls/WAfWDw==", "fingerprint": "c0:39:16:d8:38:e7:bd:0d:8f:c0:7c:b2:b0:a0:49:1f", "user_id": "b986a1c8226f48b98b3be7afb1530e98"}}' 2023-07-21 16:00:45,683 79558 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.145s 2023-07-21 16:00:45,683 79558 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-1935094428", "description": "tempest-secgroup-smoke-1935094428 description", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-2b882101-e104-4729-bff9-2ba7cdb9e5e9', 'date': 'Fri, 21 Jul 2023 16:00:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9993b8b4-d616-443f-a04e-66a78832a005", "name": "tempest-secgroup-smoke-1935094428", "stateful": true, "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "description": "tempest-secgroup-smoke-1935094428 description", "shared": false, "security_group_rules": [{"id": "5f6b7b83-694c-423a-ace5-0bfaffd6ba17", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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": 1204, "description": null, "tags": [], "created_at": "2023-07-21T16:00:45Z", "updated_at": "2023-07-21T16:00:45Z", "revision_number": 0}, {"id": "ccea59d4-08e3-47a3-bd22-a12c48ab68aa", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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": 1205, "description": null, "tags": [], "created_at": "2023-07-21T16:00:45Z", "updated_at": "2023-07-21T16:00:45Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:00:45Z", "updated_at": "2023-07-21T16:00:45Z", "revision_number": 1, "projec t_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:45,845 79558 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.161s 2023-07-21 16:00:45,845 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "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-79cc258c-e5f2-408d-a760-35fc3a1eab36', 'date': 'Fri, 21 Jul 2023 16:00: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": "b57a6259-df11-4574-a9a9-4ab770013d89", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:45Z", "updated_at": "2023-07-21T16:00:45Z", "revision_number": 0}}' 2023-07-21 16:00:46,054 79558 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.209s 2023-07-21 16:00:46,055 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "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-d8c390a1-830c-455f-ac14-da935497dea9', 'date': 'Fri, 21 Jul 2023 16:00: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": "b593582e-2071-41a5-a368-65673c461139", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:45Z", "updated_at": "2023-07-21T16:00:45Z", "revision_number": 0}}' 2023-07-21 16:00:46,206 79558 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.150s 2023-07-21 16:00:46,206 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9796421f-d30b-4818-85bb-bf87609711f7', 'date': 'Fri, 21 Jul 2023 16:00: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": "a24fbb4a-9935-4bb5-8be7-8595040d24d3", "project_id": "04c96bcd 36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:46Z", "updated_at": "2023-07-21T16:00:46Z", "revision_number": 0}}' 2023-07-21 16:00:46,378 79558 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.171s 2023-07-21 16:00:46,378 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-dad64901-71dc-4610-86af-0c96384a578d', 'date': 'Fri, 21 Jul 2023 16:00: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": "53a03fb3-767a-4ed6-8467-fe9797c5c487", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:46Z", "updated_at": "2023-07-21T16:00:46Z", "revision_number": 0}}' 2023-07-21 16:00:46,536 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-07-21 16:00:46,536 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-921a1f0d-1251-427e-a6e8-c5ed24d9ac91', 'date': 'Fri, 21 Jul 2023 16:00: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": "712d5c31-60cf-4055-921e-1d5609c61890", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:46Z", "updated_at": "2023-07-21T16:00:46Z", "revision_number": 0}}' 2023-07-21 16:00:46,925 79558 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.388s 2023-07-21 16:00:46,926 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5d06b89f-ad89-4fba-9438-57d520dc9307', 'date': 'Fri, 21 Jul 2023 16:00: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": "df7501da-1144-456e-969d-f6ee64fb1e74", "project_id": "04c96bcd36d04c8cb2f1b0e635df738a", "tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a", "security_group_id": "9993b8b4-d616-443f-a04e-66a78832a005", "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-21T16:00:46Z", "updated_at": "2023-07-21T16:00:46Z", "revision_number": 0}}' 2023-07-21 16:00:47,185 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes 0.258s 2023-07-21 16:00:47,185 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-851365519", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b0e054a-3d91-4875-b028-ff4ca5018db3', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b0e054a-3d91-4875-b028-ff4ca5018db3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.123902", "updated_at": null, "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 16:00:47,261 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.058s 2023-07-21 16:00:47,261 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-649cb55b-975d-419a-81c2-d368a81fa2e6', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-649cb55b-975d-419a-81c2-d368a81fa2e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null , "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:48,314 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.042s 2023-07-21 16:00:48,315 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f81342-f4f8-4e89-98c6-33cb9a684a1e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f81342-f4f8-4e89-98c6-33cb9a684a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:47.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:49,421 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.086s 2023-07-21 16:00:49,422 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1280c5e-82a2-4c67-82e6-db553d70483d', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1280c5e-82a2-4c67-82e6-db553d70483d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:49.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-43 08-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:49,432 79558 INFO [tempest.common.waiters] volume c76fc6f1-e6c5-4308-a947-a4a151432d8b reached available after waiting for 2.432690 seconds 2023-07-21 16:00:49,469 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.036s 2023-07-21 16:00:49,469 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcc4d0e1-7b4a-4ddd-88d5-656264e8b14f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcc4d0e1-7b4a-4ddd-88d5-656264e8b14f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:49.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:49,568 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2023-07-21 16:00:49,569 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2801', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cad54356-291a-4c3a-9ced-cb5dcea02217', '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": "b986a1c8226f48b98b3be7afb1530e98", "name": "tempest-TestStampPattern-84462217-project-member", "password_expires_at": null}, "audit_ids": ["P0Ztvw6ESmymT9lD2CWvfg"], "expires_at": "2023-07-21T17:00:49.000000Z", "issued_at": "2023-07-21T16:00:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "04c96bcd36d04c8cb2f1b0e635df738a", "name": "tempest-TestStampPattern-84462217"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/04c96bcd36d04c8cb2f1b0e635df738a", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endp oints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:00:49,569 79558 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '0ad49e9b-dfb5-4602-9f0c-aa98de57c2f8', 'name': 'tempest-TestStampPattern-1437368544-network', 'tenant_id': '04c96bcd36d04c8cb2f1b0e635df738a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '04c96bcd36d04c8cb2f1b0e635df738a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33760, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T16:00:28Z', 'updated_at': '2023-07-21T16:00:28Z', 'revision_number': 1} available for tenant 2023-07-21 16:00:49,600 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.030s 2023-07-21 16:00:49,600 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-632660620", "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1154186038", "security_groups": [{"name": "tempest-secgroup-smoke-1935094428"}], "networks": [{"uuid": "0ad49e9b-dfb5-4602-9f0c-aa98de57c2f8"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 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-d812a5c9-91a0-4647-a19a-cadcdfbfd8dd', 'x-compute-request-id': 'req-d812a5c9-91a0-4647-a19a-cadcdfbfd8dd', '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-21 16:00:49,653 79558 INFO [tempest.lib.common. rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.051s 2023-07-21 16:00:49,653 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b1684bb-3da3-4b18-a650-ab3f2107c73c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'' 2023-07-21 16:00:49,698 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.044s 2023-07-21 16:00:49,699 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00677fc1-d93c-412c-a552-297d9e4a5624', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00677fc1-d93c-412c-a552-297d9e4a5624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:50.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:50,748 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.037s 2023-07-21 16:00:50,749 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af992d2c-d12a-4512-be6d-fe04b358bfdc', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af992d2c-d12a-4512-be6d-fe04b358bfdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:50.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss- 2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:51,798 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.038s 2023-07-21 16:00:51,799 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb6ec1f-19bb-45af-8453-bb7ce205be50', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb6ec1f-19bb-45af-8453-bb7ce205be50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:50.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:52,846 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.036s 2023-07-21 16:00:52,846 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-247840a4-5f56-4d78-9506-edd44a0265e1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-247840a4-5f56-4d78-9506-edd44a0265e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"volume": {"id": "c76fc6f1-e6c5-4308-a947-a4a151432d8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:47.000000", "updated_at": "2023-07-21T16:00:50.000000", "name": "tempest-TestStampPattern-volume-851365519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04c96bcd36d04c8cb2f1b0e 635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b"}], "user_id": "b986a1c8226f48b98b3be7afb1530e98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c96bcd36d04c8cb2f1b0e635df738a"}}' 2023-07-21 16:00:53,891 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b 0.033s 2023-07-21 16:00:53,891 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:53 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-87a4df26-9ce3-4b0c-99ed-a93e4ddac6ba', 'x-openstack-request-id': 'req-87a4df26-9ce3-4b0c-99ed-a93e4ddac6ba', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/04c96bcd36d04c8cb2f1b0e635df738a/volumes/c76fc6f1-e6c5-4308-a947-a4a151432d8b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c76fc6f1-e6c5-4308-a947-a4a151432d8b could not be found."}}' 2023-07-21 16:00:54,035 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9993b8b4-d616-443f-a04e-66a78832a005 0.143s 2023-07-21 16:00:54,035 79558 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-a2b60483-5ff7-4261-b71b-f0fe85f56489', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9993b8b4-d616-443f-a04e-66a78832a005'} Body: b'' 2023-07-21 16:00:54,066 79558 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1154186038 0.030s 2023-07-21 16:00:54,067 79558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:54 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-d6908d5d-2fb0-4dec-b78c-444c7dab5145', 'x-compute-request-id': 'req-d6908d5d-2fb0-4dec-b78c-444c7dab5145', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1154186038'} Body: b'' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 186, in test_image_defined_boot_from_volume instance1 = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 16:00:51,305 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578 0.024s 2023-07-21 16:00:51,305 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e70ec624-3cb1-4595-bccc-4e155a1d60e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578'} 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": "26d3420081244684abfa28b0f49cbfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "6afd6370-0d67-45be-b652-80c24600d578", "created_at": "2023-07-21T15:52:11Z", "updated_at": "2023-07-21T15:52:13Z", "tags": [], "self": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578", "file": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578/file", "schema": "/v2/schemas/image"}' 2023-07-21 16:00:51,670 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes 0.364s 2023-07-21 16:00:51,671 79562 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-687561793", "snapshot_id": null, "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0bc3184-b8cc-4dbf-a1f2-a0cedbc05c73', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0bc3184-b8cc-4dbf-a1f2-a0cedbc05c73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:51.589011", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 16:00:51,718 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.037s 2023-07-21 16:00:51,718 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e0ee988-925a-48c3-861d-b5a8fe2e4857', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e0ee988-925a-48c3-861d-b5a8fe2e4857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:52,769 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.037s 2023-07-21 16:00:52,770 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29268629-2c9f-4430-8d50-24bdb8c41642', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29268629-2c9f-4430-8d50-24bdb8c41642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:53,825 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.044s 2023-07-21 16:00:53,825 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-d52256c7-2147-4f87-aa5d-8f241de027bb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d52256c7-2147-4f87-aa5d-8f241de027bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:54,881 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.045s 2023-07-21 16:00:54,882 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87e9ba17-5fc2-403d-b3c1-01bcfbd98337', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87e9ba17-5fc2-403d-b3c1-01bcfbd98337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:55,936 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.042s 2023-07-21 16:00:55,936 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e9fcc45-0759-4d0c-87cb-cdf8844201ec', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-opens tack-request-id': 'req-8e9fcc45-0759-4d0c-87cb-cdf8844201ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:55,952 79562 INFO [tempest.common.waiters] volume 2fee7504-13fa-4721-9d21-4dac70130fab reached available after waiting for 4.952139 seconds 2023-07-21 16:00:55,992 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.039s 2023-07-21 16:00:55,992 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-841ac9a9-b439-458e-ac3a-c547d0b34f21', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-841ac9a9-b439-458e-ac3a-c547d0b34f21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:56,089 79562 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.082s 2023-07-21 16:00:56,089 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:56 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-6c4ec71c-7645-4dac-b2be-c3249a58e31e', '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": "c071f26bbf6449408cbcca5f98ce4b0a", "name": "tempest-TestVolumeBootPattern-1094420633-project-member", "password_expires_at": null}, "audit_ids": ["62dPdgxFSEemURRCXXVMpQ"], "expires_at": "2023-07-21T17:00:56.000000Z", "issued_at": "2023-07-21T16:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc8bd7d431a14ff3bbfda66b834efbd0", "name": "tempest-TestVolumeBootPattern-1094420633"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159fb6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:00:56,090 79562 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': '8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f', 'name': 'tempest-TestVolumeBootPattern-588617374-network', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dc8bd7d 431a14ff3bbfda66b834efbd0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3830, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T16:00:19Z', 'updated_at': '2023-07-21T16:00:19Z', 'revision_number': 1} available for tenant 2023-07-21 16:00:56,091 79562 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 16:00:56,091 79562 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 16:00:56,140 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.047s 2023-07-21 16:00:56,140 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-177852423", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN6mVvuStnslFNqFCKbCC4ZDe95ZwlZiTLnRbw6g4rRLSxuIQe6S3vv/XlBlfArCzAKJbOsknz5I9+5zQ8Skkfqd/8sEw7J2Xl7B0loT5h7dpCG5niG9OgC5ns3io5ywQg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29580001-667e-4478-90b9-20855f7f1f32', 'x-compute-request-id': 'req-29580001-667e-4478-90b9-20855f7f1f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-177852423", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN6mVvuStnslFNqFCKbCC4ZDe95ZwlZiTLnRbw6g4rRLSxuIQe6S3vv/XlBlfArCzAKJbOsknz5I9+5zQ8Skkfqd/8sEw7J2Xl7B0loT5h7dpCG5niG9OgC5ns3io5ywQg==", "fingerprint": "40:aa:6b:e8:97:33:9a:d7:db:7e:cd:13:20:bd:68:7b", "user_id": "c071f26bbf6449408cbcca5f98ce4b0a"}}' 2023-07-21 16:00:56,143 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-177852423 created 2023-07-21 16:00:56,470 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.326s 2023-07-21 16:00:56,470 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--923438883", "description": "tempest-description--31658300"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-f46c18f5-ee76-430a-84cb-b96c5af13c9e', 'date': 'Fri, 21 Jul 2023 16:00:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "285d83dd-b544-407a-a7a3-e2021262f895", "name": "tempest-securitygroup--923438883", "stateful": true, "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "description": "tempest-description--31658300", "shared": false, "security_group_rules": [{"id": "20ffed24-525d-4ab4-a941-cc5ff8a32741", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "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": 12 19, "description": null, "tags": [], "created_at": "2023-07-21T16:00:56Z", "updated_at": "2023-07-21T16:00:56Z", "revision_number": 0}, {"id": "5ffe9443-b0ad-4acd-bc3e-68f035035fc1", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "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": 1218, "description": null, "tags": [], "created_at": "2023-07-21T16:00:56Z", "updated_at": "2023-07-21T16:00:56Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:00:56Z", "updated_at": "2023-07-21T16:00:56Z", "revision_number": 1, "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:56,612 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.141s 2023-07-21 16:00:56,612 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "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-1314f698-ecb5-4413-bb31-aa32c3f918a2', 'date': 'Fri, 21 Jul 2023 16:00:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f9bc3f7a-d258-4118-a4d7-91b052cf1952", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "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-21T16:00:56Z", "updated_at": "2023-07-21T16:00:56Z", "revision_number": 0}}' 2023-07-21 16:00:56,760 79562 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.147s 2023-07-21 16:00:56,760 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3d5a5fbc-6793-4c90-ae13-e6aa54b6b829', 'date': 'Fri, 21 Jul 2023 16:00:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "08627e18-1154-4c59-b3ef-2849b1df0b45", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "285d83dd-b544-407a-a7a3-e2021262f895", "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-21T16:00:56Z", "updated_at": "2023-07-21T16:00:56Z", "revision_number": 0}}' 2023-07-21 16:00:56,760 79562 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--923438883 created 2023-07-21 16:00:57,658 79562 INFO [tempest.lib.common.rest_client] Request (Val idationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.897s 2023-07-21 16:00:57,658 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e86231cc-3a56-4a32-9644-15e0b9cff32b', 'date': 'Fri, 21 Jul 2023 16:00:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2a5df83e-030f-4891-81c8-3acb019dc7bd", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "floating_ip_address": "172.24.4.123", "floating_network_id": "98d07947-c016-4211-8d86-c321347e8d97", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T16:00:57Z", "updated_at": "2023-07-21T16:00:57Z", "revision_number": 0}}' 2023-07-21 16:00:57,658 79562 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2a5df83e-030f-4891-81c8-3acb019dc7bd', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'floating_ip_address': '172.24.4.123', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:57Z', 'updated_at': '2023-07-21T16:00:57Z', 'revision_number': 0, 'ip': '172.24.4.123'} created 2023-07-21 16:00:57,659 79562 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-177852423', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN6mVvuStnslFNqFCKbCC4ZDe95ZwlZiTLnRbw6g4rRLSxuIQe6S3vv/XlBlfArCzAKJbOsknz5I9+5zQ8Skkfqd/8sEw7J2Xl7B0loT5h7dpCG5niG9OgC5ns3io5ywQg==', 'fingerprint': '40:aa:6b:e8:97:33:9a:d7:db:7e:cd:13:20:bd:68:7b', 'user_id': 'c071f26bbf6449408cbcca5f98ce4b0a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCJ5Su7L2aYgx4o0buybHlBh4veqBsXc4qKyJB1c51XXsDiIFxZtuF4\n72modLF83gCgBwYFK4EEACKhZANiAATeplb7krZ7JRTahQimwguGQ3veWcJWYky5\n0W8OoOK0S0sbiEHukt77/15QZXwKwswCiWzrJJ8+SPfuc0PEpJH6nf/LBMOydl5e\nwdJaE+Ye3aQhuZ4hvToAuZ7N4qOcsEI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '285d83dd-b544-407a-a7a3-e2021262f895', 'name': 'tempest-securitygroup--923438883', 'stateful': True, 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'description': 'tempest-description--31658300', 'shared': False, 'security_group_rules': [{'id': '20ffed24-525d-4ab4-a941-cc5ff8a32741', 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'security_group_id': '285d83dd-b544-407a-a7a3-e2021262f895', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1219, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:56Z', 'updated_at': '2023-07-21T16:00:56Z', 'revision_number': 0}, {'id': '5ffe9443-b0ad-4acd-bc3e-68f035035fc1', 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'security_group_id': '285d83dd-b544-407a-a7a3-e2021262f895', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1218, 'description': None, 'tags': [], 'created_at': '2023-07-21T16:00:56Z', 'updated_at': '2 023-07-21T16:00:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T16:00:56Z', 'updated_at': '2023-07-21T16:00:56Z', 'revision_number': 1, 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0'}, 'floating_ip': {'id': '2a5df83e-030f-4891-81c8-3acb019dc7bd', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'floating_ip_address': '172.24.4.123', 'floating_network_id': '98d07947-c016-4211-8d86-c321347e8d97', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T16:00:57Z', 'updated_at': '2023-07-21T16:00:57Z', 'revision_number': 0, 'ip': '172.24.4.123'}} 2023-07-21 16:00:57,685 79562 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.025s 2023-07-21 16:00:57,686 79562 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-401657908", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "2fee7504-13fa-4721-9d21-4dac70130fab", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f"}], "security_groups": [{"name": "tempest-securitygroup--923438883"}], "key_name": "tempest-keypair-177852423", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00: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-7a8fd83d-180c-47c2-92bc-8da6004227d5', 'x-compute-request-id': 'req-7a8fd83d-180c-47c2-92bc-8da6004227d5', '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-21 16:00:57,710 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-177852423 0.023s 2023-07-21 16:00:57,710 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:57 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-c137009c-3606-4024-8308-3dca10dc3b70', 'x-compute-request-id': 'req-c137009c-3606-4024-8308-3dca10dc3b70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-177852423'} Body: b'' 2023-07-21 16:00:58,030 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/285d83dd-b544-407a-a7a3-e2021262f895 0.319s 2023-07-21 16:00:58,030 79562 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-2da92223-1423-45ae-854a-bbaa577ef6a8', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.21 0:9696/networking/v2.0/security-groups/285d83dd-b544-407a-a7a3-e2021262f895'} Body: b'' 2023-07-21 16:00:58,045 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/285d83dd-b544-407a-a7a3-e2021262f895 0.015s 2023-07-21 16:00:58,046 79562 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-0f78e82e-76e8-4e0a-bd9e-df26ab7b4d7a', 'date': 'Fri, 21 Jul 2023 16:00:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/285d83dd-b544-407a-a7a3-e2021262f895'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 285d83dd-b544-407a-a7a3-e2021262f895 does not exist", "detail": ""}}' 2023-07-21 16:00:58,460 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2a5df83e-030f-4891-81c8-3acb019dc7bd 0.413s 2023-07-21 16:00:58,460 79562 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-9705c496-fd47-4dfc-b2bc-687c64100ade', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:00:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2a5df83e-030f-4891-81c8-3acb019dc7bd'} Body: b'' 2023-07-21 16:00:58,513 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.052s 2023-07-21 16:00:58,513 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00: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-b53e50b4-2b53-4987-9265-311ce722e06e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'' 2023-07-21 16:00:58,551 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.037s 2023-07-21 16:00:58,551 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a73732cc-3478-439a-9829-76a62c8b3f90', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a73732cc-3478-439a-9829-76a62c8b3f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": nu ll, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:00:59,599 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.036s 2023-07-21 16:00:59,599 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e5b4208-414e-4f44-af5d-58c327198213', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e5b4208-414e-4f44-af5d-58c327198213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:00,652 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.041s 2023-07-21 16:01:00,653 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f493945e-7dec-4cc2-a5da-52ad7e2b4be2', 'content-length': '1364', 'openstack-api-version ': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f493945e-7dec-4cc2-a5da-52ad7e2b4be2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"volume": {"id": "2fee7504-13fa-4721-9d21-4dac70130fab", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:00:52.000000", "updated_at": "2023-07-21T16:00:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-687561793", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:01,687 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab 0.023s 2023-07-21 16:01:01,688 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:01 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-4fa97d78-e977-499a-9261-9988e6d22635', 'x-openstack-request-id': 'req-4fa97d78-e977-499a-9261-9988e6d22635', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/2fee7504-13fa-4721-9d21-4dac70130fab'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2fee7504-13fa-4721-9d21-4dac70130fab 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-21 16:01:01,693 79562 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-21 16:01:01,745 79562 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.048s 2023-07-21 16:01:01,745 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1602490358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAVTS+x4kNIwHeWWGjOOMyMd0dHhv40+ksu/CZw+bVLMSzDtdPsCIuv+vEKTAE/7JzDIpMmIvjKI2OrW7ZZNAIXh0yMexJN29iioiwKsSDo7Sfq06hrCqP82lMcUO0LwQQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:01 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-992fbb21-e95f-4abe-a450-7f5cdecdf76f', 'x-compute-request-id': 'req-992fbb21-e95f-4abe-a450-7f5cdecdf76f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1602490358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAVTS+x4kNIwHeWWGjOOMyMd0dHhv40+ksu/CZw+bVLMSzDtdPsCIuv+vEKTAE/7JzDIpMmIvjKI2OrW7ZZNAIXh0yMexJN29iioiwKsSDo7Sfq06hrCqP82lMcUO0LwQQ==", "fingerprint": "9f:65:be:16:e1:e9:bc:ee:7b:79:42:a1:4a:f4:ae:09", "user_id": "c071f26bbf6449408cbcca5f98ce4b0a"}}' 2023-07-21 16:01:01,905 79562 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.157s 2023-07-21 16:01:01,905 79562 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-971954441", "description": "tempest-secgroup-smoke-971954441 description", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-f9466b99-002d-4cfd-bc04-93556529f619', 'date': 'Fri, 21 Jul 2023 16:01:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "name": "tempest-secgroup-smoke-971954441", "stateful": true, "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "description": "tempest-secgroup-smoke-971954441 description", "shared": false, "security_group_rules": [{"id": "784f799a-da30-4b62-8734-adce1aa163e6", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1225, "description": null, "tags": [], "created_at": "2023-07-21T16:01:01Z", "updated_at": "2023-07-21T16:01:01Z", "revision_number": 0}, {"id": "fd4abaf0-393a-468a-970c-ac67deb0d129", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1226, "description": null, "tags": [], "created_at": "2023-07-21T16:01:01Z", "updated_at": "2023-07-21T16:01: 01Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T16:01:01Z", "updated_at": "2023-07-21T16:01:01Z", "revision_number": 1, "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:02,071 79562 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.165s 2023-07-21 16:01:02,071 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "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-78872b4c-97e7-4498-8632-21c12bbc5e85', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9a7a1868-ad94-4576-b33a-898ddd0a5bec", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:01Z", "updated_at": "2023-07-21T16:01:01Z", "revision_number": 0}}' 2023-07-21 16:01:02,217 79562 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.145s 2023-07-21 16:01:02,217 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "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-2fe255b3-01a1-4d6f-b2d4-17a3190b78cc', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c8e065bb-4544-4442-abbe-044ad3a194fe", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:02Z", "updated_at": "2023-07-21T16:01:02Z", "revision_number": 0}}' 2023-07-21 16:01:02,372 79562 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.155s 2023-07-21 16:01:02,373 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8394e337-3126-4931-a74a-ffa143ac390e', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-loca tion': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8286a870-8bf8-4f8d-8443-e2fafe4fb451", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:02Z", "updated_at": "2023-07-21T16:01:02Z", "revision_number": 0}}' 2023-07-21 16:01:02,521 79562 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.147s 2023-07-21 16:01:02,521 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-1939e0d5-b496-40d9-be10-aeabc3d806e7', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "41bde336-f558-4bfe-b120-5007e9ad72ef", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:02Z", "updated_at": "2023-07-21T16:01:02Z", "revision_number": 0}}' 2023-07-21 16:01:02,675 79562 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.153s 2023-07-21 16:01:02,675 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-ab42b87d-8578-4659-862b-3c3f0ea1cda3', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4853e803-06e9-4ddf-8d92-c198133a76ee", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:02Z", "updated_at": "2023-07-21T16:01:02Z", "revision_number": 0}}' 2023-07-21 16:01:02,829 79562 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.153s 2023-07-21 16:01:02,829 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_grou p_rule": {"security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-77f5d489-4a1e-4723-b962-6cce14caf5d4', 'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5bb15a16-a8e3-466a-b4f8-ca2d6118c13d", "project_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0", "security_group_id": "8c1f5e17-b2af-4a63-b57d-1f16160c4e7e", "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-21T16:01:02Z", "updated_at": "2023-07-21T16:01:02Z", "revision_number": 0}}' 2023-07-21 16:01:02,829 79562 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-21 16:01:02,851 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578 0.022s 2023-07-21 16:01:02,852 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-25b7a4a1-9122-416f-82a7-bc5946dc6d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6afd6370-0d67-45be-b652-80c24600d578'} 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": "26d3420081244684abfa28b0f49cbfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "6afd6370-0d67-45be-b652-80c24600d578", "created_at": "2023-07-21T15:52:11Z", "updated_at": "2023-07-21T15:52:13Z", "tags": [], "self": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578", "file": "/v2/images/6afd6370-0d67-45be-b652-80c24600d578/file", "schema": "/v2/schemas/image"}' 2023-07-21 16:01:03,185 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes 0.332s 2023-07-21 16:01:03,185 79562 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-1820250032", "snapshot_id": null, "imageRef": "6afd6370-0d67-45be-b652-80c24600d578", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f568fb3-1ecc-4f3a-994d-ee314b1e95d9', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f568fb3-1ecc-4f3a-994d-ee314b1e95d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volume s'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.107728", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 16:01:03,234 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.040s 2023-07-21 16:01:03,235 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d91ec11a-09be-4395-b7d6-89553d59fa2f', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d91ec11a-09be-4395-b7d6-89553d59fa2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:04,284 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.037s 2023-07-21 16:01:04,284 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37edab7d-12bb-46f4-aecc-8a3b07a8a4f0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37edab7d-12bb-46f4-aecc-8a3b07a8a4f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:03.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2 ", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:05,333 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.037s 2023-07-21 16:01:05,333 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4ea0427-deb1-4d25-86ac-ef52ac317332', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4ea0427-deb1-4d25-86ac-ef52ac317332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:03.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:06,386 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.041s 2023-07-21 16:01:06,386 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5d69458-2b6b-43bc-a479-bc5d40576e14', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5d69458-2b6b-43bc-a479-bc5d40576e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:03.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:07,465 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.067s 2023-07-21 16:01:07,466 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-668c8ff2-43e9-4ba1-9f3d-7b7c61d91360', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-668c8ff2-43e9-4ba1-9f3d-7b7c61d91360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:07,476 79562 INFO [tempest.common.waiters] volume b974eada-4990-4f2f-970a-06a91e5c57e1 reached available after waiting for 4.476329 seconds 2023-07-21 16:01:07,515 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.038s 2023-07-21 16:01:07,515 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b787325-1529-455f-9d8e-f146ddc0d1b4', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b787325-1529-455f-9d8e-f146ddc0d1b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000" , "updated_at": "2023-07-21T16:01:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:07,634 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.103s 2023-07-21 16:01:07,635 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:07 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-f77d84df-c01d-48e9-9619-b6095d4584c5', '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": "c071f26bbf6449408cbcca5f98ce4b0a", "name": "tempest-TestVolumeBootPattern-1094420633-project-member", "password_expires_at": null}, "audit_ids": ["5N0MDCNcS6eHQIbs1YaoMw"], "expires_at": "2023-07-21T17:01:07.000000Z", "issued_at": "2023-07-21T16:01:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc8bd7d431a14ff3bbfda66b834efbd0", "name": "tempest-TestVolumeBootPattern-1094420633"}, "is_domain": false, "roles": [{"id": "881b339a10df4291b1cf2dd460ca9792", "name": "reader"}, {"id": "f6d5699c2fb54cb791f7651451899358", "name": "member"}], "catalog": [{"endpoints": [{"id": "947144f0312c48308465329f37b98827", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "0a3f197709a64e33ba8319c8a6332737", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb898e00df964510990f700a19aaf72c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "16b12e4c3dc54341bafbb4ec8aeb8f3a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f230bc286eb5463eb306d851da871640", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3c12a446c6984312badb8743a2ee6794", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0fee0acc7b084bef9fa1e9fb6b156a02", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "a4073707ccbc451b8687ab4ed10e429f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1d04545c6d864fba81a155985bd770cb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0", "region": "RegionOne"}], "id": "b2b84228a6ab406c9156030815473e7f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b8fd4af9510c4e3ab86159f b6dbe9738", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c78b0cf7c4cd406f80d210616352b218", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d9274566f034423bf29c1ec3be4776c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "cac63d883cc842008275d2fa42a4a6af", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "44f53c323e744ae896eafa2094238799", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f1d25cf526124c2593f6aaeb432352f8", "type": "image", "name": "glance"}]}}' 2023-07-21 16:01:07,636 79562 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f', 'name': 'tempest-TestVolumeBootPattern-588617374-network', 'tenant_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dc8bd7d431a14ff3bbfda66b834efbd0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3830, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T16:00:19Z', 'updated_at': '2023-07-21T16:00:19Z', 'revision_number': 1} available for tenant 2023-07-21 16:01:07,660 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-21 16:01:07,661 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1112740212", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-971954441"}], "block_device_mapping_v2": [{"uuid": "b974eada-4990-4f2f-970a-06a91e5c57e1", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-1602490358", "networks": [{"uuid": "8cd9b9c0-b4a8-419e-8859-fdf0b40fd95f"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:07 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-bc07832f-f455-44cf-8b0f-117cfafcedbd', 'x-compute-request-id': 'req-bc07832f-f455-44cf-8b0f-117cfafcedbd', '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-21 16:01:07,733 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.071s 2023-07-21 16:01:07,733 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01: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-5a01a85b-7dc9-4d7a-893b-20ccf4d344be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'' 2023-07-21 16:01:07,786 79562 INFO [tempest.lib.co mmon.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.051s 2023-07-21 16:01:07,786 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d9bed34-139b-4f51-b2bb-eb536d6de44a', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d9bed34-139b-4f51-b2bb-eb536d6de44a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:08,858 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.050s 2023-07-21 16:01:08,858 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0baa71-59e5-4beb-aa33-4ac020a89317', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df0baa71-59e5-4beb-aa33-4ac020a89317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:09,908 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.038s 2023-07-21 16:01:09,909 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0acee769-7774-471a-ba49-1ddf22bf4e48', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0acee769-7774-471a-ba49-1ddf22bf4e48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"volume": {"id": "b974eada-4990-4f2f-970a-06a91e5c57e1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T16:01:03.000000", "updated_at": "2023-07-21T16:01:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820250032", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1"}], "user_id": "c071f26bbf6449408cbcca5f98ce4b0a", "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": "6afd6370-0d67-45be-b652-80c24600d578", "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": "dc8bd7d431a14ff3bbfda66b834efbd0"}}' 2023-07-21 16:01:10,942 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1 0.020s 2023-07-21 16:01:10,942 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:10 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-a0d0f21e-c990-445d-9d97-bb95e59810d6', 'x-openstack-request-id': 'req-a0d0f21e-c990-445d-9d97-bb95e59810d6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dc8bd7d431a14ff3bbfda66b834efbd0/volumes/b974eada-4990-4f2f-970a-06a91e5c57e1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b974eada-4990-4f2f-970a-06a91e5c57e1 could not be found."}}' 2023-07-21 16:0 1:11,097 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8c1f5e17-b2af-4a63-b57d-1f16160c4e7e 0.154s 2023-07-21 16:01:11,097 79562 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-a59f2926-79b6-4934-9e3e-98789a2f3e0d', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 16:01:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8c1f5e17-b2af-4a63-b57d-1f16160c4e7e'} Body: b'' 2023-07-21 16:01:11,124 79562 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1602490358 0.026s 2023-07-21 16:01:11,124 79562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 16:01:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e41b49db-cef1-4168-8d47-af19b54a00a7', 'x-compute-request-id': 'req-e41b49db-cef1-4168-8d47-af19b54a00a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1602490358'} Body: b'' ====== Totals ====== Ran: 290 tests in 355.6192 sec. - Passed: 216 - Skipped: 33 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 41 Sum of execute time for each test: 1139.4448 sec. ============== Worker Balance ============== - Worker 0 (22 tests) => 0:05:14.978642 - Worker 1 (44 tests) => 0:03:53.734069 - Worker 2 (28 tests) => 0:05:05.484723 - Worker 3 (14 tests) => 0:02:04.060897 - Worker 4 (18 tests) => 0:03:34.329639 - Worker 5 (46 tests) => 0:01:51.436006 - Worker 6 (17 tests) => 0:05:09.691706 - Worker 7 (26 tests) => 0:02:13.732080 - Worker 8 (20 tests) => 0:04:31.236041 - Worker 9 (16 tests) => 0:02:19.899195 - Worker 10 (21 tests) => 0:03:04.751295 - Worker 11 (18 tests) => 0:02:51.803694 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed